public static interface HiveMetastore.TableValidWriteIdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAbortedBits()
bytes aborted_bits = 5; |
String |
getFullTableName()
string full_table_name = 1; |
com.google.protobuf.ByteString |
getFullTableNameBytes()
string full_table_name = 1; |
long |
getInvalidWriteIds(int index)
repeated int64 invalid_write_ids = 3; |
int |
getInvalidWriteIdsCount()
repeated int64 invalid_write_ids = 3; |
List<Long> |
getInvalidWriteIdsList()
repeated int64 invalid_write_ids = 3; |
long |
getMinOpenWriteId()
int64 min_open_write_id = 4; |
long |
getWriteIdHighWaterMark()
int64 write_id_high_water_mark = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullTableName()
string full_table_name = 1;com.google.protobuf.ByteString getFullTableNameBytes()
string full_table_name = 1;long getWriteIdHighWaterMark()
int64 write_id_high_water_mark = 2;List<Long> getInvalidWriteIdsList()
repeated int64 invalid_write_ids = 3;int getInvalidWriteIdsCount()
repeated int64 invalid_write_ids = 3;long getInvalidWriteIds(int index)
repeated int64 invalid_write_ids = 3;index - The index of the element to return.long getMinOpenWriteId()
int64 min_open_write_id = 4;com.google.protobuf.ByteString getAbortedBits()
bytes aborted_bits = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.