Package | Description |
---|---|
alluxio.proto.dataserver |
Modifier and Type | Method and Description |
---|---|
static Protocol.ReadResponse.Type |
Protocol.ReadResponse.Type.forNumber(int value) |
Protocol.ReadResponse.Type |
Protocol.ReadResponseOrBuilder.getType()
optional .alluxio.proto.dataserver.ReadResponse.Type type = 1; |
Protocol.ReadResponse.Type |
Protocol.ReadResponse.getType()
optional .alluxio.proto.dataserver.ReadResponse.Type type = 1; |
Protocol.ReadResponse.Type |
Protocol.ReadResponse.Builder.getType()
optional .alluxio.proto.dataserver.ReadResponse.Type type = 1; |
static Protocol.ReadResponse.Type |
Protocol.ReadResponse.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.ReadResponse.Type |
Protocol.ReadResponse.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protocol.ReadResponse.Type |
Protocol.ReadResponse.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ReadResponse.Type[] |
Protocol.ReadResponse.Type.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.ReadResponse.Type> |
Protocol.ReadResponse.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protocol.ReadResponse.Builder |
Protocol.ReadResponse.Builder.setType(Protocol.ReadResponse.Type value)
optional .alluxio.proto.dataserver.ReadResponse.Type type = 1; |
Copyright © 2023. All Rights Reserved.