public static interface RegionServerStatusProtos.GetLastFlushedSequenceIdResponseOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLastFlushedSequenceId()
the last WAL sequence id flushed from MemStore to HFile for the region
|
ClusterStatusProtos.StoreSequenceId |
getStoreLastFlushedSequenceId(int index)
the last WAL sequence id flushed from MemStore to HFile for stores of the region
|
int |
getStoreLastFlushedSequenceIdCount()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
|
List<ClusterStatusProtos.StoreSequenceId> |
getStoreLastFlushedSequenceIdList()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
|
ClusterStatusProtos.StoreSequenceIdOrBuilder |
getStoreLastFlushedSequenceIdOrBuilder(int index)
the last WAL sequence id flushed from MemStore to HFile for stores of the region
|
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> |
getStoreLastFlushedSequenceIdOrBuilderList()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
|
boolean |
hasLastFlushedSequenceId()
the last WAL sequence id flushed from MemStore to HFile for the region
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLastFlushedSequenceId()
the last WAL sequence id flushed from MemStore to HFile for the region
required uint64 last_flushed_sequence_id = 1;long getLastFlushedSequenceId()
the last WAL sequence id flushed from MemStore to HFile for the region
required uint64 last_flushed_sequence_id = 1;List<ClusterStatusProtos.StoreSequenceId> getStoreLastFlushedSequenceIdList()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
repeated .hbase.pb.StoreSequenceId store_last_flushed_sequence_id = 2;ClusterStatusProtos.StoreSequenceId getStoreLastFlushedSequenceId(int index)
the last WAL sequence id flushed from MemStore to HFile for stores of the region
repeated .hbase.pb.StoreSequenceId store_last_flushed_sequence_id = 2;int getStoreLastFlushedSequenceIdCount()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
repeated .hbase.pb.StoreSequenceId store_last_flushed_sequence_id = 2;List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreLastFlushedSequenceIdOrBuilderList()
the last WAL sequence id flushed from MemStore to HFile for stores of the region
repeated .hbase.pb.StoreSequenceId store_last_flushed_sequence_id = 2;ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreLastFlushedSequenceIdOrBuilder(int index)
the last WAL sequence id flushed from MemStore to HFile for stores of the region
repeated .hbase.pb.StoreSequenceId store_last_flushed_sequence_id = 2;Copyright © 2007–2019 Cloudera. All rights reserved.