public interface PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Layout |
getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
LayoutOrBuilder |
getBaseLayoutOrBuilder()
optional .alluxio.grpc.table.Layout base_layout = 2; |
PartitionSpec |
getPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
PartitionSpecOrBuilder |
getPartitionSpecOrBuilder()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
Transformation |
getTransformations(int index)
The latest transformation is in the back of the list.
|
int |
getTransformationsCount()
The latest transformation is in the back of the list.
|
List<Transformation> |
getTransformationsList()
The latest transformation is in the back of the list.
|
TransformationOrBuilder |
getTransformationsOrBuilder(int index)
The latest transformation is in the back of the list.
|
List<? extends TransformationOrBuilder> |
getTransformationsOrBuilderList()
The latest transformation is in the back of the list.
|
long |
getVersion()
optional int64 version = 4; |
long |
getVersionCreationTime()
optional int64 version_creation_time = 5; |
boolean |
hasBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
boolean |
hasPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
boolean |
hasVersion()
optional int64 version = 4; |
boolean |
hasVersionCreationTime()
optional int64 version_creation_time = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
PartitionSpec getPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
PartitionSpecOrBuilder getPartitionSpecOrBuilder()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
boolean hasBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2;
Layout getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2;
LayoutOrBuilder getBaseLayoutOrBuilder()
optional .alluxio.grpc.table.Layout base_layout = 2;
List<Transformation> getTransformationsList()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
Transformation getTransformations(int index)
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
int getTransformationsCount()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
List<? extends TransformationOrBuilder> getTransformationsOrBuilderList()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
TransformationOrBuilder getTransformationsOrBuilder(int index)
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
boolean hasVersion()
optional int64 version = 4;
long getVersion()
optional int64 version = 4;
boolean hasVersionCreationTime()
optional int64 version_creation_time = 5;
long getVersionCreationTime()
optional int64 version_creation_time = 5;
Copyright © 2023. All Rights Reserved.