public static interface HiveMetastore.ReplLastIdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
string catalog = 4; |
com.google.protobuf.ByteString |
getCatalogBytes()
string catalog = 4; |
String |
getDatabase()
string database = 1; |
com.google.protobuf.ByteString |
getDatabaseBytes()
string database = 1; |
long |
getLastReplId()
int64 last_repl_id = 2; |
String |
getPartitionLists(int index)
repeated string partition_lists = 5; |
com.google.protobuf.ByteString |
getPartitionListsBytes(int index)
repeated string partition_lists = 5; |
int |
getPartitionListsCount()
repeated string partition_lists = 5; |
List<String> |
getPartitionListsList()
repeated string partition_lists = 5; |
String |
getTable()
string table = 3; |
com.google.protobuf.ByteString |
getTableBytes()
string table = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
string database = 1;long getLastReplId()
int64 last_repl_id = 2;String getTable()
string table = 3;com.google.protobuf.ByteString getTableBytes()
string table = 3;String getCatalog()
string catalog = 4;com.google.protobuf.ByteString getCatalogBytes()
string catalog = 4;List<String> getPartitionListsList()
repeated string partition_lists = 5;int getPartitionListsCount()
repeated string partition_lists = 5;String getPartitionLists(int index)
repeated string partition_lists = 5;index - The index of the element to return.com.google.protobuf.ByteString getPartitionListsBytes(int index)
repeated string partition_lists = 5;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.