public final class Partition extends com.google.protobuf.GeneratedMessageV3 implements PartitionOrBuilder
next available id: 6Protobuf type
alluxio.grpc.table.Partition
Modifier and Type | Class and Description |
---|---|
static class |
Partition.Builder
next available id: 6
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
BASE_LAYOUT_FIELD_NUMBER |
static com.google.protobuf.Parser<Partition> |
PARSER
Deprecated.
|
static int |
PARTITION_SPEC_FIELD_NUMBER |
static int |
TRANSFORMATIONS_FIELD_NUMBER |
static int |
VERSION_CREATION_TIME_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Layout |
getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
LayoutOrBuilder |
getBaseLayoutOrBuilder()
optional .alluxio.grpc.table.Layout base_layout = 2; |
static Partition |
getDefaultInstance() |
Partition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Partition> |
getParserForType() |
PartitionSpec |
getPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
PartitionSpecOrBuilder |
getPartitionSpecOrBuilder()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getVersion()
optional int64 version = 4; |
long |
getVersionCreationTime()
optional int64 version_creation_time = 5; |
boolean |
hasBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
int |
hashCode() |
boolean |
hasPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1; |
boolean |
hasVersion()
optional int64 version = 4; |
boolean |
hasVersionCreationTime()
optional int64 version_creation_time = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Partition.Builder |
newBuilder() |
static Partition.Builder |
newBuilder(Partition prototype) |
Partition.Builder |
newBuilderForType() |
protected Partition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Partition |
parseDelimitedFrom(InputStream input) |
static Partition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Partition |
parseFrom(byte[] data) |
static Partition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Partition |
parseFrom(ByteBuffer data) |
static Partition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Partition |
parseFrom(com.google.protobuf.ByteString data) |
static Partition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Partition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Partition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Partition |
parseFrom(InputStream input) |
static Partition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Partition> |
parser() |
Partition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int PARTITION_SPEC_FIELD_NUMBER
public static final int BASE_LAYOUT_FIELD_NUMBER
public static final int TRANSFORMATIONS_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int VERSION_CREATION_TIME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Partition> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
hasPartitionSpec
in interface PartitionOrBuilder
public PartitionSpec getPartitionSpec()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
getPartitionSpec
in interface PartitionOrBuilder
public PartitionSpecOrBuilder getPartitionSpecOrBuilder()
optional .alluxio.grpc.table.PartitionSpec partition_spec = 1;
getPartitionSpecOrBuilder
in interface PartitionOrBuilder
public boolean hasBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2;
hasBaseLayout
in interface PartitionOrBuilder
public Layout getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2;
getBaseLayout
in interface PartitionOrBuilder
public LayoutOrBuilder getBaseLayoutOrBuilder()
optional .alluxio.grpc.table.Layout base_layout = 2;
getBaseLayoutOrBuilder
in interface PartitionOrBuilder
public List<Transformation> getTransformationsList()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
getTransformationsList
in interface PartitionOrBuilder
public List<? extends TransformationOrBuilder> getTransformationsOrBuilderList()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
getTransformationsOrBuilderList
in interface PartitionOrBuilder
public int getTransformationsCount()
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
getTransformationsCount
in interface PartitionOrBuilder
public Transformation getTransformations(int index)
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
getTransformations
in interface PartitionOrBuilder
public TransformationOrBuilder getTransformationsOrBuilder(int index)
The latest transformation is in the back of the list.
repeated .alluxio.grpc.table.Transformation transformations = 3;
getTransformationsOrBuilder
in interface PartitionOrBuilder
public boolean hasVersion()
optional int64 version = 4;
hasVersion
in interface PartitionOrBuilder
public long getVersion()
optional int64 version = 4;
getVersion
in interface PartitionOrBuilder
public boolean hasVersionCreationTime()
optional int64 version_creation_time = 5;
hasVersionCreationTime
in interface PartitionOrBuilder
public long getVersionCreationTime()
optional int64 version_creation_time = 5;
getVersionCreationTime
in interface PartitionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Partition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Partition parseFrom(InputStream input) throws IOException
IOException
public static Partition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Partition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Partition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Partition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Partition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Partition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Partition.Builder newBuilder()
public static Partition.Builder newBuilder(Partition prototype)
public Partition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Partition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Partition getDefaultInstance()
public static com.google.protobuf.Parser<Partition> parser()
public com.google.protobuf.Parser<Partition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Partition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.