Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static CommandType |
CommandType.forNumber(int value) |
CommandType |
FileSystemCommandOrBuilder.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
CommandType |
FileSystemCommand.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
CommandType |
FileSystemCommand.Builder.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
CommandType |
CommandOrBuilder.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
CommandType |
Command.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
CommandType |
Command.Builder.getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
static CommandType |
GrpcUtils.toProto(CommandType commandType) |
static CommandType |
CommandType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommandType |
CommandType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.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<CommandType> |
CommandType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FileSystemCommand.Builder |
FileSystemCommand.Builder.setCommandType(CommandType value)
optional .alluxio.grpc.CommandType commandType = 1; |
Command.Builder |
Command.Builder.setCommandType(CommandType value)
optional .alluxio.grpc.CommandType commandType = 1; |
Copyright © 2023. All Rights Reserved.