Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.proto.dataserver |
Modifier and Type | Method and Description |
---|---|
static NettyPacketWriter |
NettyPacketWriter.create(FileSystemContext context,
WorkerNetAddress address,
long id,
long length,
Protocol.RequestType type,
OutStreamOptions options) |
Modifier and Type | Method and Description |
---|---|
Protocol.RequestType |
Protocol.WriteRequestOrBuilder.getType()
optional .alluxio.proto.dataserver.RequestType type = 1; |
Protocol.RequestType |
Protocol.WriteRequest.getType()
optional .alluxio.proto.dataserver.RequestType type = 1; |
Protocol.RequestType |
Protocol.WriteRequest.Builder.getType()
optional .alluxio.proto.dataserver.RequestType type = 1; |
static Protocol.RequestType |
Protocol.RequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.RequestType |
Protocol.RequestType.valueOf(int value) |
static Protocol.RequestType |
Protocol.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.RequestType[] |
Protocol.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<Protocol.RequestType> |
Protocol.RequestType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protocol.WriteRequest.Builder |
Protocol.WriteRequest.Builder.setType(Protocol.RequestType value)
optional .alluxio.proto.dataserver.RequestType type = 1; |
Copyright © 2023. All Rights Reserved.