Package | Description |
---|---|
alluxio.client.file.dora.netty | |
alluxio.proto.dataserver |
Modifier and Type | Method and Description |
---|---|
protected Protocol.RequestType |
NettyDataWriter.getRequestType(RequestType requestType) |
Modifier and Type | Method and Description |
---|---|
static Protocol.RequestType |
Protocol.RequestType.forNumber(int value) |
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)
Deprecated.
Use
forNumber(int) instead. |
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.