public static interface RegionServerStatusProtos.GetLastFlushedSequenceIdResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1; |
ClusterStatusProtos.StoreSequenceId |
getStoreLastFlushedSequenceId(int index)
repeated .StoreSequenceId store_last_flushed_sequence_id = 2; |
int |
getStoreLastFlushedSequenceIdCount()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2; |
List<ClusterStatusProtos.StoreSequenceId> |
getStoreLastFlushedSequenceIdList()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2; |
ClusterStatusProtos.StoreSequenceIdOrBuilder |
getStoreLastFlushedSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_last_flushed_sequence_id = 2; |
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> |
getStoreLastFlushedSequenceIdOrBuilderList()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2; |
boolean |
hasLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1; |
boolean hasLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1;
the last WAL sequence id flushed from MemStore to HFile for the region
long getLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1;
the last WAL sequence id flushed from MemStore to HFile for the region
List<ClusterStatusProtos.StoreSequenceId> getStoreLastFlushedSequenceIdList()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
the last WAL sequence id flushed from MemStore to HFile for stores of the region
ClusterStatusProtos.StoreSequenceId getStoreLastFlushedSequenceId(int index)
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
the last WAL sequence id flushed from MemStore to HFile for stores of the region
int getStoreLastFlushedSequenceIdCount()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
the last WAL sequence id flushed from MemStore to HFile for stores of the region
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreLastFlushedSequenceIdOrBuilderList()
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
the last WAL sequence id flushed from MemStore to HFile for stores of the region
ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreLastFlushedSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
the last WAL sequence id flushed from MemStore to HFile for stores of the region
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.