org.apache.hadoop.hbase.replication
Class ReplicationEndpoint.Context
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
- Enclosing interface:
- ReplicationEndpoint
@InterfaceAudience.LimitedPrivate(value="Replication")
public static class ReplicationEndpoint.Context
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplicationEndpoint.Context
@InterfaceAudience.Private
public ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationPeerConfig peerConfig,
String peerId,
UUID clusterId,
ReplicationPeer replicationPeer,
MetricsSource metrics)
getConfiguration
public org.apache.hadoop.conf.Configuration getConfiguration()
getFilesystem
public org.apache.hadoop.fs.FileSystem getFilesystem()
getClusterId
public UUID getClusterId()
getPeerId
public String getPeerId()
getPeerConfig
public ReplicationPeerConfig getPeerConfig()
getReplicationPeer
public ReplicationPeer getReplicationPeer()
getMetrics
public MetricsSource getMetrics()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.