|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminProtos.ReplicateWALEntryRequest | |
---|---|
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 |
Uses of AdminProtos.ReplicateWALEntryRequest in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type AdminProtos.ReplicateWALEntryRequest | |
---|---|
static Pair<AdminProtos.ReplicateWALEntryRequest,CellScanner> |
ReplicationProtbufUtil.buildReplicateWALEntryRequest(HLog.Entry[] entries)
Create a new ReplicateWALEntryRequest from a list of HLog entries |
Uses of AdminProtos.ReplicateWALEntryRequest in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type AdminProtos.ReplicateWALEntryRequest | |
---|---|
static com.google.protobuf.Parser<AdminProtos.ReplicateWALEntryRequest> |
AdminProtos.ReplicateWALEntryRequest.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return AdminProtos.ReplicateWALEntryRequest | |
---|---|
AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.Builder.build()
|
AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.Builder.buildPartial()
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.getDefaultInstance()
|
AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.getDefaultInstanceForType()
|
AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.Builder.getDefaultInstanceForType()
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseDelimitedFrom(InputStream input)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(byte[] data)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(com.google.protobuf.ByteString data)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(com.google.protobuf.CodedInputStream input)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(InputStream input)
|
static AdminProtos.ReplicateWALEntryRequest |
AdminProtos.ReplicateWALEntryRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type AdminProtos.ReplicateWALEntryRequest | |
---|---|
com.google.protobuf.Parser<AdminProtos.ReplicateWALEntryRequest> |
AdminProtos.ReplicateWALEntryRequest.getParserForType()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AdminProtos.ReplicateWALEntryRequest | |
---|---|
AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.Builder.mergeFrom(AdminProtos.ReplicateWALEntryRequest other)
|
static AdminProtos.ReplicateWALEntryRequest.Builder |
AdminProtos.ReplicateWALEntryRequest.newBuilder(AdminProtos.ReplicateWALEntryRequest prototype)
|
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.AdminService.BlockingInterface.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
|
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)
|
AdminProtos.ReplicateWALEntryResponse |
AdminProtos.AdminService.BlockingInterface.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
|
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)
|
Uses of AdminProtos.ReplicateWALEntryRequest in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type AdminProtos.ReplicateWALEntryRequest | |
---|---|
AdminProtos.ReplicateWALEntryResponse |
HRegionServer.replay(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
Replay the given changes when distributedLogReplay WAL edits from a failed RS. |
AdminProtos.ReplicateWALEntryResponse |
HRegionServer.replicateWALEntry(com.google.protobuf.RpcController controller,
AdminProtos.ReplicateWALEntryRequest request)
Replicate WAL entries on the region server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |