Package | Description |
---|---|
alluxio.grpc.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Transformation> |
Transformation.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Transformation |
Transformation.Builder.build() |
Transformation |
Transformation.Builder.buildPartial() |
static Transformation |
Transformation.getDefaultInstance() |
Transformation |
Transformation.getDefaultInstanceForType() |
Transformation |
Transformation.Builder.getDefaultInstanceForType() |
Transformation |
PartitionOrBuilder.getTransformations(int index)
The latest transformation is in the back of the list.
|
Transformation |
Partition.getTransformations(int index)
The latest transformation is in the back of the list.
|
Transformation |
Partition.Builder.getTransformations(int index)
The latest transformation is in the back of the list.
|
static Transformation |
Transformation.parseDelimitedFrom(InputStream input) |
static Transformation |
Transformation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transformation |
Transformation.parseFrom(byte[] data) |
static Transformation |
Transformation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transformation |
Transformation.parseFrom(ByteBuffer data) |
static Transformation |
Transformation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transformation |
Transformation.parseFrom(com.google.protobuf.ByteString data) |
static Transformation |
Transformation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transformation |
Transformation.parseFrom(com.google.protobuf.CodedInputStream input) |
static Transformation |
Transformation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Transformation |
Transformation.parseFrom(InputStream input) |
static Transformation |
Transformation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Transformation> |
Transformation.getParserForType() |
List<Transformation> |
PartitionOrBuilder.getTransformationsList()
The latest transformation is in the back of the list.
|
List<Transformation> |
Partition.getTransformationsList()
The latest transformation is in the back of the list.
|
List<Transformation> |
Partition.Builder.getTransformationsList()
The latest transformation is in the back of the list.
|
static com.google.protobuf.Parser<Transformation> |
Transformation.parser() |
Modifier and Type | Method and Description |
---|---|
Partition.Builder |
Partition.Builder.addTransformations(int index,
Transformation value)
The latest transformation is in the back of the list.
|
Partition.Builder |
Partition.Builder.addTransformations(Transformation value)
The latest transformation is in the back of the list.
|
Transformation.Builder |
Transformation.Builder.mergeFrom(Transformation other) |
static Transformation.Builder |
Transformation.newBuilder(Transformation prototype) |
Partition.Builder |
Partition.Builder.setTransformations(int index,
Transformation value)
The latest transformation is in the back of the list.
|
Modifier and Type | Method and Description |
---|---|
Partition.Builder |
Partition.Builder.addAllTransformations(Iterable<? extends Transformation> values)
The latest transformation is in the back of the list.
|
Copyright © 2023. All Rights Reserved.