public static final class Table.AttachDbEntry extends com.google.protobuf.GeneratedMessageV3 implements Table.AttachDbEntryOrBuilder
next available id: 6Protobuf type
alluxio.proto.journal.AttachDbEntry
Modifier and Type | Class and Description |
---|---|
static class |
Table.AttachDbEntry.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 |
CONFIG_FIELD_NUMBER |
static int |
DB_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<Table.AttachDbEntry> |
PARSER
Deprecated.
|
static int |
UDB_CONNECTION_URI_FIELD_NUMBER |
static int |
UDB_DB_NAME_FIELD_NUMBER |
static int |
UDB_TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsConfig(String key)
map<string, string> config = 5; |
boolean |
equals(Object obj) |
Map<String,String> |
getConfig()
Deprecated.
|
int |
getConfigCount()
map<string, string> config = 5; |
Map<String,String> |
getConfigMap()
map<string, string> config = 5; |
String |
getConfigOrDefault(String key,
String defaultValue)
map<string, string> config = 5; |
String |
getConfigOrThrow(String key)
map<string, string> config = 5; |
String |
getDbName()
optional string db_name = 4; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 4; |
static Table.AttachDbEntry |
getDefaultInstance() |
Table.AttachDbEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Table.AttachDbEntry> |
getParserForType() |
int |
getSerializedSize() |
String |
getUdbConnectionUri()
optional string udb_connection_uri = 2; |
com.google.protobuf.ByteString |
getUdbConnectionUriBytes()
optional string udb_connection_uri = 2; |
String |
getUdbDbName()
optional string udb_db_name = 3; |
com.google.protobuf.ByteString |
getUdbDbNameBytes()
optional string udb_db_name = 3; |
String |
getUdbType()
optional string udb_type = 1; |
com.google.protobuf.ByteString |
getUdbTypeBytes()
optional string udb_type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDbName()
optional string db_name = 4; |
int |
hashCode() |
boolean |
hasUdbConnectionUri()
optional string udb_connection_uri = 2; |
boolean |
hasUdbDbName()
optional string udb_db_name = 3; |
boolean |
hasUdbType()
optional string udb_type = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Table.AttachDbEntry.Builder |
newBuilder() |
static Table.AttachDbEntry.Builder |
newBuilder(Table.AttachDbEntry prototype) |
Table.AttachDbEntry.Builder |
newBuilderForType() |
protected Table.AttachDbEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Table.AttachDbEntry |
parseDelimitedFrom(InputStream input) |
static Table.AttachDbEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AttachDbEntry |
parseFrom(byte[] data) |
static Table.AttachDbEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AttachDbEntry |
parseFrom(ByteBuffer data) |
static Table.AttachDbEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AttachDbEntry |
parseFrom(com.google.protobuf.ByteString data) |
static Table.AttachDbEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AttachDbEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Table.AttachDbEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table.AttachDbEntry |
parseFrom(InputStream input) |
static Table.AttachDbEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Table.AttachDbEntry> |
parser() |
Table.AttachDbEntry.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 UDB_TYPE_FIELD_NUMBER
public static final int UDB_CONNECTION_URI_FIELD_NUMBER
public static final int UDB_DB_NAME_FIELD_NUMBER
public static final int DB_NAME_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Table.AttachDbEntry> 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 hasUdbType()
optional string udb_type = 1;
hasUdbType
in interface Table.AttachDbEntryOrBuilder
public String getUdbType()
optional string udb_type = 1;
getUdbType
in interface Table.AttachDbEntryOrBuilder
public com.google.protobuf.ByteString getUdbTypeBytes()
optional string udb_type = 1;
getUdbTypeBytes
in interface Table.AttachDbEntryOrBuilder
public boolean hasUdbConnectionUri()
optional string udb_connection_uri = 2;
hasUdbConnectionUri
in interface Table.AttachDbEntryOrBuilder
public String getUdbConnectionUri()
optional string udb_connection_uri = 2;
getUdbConnectionUri
in interface Table.AttachDbEntryOrBuilder
public com.google.protobuf.ByteString getUdbConnectionUriBytes()
optional string udb_connection_uri = 2;
getUdbConnectionUriBytes
in interface Table.AttachDbEntryOrBuilder
public boolean hasUdbDbName()
optional string udb_db_name = 3;
hasUdbDbName
in interface Table.AttachDbEntryOrBuilder
public String getUdbDbName()
optional string udb_db_name = 3;
getUdbDbName
in interface Table.AttachDbEntryOrBuilder
public com.google.protobuf.ByteString getUdbDbNameBytes()
optional string udb_db_name = 3;
getUdbDbNameBytes
in interface Table.AttachDbEntryOrBuilder
public boolean hasDbName()
optional string db_name = 4;
hasDbName
in interface Table.AttachDbEntryOrBuilder
public String getDbName()
optional string db_name = 4;
getDbName
in interface Table.AttachDbEntryOrBuilder
public com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 4;
getDbNameBytes
in interface Table.AttachDbEntryOrBuilder
public int getConfigCount()
Table.AttachDbEntryOrBuilder
map<string, string> config = 5;
getConfigCount
in interface Table.AttachDbEntryOrBuilder
public boolean containsConfig(String key)
map<string, string> config = 5;
containsConfig
in interface Table.AttachDbEntryOrBuilder
@Deprecated public Map<String,String> getConfig()
getConfigMap()
instead.getConfig
in interface Table.AttachDbEntryOrBuilder
public Map<String,String> getConfigMap()
map<string, string> config = 5;
getConfigMap
in interface Table.AttachDbEntryOrBuilder
public String getConfigOrDefault(String key, String defaultValue)
map<string, string> config = 5;
getConfigOrDefault
in interface Table.AttachDbEntryOrBuilder
public String getConfigOrThrow(String key)
map<string, string> config = 5;
getConfigOrThrow
in interface Table.AttachDbEntryOrBuilder
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.AttachDbEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Table.AttachDbEntry parseFrom(InputStream input) throws IOException
IOException
public static Table.AttachDbEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Table.AttachDbEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Table.AttachDbEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Table.AttachDbEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Table.AttachDbEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Table.AttachDbEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Table.AttachDbEntry.Builder newBuilder()
public static Table.AttachDbEntry.Builder newBuilder(Table.AttachDbEntry prototype)
public Table.AttachDbEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Table.AttachDbEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Table.AttachDbEntry getDefaultInstance()
public static com.google.protobuf.Parser<Table.AttachDbEntry> parser()
public com.google.protobuf.Parser<Table.AttachDbEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Table.AttachDbEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.