@InterfaceAudience.LimitedPrivate(value="Replication") public static class ReplicationEndpoint.Context extends Object
| Constructor and Description |
|---|
Context(org.apache.hadoop.conf.Configuration localConf,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
String peerId,
UUID clusterId,
org.apache.hadoop.hbase.replication.ReplicationPeer replicationPeer,
MetricsSource metrics,
TableDescriptors tableDescriptors,
org.apache.hadoop.hbase.Abortable abortable) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.Abortable |
getAbortable() |
UUID |
getClusterId() |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
org.apache.hadoop.fs.FileSystem |
getFilesystem() |
org.apache.hadoop.conf.Configuration |
getLocalConfiguration() |
MetricsSource |
getMetrics() |
org.apache.hadoop.hbase.replication.ReplicationPeerConfig |
getPeerConfig() |
String |
getPeerId() |
org.apache.hadoop.hbase.replication.ReplicationPeer |
getReplicationPeer() |
TableDescriptors |
getTableDescriptors() |
@InterfaceAudience.Private
public Context(org.apache.hadoop.conf.Configuration localConf,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
String peerId,
UUID clusterId,
org.apache.hadoop.hbase.replication.ReplicationPeer replicationPeer,
MetricsSource metrics,
TableDescriptors tableDescriptors,
org.apache.hadoop.hbase.Abortable abortable)
public org.apache.hadoop.conf.Configuration getConfiguration()
public org.apache.hadoop.conf.Configuration getLocalConfiguration()
public org.apache.hadoop.fs.FileSystem getFilesystem()
public UUID getClusterId()
public String getPeerId()
public org.apache.hadoop.hbase.replication.ReplicationPeerConfig getPeerConfig()
public org.apache.hadoop.hbase.replication.ReplicationPeer getReplicationPeer()
public MetricsSource getMetrics()
public TableDescriptors getTableDescriptors()
public org.apache.hadoop.hbase.Abortable getAbortable()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.