Class RegionReplicaReplicationEndpoint.RegionReplicaReplayCallable

java.lang.Object
org.apache.hadoop.hbase.client.RegionAdminServiceCallable<org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.ReplicateWALEntryResponse>
org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint.RegionReplicaReplayCallable
All Implemented Interfaces:
RetryingCallable<org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.ReplicateWALEntryResponse>
Enclosing class:
RegionReplicaReplicationEndpoint

static class RegionReplicaReplicationEndpoint.RegionReplicaReplayCallable extends RegionAdminServiceCallable<org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.ReplicateWALEntryResponse>
Calls replay on the passed edits for the given set of entries belonging to the region. It skips the entry if the region boundaries have changed or the region is gone.