public interface RangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getHigh()
optional .alluxio.grpc.table.Value high = 2; |
ValueOrBuilder |
getHighOrBuilder()
optional .alluxio.grpc.table.Value high = 2; |
Value |
getLow()
optional .alluxio.grpc.table.Value low = 1; |
ValueOrBuilder |
getLowOrBuilder()
optional .alluxio.grpc.table.Value low = 1; |
boolean |
hasHigh()
optional .alluxio.grpc.table.Value high = 2; |
boolean |
hasLow()
optional .alluxio.grpc.table.Value low = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLow()
optional .alluxio.grpc.table.Value low = 1;
Value getLow()
optional .alluxio.grpc.table.Value low = 1;
ValueOrBuilder getLowOrBuilder()
optional .alluxio.grpc.table.Value low = 1;
boolean hasHigh()
optional .alluxio.grpc.table.Value high = 2;
Value getHigh()
optional .alluxio.grpc.table.Value high = 2;
ValueOrBuilder getHighOrBuilder()
optional .alluxio.grpc.table.Value high = 2;
Copyright © 2023. All Rights Reserved.