public static final class Table.AddTableEntry extends com.google.protobuf.GeneratedMessageV3 implements Table.AddTableEntryOrBuilder
next available id: 13Protobuf type
alluxio.proto.journal.AddTableEntry
Modifier and Type | Class and Description |
---|---|
static class |
Table.AddTableEntry.Builder
next available id: 13
|
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 |
DB_NAME_FIELD_NUMBER |
static int |
LAYOUT_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARAMETERS_FIELD_NUMBER |
static com.google.protobuf.Parser<Table.AddTableEntry> |
PARSER
Deprecated.
|
static int |
PARTITION_COLS_FIELD_NUMBER |
static int |
PARTITIONS_FIELD_NUMBER |
static int |
PREVIOUS_VERSION_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TABLE_STATS_FIELD_NUMBER |
static int |
VERSION_CREATION_TIME_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 7; |
boolean |
equals(Object obj) |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
static Table.AddTableEntry |
getDefaultInstance() |
Table.AddTableEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Layout |
getLayout()
optional .alluxio.grpc.table.Layout layout = 5; |
LayoutOrBuilder |
getLayoutOrBuilder()
optional .alluxio.grpc.table.Layout layout = 5; |
String |
getOwner()
optional string owner = 3; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 3; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 7; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 7; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 7; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 7; |
com.google.protobuf.Parser<Table.AddTableEntry> |
getParserForType() |
FieldSchema |
getPartitionCols(int index)
partitioning scheme
|
int |
getPartitionColsCount()
partitioning scheme
|
List<FieldSchema> |
getPartitionColsList()
partitioning scheme
|
FieldSchemaOrBuilder |
getPartitionColsOrBuilder(int index)
partitioning scheme
|
List<? extends FieldSchemaOrBuilder> |
getPartitionColsOrBuilderList()
partitioning scheme
|
Partition |
getPartitions(int index)
repeated .alluxio.grpc.table.Partition partitions = 9; |
int |
getPartitionsCount()
repeated .alluxio.grpc.table.Partition partitions = 9; |
List<Partition> |
getPartitionsList()
repeated .alluxio.grpc.table.Partition partitions = 9; |
PartitionOrBuilder |
getPartitionsOrBuilder(int index)
repeated .alluxio.grpc.table.Partition partitions = 9; |
List<? extends PartitionOrBuilder> |
getPartitionsOrBuilderList()
repeated .alluxio.grpc.table.Partition partitions = 9; |
long |
getPreviousVersion()
optional int64 previous_version = 10; |
Schema |
getSchema()
optional .alluxio.grpc.table.Schema schema = 4; |
SchemaOrBuilder |
getSchemaOrBuilder()
optional .alluxio.grpc.table.Schema schema = 4; |
int |
getSerializedSize() |
String |
getTableName()
optional string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 2; |
ColumnStatisticsInfo |
getTableStats(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
int |
getTableStatsCount()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
List<ColumnStatisticsInfo> |
getTableStatsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
ColumnStatisticsInfoOrBuilder |
getTableStatsOrBuilder(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
List<? extends ColumnStatisticsInfoOrBuilder> |
getTableStatsOrBuilderList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getVersion()
optional int64 version = 11; |
long |
getVersionCreationTime()
optional int64 version_creation_time = 12; |
boolean |
hasDbName()
optional string db_name = 1; |
int |
hashCode() |
boolean |
hasLayout()
optional .alluxio.grpc.table.Layout layout = 5; |
boolean |
hasOwner()
optional string owner = 3; |
boolean |
hasPreviousVersion()
optional int64 previous_version = 10; |
boolean |
hasSchema()
optional .alluxio.grpc.table.Schema schema = 4; |
boolean |
hasTableName()
optional string table_name = 2; |
boolean |
hasVersion()
optional int64 version = 11; |
boolean |
hasVersionCreationTime()
optional int64 version_creation_time = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Table.AddTableEntry.Builder |
newBuilder() |
static Table.AddTableEntry.Builder |
newBuilder(Table.AddTableEntry prototype) |
Table.AddTableEntry.Builder |
newBuilderForType() |
protected Table.AddTableEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Table.AddTableEntry |
parseDelimitedFrom(InputStream input) |
static Table.AddTableEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AddTableEntry |
parseFrom(byte[] data) |
static Table.AddTableEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AddTableEntry |
parseFrom(ByteBuffer data) |
static Table.AddTableEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AddTableEntry |
parseFrom(com.google.protobuf.ByteString data) |
static Table.AddTableEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AddTableEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Table.AddTableEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AddTableEntry |
parseFrom(InputStream input) |
static Table.AddTableEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Table.AddTableEntry> |
parser() |
Table.AddTableEntry.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, 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 DB_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
public static final int LAYOUT_FIELD_NUMBER
public static final int TABLE_STATS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
public static final int PARTITION_COLS_FIELD_NUMBER
public static final int PARTITIONS_FIELD_NUMBER
public static final int PREVIOUS_VERSION_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<Table.AddTableEntry> 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.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasDbName()
optional string db_name = 1;
hasDbName
in interface Table.AddTableEntryOrBuilder
public String getDbName()
optional string db_name = 1;
getDbName
in interface Table.AddTableEntryOrBuilder
public com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
getDbNameBytes
in interface Table.AddTableEntryOrBuilder
public boolean hasTableName()
optional string table_name = 2;
hasTableName
in interface Table.AddTableEntryOrBuilder
public String getTableName()
optional string table_name = 2;
getTableName
in interface Table.AddTableEntryOrBuilder
public com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 2;
getTableNameBytes
in interface Table.AddTableEntryOrBuilder
public boolean hasOwner()
optional string owner = 3;
hasOwner
in interface Table.AddTableEntryOrBuilder
public String getOwner()
optional string owner = 3;
getOwner
in interface Table.AddTableEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 3;
getOwnerBytes
in interface Table.AddTableEntryOrBuilder
public boolean hasSchema()
optional .alluxio.grpc.table.Schema schema = 4;
hasSchema
in interface Table.AddTableEntryOrBuilder
public Schema getSchema()
optional .alluxio.grpc.table.Schema schema = 4;
getSchema
in interface Table.AddTableEntryOrBuilder
public SchemaOrBuilder getSchemaOrBuilder()
optional .alluxio.grpc.table.Schema schema = 4;
getSchemaOrBuilder
in interface Table.AddTableEntryOrBuilder
public boolean hasLayout()
optional .alluxio.grpc.table.Layout layout = 5;
hasLayout
in interface Table.AddTableEntryOrBuilder
public Layout getLayout()
optional .alluxio.grpc.table.Layout layout = 5;
getLayout
in interface Table.AddTableEntryOrBuilder
public LayoutOrBuilder getLayoutOrBuilder()
optional .alluxio.grpc.table.Layout layout = 5;
getLayoutOrBuilder
in interface Table.AddTableEntryOrBuilder
public List<ColumnStatisticsInfo> getTableStatsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6;
getTableStatsList
in interface Table.AddTableEntryOrBuilder
public List<? extends ColumnStatisticsInfoOrBuilder> getTableStatsOrBuilderList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6;
getTableStatsOrBuilderList
in interface Table.AddTableEntryOrBuilder
public int getTableStatsCount()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6;
getTableStatsCount
in interface Table.AddTableEntryOrBuilder
public ColumnStatisticsInfo getTableStats(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6;
getTableStats
in interface Table.AddTableEntryOrBuilder
public ColumnStatisticsInfoOrBuilder getTableStatsOrBuilder(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6;
getTableStatsOrBuilder
in interface Table.AddTableEntryOrBuilder
public int getParametersCount()
Table.AddTableEntryOrBuilder
map<string, string> parameters = 7;
getParametersCount
in interface Table.AddTableEntryOrBuilder
public boolean containsParameters(String key)
map<string, string> parameters = 7;
containsParameters
in interface Table.AddTableEntryOrBuilder
@Deprecated public Map<String,String> getParameters()
getParametersMap()
instead.getParameters
in interface Table.AddTableEntryOrBuilder
public Map<String,String> getParametersMap()
map<string, string> parameters = 7;
getParametersMap
in interface Table.AddTableEntryOrBuilder
public String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 7;
getParametersOrDefault
in interface Table.AddTableEntryOrBuilder
public String getParametersOrThrow(String key)
map<string, string> parameters = 7;
getParametersOrThrow
in interface Table.AddTableEntryOrBuilder
public List<FieldSchema> getPartitionColsList()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
getPartitionColsList
in interface Table.AddTableEntryOrBuilder
public List<? extends FieldSchemaOrBuilder> getPartitionColsOrBuilderList()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
getPartitionColsOrBuilderList
in interface Table.AddTableEntryOrBuilder
public int getPartitionColsCount()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
getPartitionColsCount
in interface Table.AddTableEntryOrBuilder
public FieldSchema getPartitionCols(int index)
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
getPartitionCols
in interface Table.AddTableEntryOrBuilder
public FieldSchemaOrBuilder getPartitionColsOrBuilder(int index)
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
getPartitionColsOrBuilder
in interface Table.AddTableEntryOrBuilder
public List<Partition> getPartitionsList()
repeated .alluxio.grpc.table.Partition partitions = 9;
getPartitionsList
in interface Table.AddTableEntryOrBuilder
public List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()
repeated .alluxio.grpc.table.Partition partitions = 9;
getPartitionsOrBuilderList
in interface Table.AddTableEntryOrBuilder
public int getPartitionsCount()
repeated .alluxio.grpc.table.Partition partitions = 9;
getPartitionsCount
in interface Table.AddTableEntryOrBuilder
public Partition getPartitions(int index)
repeated .alluxio.grpc.table.Partition partitions = 9;
getPartitions
in interface Table.AddTableEntryOrBuilder
public PartitionOrBuilder getPartitionsOrBuilder(int index)
repeated .alluxio.grpc.table.Partition partitions = 9;
getPartitionsOrBuilder
in interface Table.AddTableEntryOrBuilder
public boolean hasPreviousVersion()
optional int64 previous_version = 10;
hasPreviousVersion
in interface Table.AddTableEntryOrBuilder
public long getPreviousVersion()
optional int64 previous_version = 10;
getPreviousVersion
in interface Table.AddTableEntryOrBuilder
public boolean hasVersion()
optional int64 version = 11;
hasVersion
in interface Table.AddTableEntryOrBuilder
public long getVersion()
optional int64 version = 11;
getVersion
in interface Table.AddTableEntryOrBuilder
public boolean hasVersionCreationTime()
optional int64 version_creation_time = 12;
hasVersionCreationTime
in interface Table.AddTableEntryOrBuilder
public long getVersionCreationTime()
optional int64 version_creation_time = 12;
getVersionCreationTime
in interface Table.AddTableEntryOrBuilder
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 Table.AddTableEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AddTableEntry parseFrom(InputStream input) throws IOException
IOException
public static Table.AddTableEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Table.AddTableEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Table.AddTableEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Table.AddTableEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Table.AddTableEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Table.AddTableEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Table.AddTableEntry.Builder newBuilder()
public static Table.AddTableEntry.Builder newBuilder(Table.AddTableEntry prototype)
public Table.AddTableEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Table.AddTableEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Table.AddTableEntry getDefaultInstance()
public static com.google.protobuf.Parser<Table.AddTableEntry> parser()
public com.google.protobuf.Parser<Table.AddTableEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Table.AddTableEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.