Package | Description |
---|---|
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionStoreSequenceIds |
ZkSplitLogWorkerCoordination.getRegionFlushedSequenceId(String failedServerName,
String key) |
ClusterStatusProtos.RegionStoreSequenceIds |
SplitLogWorkerCoordination.getRegionFlushedSequenceId(String failedServerName,
String key) |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionStoreSequenceIds |
ServerManager.getLastFlushedSequenceId(byte[] encodedRegionName) |
Modifier and Type | Method and Description |
---|---|
static RegionServerStatusProtos.GetLastFlushedSequenceIdResponse |
ResponseConverter.buildGetLastFlushedSequenceIdResponse(ClusterStatusProtos.RegionStoreSequenceIds ids)
Creates a response for the last flushed sequence Id request
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClusterStatusProtos.RegionStoreSequenceIds> |
ClusterStatusProtos.RegionStoreSequenceIds.PARSER |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.Builder.build() |
ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.Builder.buildPartial() |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.getDefaultInstance() |
ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.getDefaultInstanceForType() |
ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.Builder.getDefaultInstanceForType() |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(byte[] data) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(InputStream input) |
static ClusterStatusProtos.RegionStoreSequenceIds |
ClusterStatusProtos.RegionStoreSequenceIds.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClusterStatusProtos.RegionStoreSequenceIds> |
ClusterStatusProtos.RegionStoreSequenceIds.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionStoreSequenceIds.Builder |
ClusterStatusProtos.RegionStoreSequenceIds.Builder.mergeFrom(ClusterStatusProtos.RegionStoreSequenceIds other) |
static ClusterStatusProtos.RegionStoreSequenceIds.Builder |
ClusterStatusProtos.RegionStoreSequenceIds.newBuilder(ClusterStatusProtos.RegionStoreSequenceIds prototype) |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.RegionStoreSequenceIds |
LastSequenceId.getLastSequenceId(byte[] encodedRegionName) |
ClusterStatusProtos.RegionStoreSequenceIds |
HRegionServer.getLastSequenceId(byte[] encodedRegionName) |
Modifier and Type | Method and Description |
---|---|
static ClusterStatusProtos.RegionStoreSequenceIds |
ZKSplitLog.getRegionFlushedSequenceId(ZooKeeperWatcher zkw,
String serverName,
String encodedRegionName)
This function is used in distributedLogReplay to fetch last flushed sequence id from ZK
|
static ClusterStatusProtos.RegionStoreSequenceIds |
ZKUtil.parseRegionStoreSequenceIds(byte[] bytes) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.