Package | Description |
---|---|
alluxio.grpc.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Value> |
Value.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Value |
Value.Builder.build() |
Value |
Value.Builder.buildPartial() |
Value |
EquatableValueSetOrBuilder.getCandidates(int index)
repeated .alluxio.grpc.table.Value candidates = 1; |
Value |
EquatableValueSet.getCandidates(int index)
repeated .alluxio.grpc.table.Value candidates = 1; |
Value |
EquatableValueSet.Builder.getCandidates(int index)
repeated .alluxio.grpc.table.Value candidates = 1; |
static Value |
Value.getDefaultInstance() |
Value |
Value.getDefaultInstanceForType() |
Value |
Value.Builder.getDefaultInstanceForType() |
Value |
RangeOrBuilder.getHigh()
optional .alluxio.grpc.table.Value high = 2; |
Value |
Range.getHigh()
optional .alluxio.grpc.table.Value high = 2; |
Value |
Range.Builder.getHigh()
optional .alluxio.grpc.table.Value high = 2; |
Value |
RangeOrBuilder.getLow()
optional .alluxio.grpc.table.Value low = 1; |
Value |
Range.getLow()
optional .alluxio.grpc.table.Value low = 1; |
Value |
Range.Builder.getLow()
optional .alluxio.grpc.table.Value low = 1; |
static Value |
Value.parseDelimitedFrom(InputStream input) |
static Value |
Value.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(byte[] data) |
static Value |
Value.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(ByteBuffer data) |
static Value |
Value.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(com.google.protobuf.ByteString data) |
static Value |
Value.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(com.google.protobuf.CodedInputStream input) |
static Value |
Value.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(InputStream input) |
static Value |
Value.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Value> |
EquatableValueSetOrBuilder.getCandidatesList()
repeated .alluxio.grpc.table.Value candidates = 1; |
List<Value> |
EquatableValueSet.getCandidatesList()
repeated .alluxio.grpc.table.Value candidates = 1; |
List<Value> |
EquatableValueSet.Builder.getCandidatesList()
repeated .alluxio.grpc.table.Value candidates = 1; |
com.google.protobuf.Parser<Value> |
Value.getParserForType() |
static com.google.protobuf.Parser<Value> |
Value.parser() |
Modifier and Type | Method and Description |
---|---|
EquatableValueSet.Builder |
EquatableValueSet.Builder.addCandidates(int index,
Value value)
repeated .alluxio.grpc.table.Value candidates = 1; |
EquatableValueSet.Builder |
EquatableValueSet.Builder.addCandidates(Value value)
repeated .alluxio.grpc.table.Value candidates = 1; |
Value.Builder |
Value.Builder.mergeFrom(Value other) |
Range.Builder |
Range.Builder.mergeHigh(Value value)
optional .alluxio.grpc.table.Value high = 2; |
Range.Builder |
Range.Builder.mergeLow(Value value)
optional .alluxio.grpc.table.Value low = 1; |
static Value.Builder |
Value.newBuilder(Value prototype) |
EquatableValueSet.Builder |
EquatableValueSet.Builder.setCandidates(int index,
Value value)
repeated .alluxio.grpc.table.Value candidates = 1; |
Range.Builder |
Range.Builder.setHigh(Value value)
optional .alluxio.grpc.table.Value high = 2; |
Range.Builder |
Range.Builder.setLow(Value value)
optional .alluxio.grpc.table.Value low = 1; |
Modifier and Type | Method and Description |
---|---|
EquatableValueSet.Builder |
EquatableValueSet.Builder.addAllCandidates(Iterable<? extends Value> values)
repeated .alluxio.grpc.table.Value candidates = 1; |
Copyright © 2023. All Rights Reserved.