public static interface HiveMetastore.GetLatestCommittedCompactionInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbname()
string dbname = 1; |
com.google.protobuf.ByteString |
getDbnameBytes()
string dbname = 1; |
long |
getLastCompactionId()
int64 last_compaction_id = 4; |
String |
getPartionnames(int index)
repeated string partionnames = 3; |
com.google.protobuf.ByteString |
getPartionnamesBytes(int index)
repeated string partionnames = 3; |
int |
getPartionnamesCount()
repeated string partionnames = 3; |
List<String> |
getPartionnamesList()
repeated string partionnames = 3; |
String |
getTablename()
string tablename = 2; |
com.google.protobuf.ByteString |
getTablenameBytes()
string tablename = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDbname()
string dbname = 1;com.google.protobuf.ByteString getDbnameBytes()
string dbname = 1;String getTablename()
string tablename = 2;com.google.protobuf.ByteString getTablenameBytes()
string tablename = 2;List<String> getPartionnamesList()
repeated string partionnames = 3;int getPartionnamesCount()
repeated string partionnames = 3;String getPartionnames(int index)
repeated string partionnames = 3;index - The index of the element to return.com.google.protobuf.ByteString getPartionnamesBytes(int index)
repeated string partionnames = 3;index - The index of the value to return.long getLastCompactionId()
int64 last_compaction_id = 4;Copyright © 2024 The Apache Software Foundation. All rights reserved.