Class BaseReplicationEndpoint

java.lang.Object
org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService
org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
All Implemented Interfaces:
ReplicationEndpoint, ReplicationPeerConfigListener, org.apache.hbase.thirdparty.com.google.common.util.concurrent.Service
Direct Known Subclasses:
HBaseReplicationEndpoint, VerifyWALEntriesReplicationEndpoint

@Private public abstract class BaseReplicationEndpoint extends org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService implements ReplicationEndpoint
A Base implementation for ReplicationEndpoints. For internal use. Uses our internal Guava.