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) |
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.
|