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