Class RpcRetryingCallerWithReadReplicas

java.lang.Object
org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas

@Private public class RpcRetryingCallerWithReadReplicas extends Object
Caller that goes to replica if the primary region does no answer within a configurable timeout. If the timeout is reached, it calls all the secondary replicas, and returns the first answer. If the answer comes from one of the secondary replica, it will be marked as stale.