Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AdminProtos.ReplicateWALEntryResponse> |
AdminProtos.ReplicateWALEntryResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.Builder.build() |
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.Builder.buildPartial() |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.getDefaultInstance() |
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.getDefaultInstanceForType() |
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.Builder.getDefaultInstanceForType() |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseDelimitedFrom(InputStream input) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(byte[] data) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(InputStream input) |
static AdminProtos.ReplicateWALEntryResponse |
AdminProtos.ReplicateWALEntryResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.AdminService.BlockingInterface.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request) |
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.AdminService.BlockingInterface.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AdminProtos.ReplicateWALEntryResponse> |
AdminProtos.ReplicateWALEntryResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
AdminProtos.ReplicateWALEntryResponse.Builder |
AdminProtos.ReplicateWALEntryResponse.Builder.mergeFrom(AdminProtos.ReplicateWALEntryResponse other) |
static AdminProtos.ReplicateWALEntryResponse.Builder |
AdminProtos.ReplicateWALEntryResponse.newBuilder(AdminProtos.ReplicateWALEntryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AdminProtos.AdminService.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse); |
void |
AdminProtos.AdminService.Interface.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse); |
void |
AdminProtos.AdminService.Stub.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done) |
abstract void |
AdminProtos.AdminService.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse); |
void |
AdminProtos.AdminService.Interface.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done)
rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse); |
void |
AdminProtos.AdminService.Stub.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request,
com.google.protobuf.RpcCallback<AdminProtos.ReplicateWALEntryResponse> done) |
Modifier and Type | Method and Description |
---|---|
AdminProtos.ReplicateWALEntryResponse |
RSRpcServices.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
Replay the given changes when distributedLogReplay WAL edits from a failed RS.
|
AdminProtos.ReplicateWALEntryResponse |
RSRpcServices.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
Replicate WAL entries on the region server.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.