public interface CommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommandType |
getCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
long |
getData(int index)
repeated int64 data = 2; |
int |
getDataCount()
repeated int64 data = 2; |
List<Long> |
getDataList()
repeated int64 data = 2; |
boolean |
hasCommandType()
optional .alluxio.grpc.CommandType commandType = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommandType()
optional .alluxio.grpc.CommandType commandType = 1;
CommandType getCommandType()
optional .alluxio.grpc.CommandType commandType = 1;
int getDataCount()
repeated int64 data = 2;
long getData(int index)
repeated int64 data = 2;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.