org.apache.hadoop.hbase.replication
Class ReplicationEndpoint.Context

java.lang.Object
  extended by org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
Enclosing interface:
ReplicationEndpoint

@InterfaceAudience.LimitedPrivate(value="Replication")
public static class ReplicationEndpoint.Context
extends Object


Constructor Summary
ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, ReplicationPeer replicationPeer, MetricsSource metrics)
           
 
Method Summary
 UUID getClusterId()
           
 org.apache.hadoop.conf.Configuration getConfiguration()
           
 org.apache.hadoop.fs.FileSystem getFilesystem()
           
 MetricsSource getMetrics()
           
 ReplicationPeerConfig getPeerConfig()
           
 String getPeerId()
           
 ReplicationPeer getReplicationPeer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationEndpoint.Context

@InterfaceAudience.Private
public ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf,
                                                             org.apache.hadoop.fs.FileSystem fs,
                                                             String peerId,
                                                             UUID clusterId,
                                                             ReplicationPeer replicationPeer,
                                                             MetricsSource metrics)
Method Detail

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–2016 The Apache Software Foundation. All rights reserved.