Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static GrpcDataWriter |
GrpcDataWriter.create(FileSystemContext context,
WorkerNetAddress address,
long id,
long length,
RequestType type,
OutStreamOptions options) |
Modifier and Type | Method and Description |
---|---|
static RequestType |
RequestType.forNumber(int value) |
RequestType |
WriteRequestCommandOrBuilder.getType()
optional .alluxio.grpc.block.RequestType type = 1; |
RequestType |
WriteRequestCommand.getType()
optional .alluxio.grpc.block.RequestType type = 1; |
RequestType |
WriteRequestCommand.Builder.getType()
optional .alluxio.grpc.block.RequestType type = 1; |
static RequestType |
RequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RequestType |
RequestType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<RequestType> |
RequestType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
WriteRequestCommand.Builder |
WriteRequestCommand.Builder.setType(RequestType value)
optional .alluxio.grpc.block.RequestType type = 1; |
Copyright © 2023. All Rights Reserved.