Skip navigation links
A C D E G H I N O P Q R S T U V Z 

A

abort(String, Throwable) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 
abortable - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
addHFileRefs(String, List<Pair<Path, Path>>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Add new hfile references to the queue.
addHFileRefs(String, List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
addLog(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Add a new WAL file to the given queue.
addLog(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
addPeerToHFileRefs(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Add a peer to hfile reference queue if peer does not exist.
addPeerToHFileRefs(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 

C

claimQueue(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Take ownership for the queue identified by queueId and belongs to a dead region server.
claimQueue(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
close() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 
conf - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
createAndAddPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
Attempt to connect to a new remote slave cluster.

D

DISABLED_ZNODE_BYTES - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
disablePeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Stop the replication to the specified remote slave cluster.
disablePeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 

E

ENABLED_ZNODE_BYTES - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
enablePeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Restart the replication to the specified remote slave cluster.
enablePeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 

G

getAbortable() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
getAllPeerConfigs() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
List the cluster replication configs of all remote slave clusters (whether they are enabled/disabled or connected/disconnected).
getAllPeerConfigs() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getAllPeerIds() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
List the peer ids of all remote slave clusters (whether they are enabled/disabled or connected/disconnected).
getAllPeerIds() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
List all registered peer clusters and set a watch on their znodes.
getAllPeersFromHFileRefsQueue() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get list of all peers from hfile reference queue.
getAllPeersFromHFileRefsQueue() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getAllQueues() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Get a list of all queues for this region server.
getAllQueues(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get a list of all queues for the specified region server.
getAllQueues(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getAllQueues() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
getAllWALs() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Load all wals in all replication queues from ZK.
getAllWALs() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getConf() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
getConfiguration() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get the configuration object required to communicate with this peer
getConfiguration() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Get the configuration object required to communicate with this peer
getConnectedPeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the ReplicationPeer for the specified connected peer.
getConnectedPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getConnectedPeerIds() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the set of peerIds of the clusters that have been connected and have an underlying ReplicationPeer.
getConnectedPeerIds() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getDeadRegionServers() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getHFileRefsNodeChangeVersion() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get the change version number of replication hfile references node.
getHFileRefsNodeChangeVersion() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getId() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get the identifier of this peer
getId() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Get the identifier of this peer
getListOfRegionServers() - Method in interface org.apache.hadoop.hbase.replication.ReplicationTracker
Returns a list of other live region servers in the cluster.
getListOfRegionServers() - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
Return a snapshot of the current region servers.
getListOfReplicators() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Get a list of all region servers that have outstanding replication queues.
getListOfReplicators() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get a list of all region servers that have outstanding replication queues.
getListOfReplicators() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getListOfReplicators() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
getListOfReplicatorsZK() - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
Subclasses that use ZK explicitly can just call this directly while classes that are trying to hide internal details of storage can wrap the KeeperException into a ReplicationException or something else.
getLogPosition(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Get the current position for a specific WAL in a given queue.
getLogPosition(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
getLogsInQueue(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Get a list of all WALs in the given queue.
getLogsInQueue(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get a list of all WALs in the given queue on the given region server.
getLogsInQueue(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getLogsInQueue(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
getNamespaces() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get replicable namespace set of this peer
getNamespaces() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Get replicable namespace set of this peer
getPeerBandwidth() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get the per node bandwidth upper limit for this peer
getPeerBandwidth() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 
getPeerClusterZnode() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getPeerConf(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the configuration needed to talk to the remote slave cluster.
getPeerConf(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getPeerConfig() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get the peer config object
getPeerConfig() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Get the peer config object
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getPeerNode(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
getPeerState() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Returns the state of the peer
getPeerState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 
getPeerStateNode(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
getPeerTableCFsConfig(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Get the table and column-family list string of the peer from the underlying storage.
getPeerTableCFsConfig(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getQueuesZNodeCversion() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getReplicableHFiles(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Get a list of all hfile references in the given peer.
getReplicableHFiles(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
getReplicationPeerConfig(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the configured ReplicationPeerConfig for this peerId
getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
Returns a ReplicationPeerConfig from the znode or null for the given peerId.
getReplicationPeers(ZKWatcher, Configuration, Abortable) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getReplicationPeers(ZKWatcher, Configuration, ReplicationQueuesClient, Abortable) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getReplicationQueues(ReplicationQueuesArguments) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getReplicationQueuesClient(ReplicationQueuesClientArguments) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getReplicationTracker(ZKWatcher, ReplicationPeers, Configuration, Abortable, Stoppable) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getStatusOfPeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Get the replication status for the specified connected remote slave cluster.
getStatusOfPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getStatusOfPeerFromBackingStore(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Get the replication status for the specified remote slave cluster, which doesn't have to be connected.
getStatusOfPeerFromBackingStore(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
getTableCFs() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get replicable (table, cf-list) map of this peer
getTableCFs() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Get replicable (table, cf-list) map of this peer
getTableCFsNode(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
getUnClaimedQueueIds(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Get queueIds from a dead region server, whose queues has not been claimed by other region servers.
getUnClaimedQueueIds(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
getZk() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 

H

hfileRefsZNode - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the znode that contains queues of hfile references to be replicated

I

init() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Initialize the ReplicationPeers interface.
init() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
init(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Initialize the region server replication queue interface.
init() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueuesClient
Initialize the replication queue client interface.
init() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
init(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
isAborted() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 
isPeerPath(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
Determine if a ZK path points to a peer node.
isQueueRecovered() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
isReplicationForBulkLoadDataEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
isStateEnabled(byte[]) - Static method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Parse the raw data from ZK to get a peer's state
isThisOurRegionServer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Checks if the provided znode is the same as this region server's
isThisOurRegionServer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 

N

nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.OtherRegionServerWatcher
Called when an existing node has a child node added or removed.
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.PeersWatcher
Called when an existing node has a child node added or removed.
nodeCreated(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerConfigTracker
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.OtherRegionServerWatcher
Called when a new node has been created.
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerConfigTracker
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerStateTracker
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.OtherRegionServerWatcher
Called when a node has been deleted
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.PeersWatcher
Called when a node has been deleted

O

org.apache.hadoop.hbase.replication - package org.apache.hadoop.hbase.replication
 
OtherRegionServerWatcher(ZKWatcher) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.OtherRegionServerWatcher
Construct a ZooKeeper event listener.
ourClusterKey - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The cluster key of the local cluster

P

PeerConfigTracker(String, ZKWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerConfigTracker
 
peerConfigUpdated(ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
Callback method for when users update the ReplicationPeerConfig for this peer
peerConnected(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Method called after a peer has been connected.
peerConnected(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
peerDisconnected(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Method called after a peer has been disconnected.
peerDisconnected(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
peerExists(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
peerListChanged(List<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationListener
The list of registered peer clusters has changed.
peerRemoved(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationListener
A peer cluster has been removed (i.e.
peerStateNodeName - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the znode that contains the replication status of a remote slave (i.e.
PeerStateTracker(String, ZKWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerStateTracker
 
PeersWatcher(ZKWatcher) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl.PeersWatcher
Construct a ZooKeeper event listener.
peersZNode - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the znode that contains a list of all remote slave (i.e.

Q

queuesZNode - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the znode that contains all replication queues

R

regionServerRemoved(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationListener
A region server has been removed from the local cluster
registerListener(ReplicationListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationTracker
Register a replication listener to receive replication events.
registerListener(ReplicationListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
 
registerPeer(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Add a new remote slave cluster for replication.
registerPeer(String, ReplicationPeerConfig, boolean) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Add a new remote slave cluster for replication.
registerPeer(String, ReplicationPeerConfig, boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
removeAllQueues() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove all replication queues for this region server.
removeAllQueues() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
removeHFileRefs(String, List<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove hfile references from the queue.
removeHFileRefs(String, List<String>) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
removeListener(ReplicationListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationTracker
 
removeListener(ReplicationListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
 
removeLog(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove an WAL file from the given queue.
removeLog(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
removePeerFromHFileRefs(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove a peer from hfile reference queue.
removePeerFromHFileRefs(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
removeQueue(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove a replication queue.
removeQueue(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
removeReplicatorIfQueueIsEmpty(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Remove the znode of region server if the queue is empty.
removeReplicatorIfQueueIsEmpty(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
ReplicationFactory - Class in org.apache.hadoop.hbase.replication
A factory class for instantiating replication objects that deal with replication state.
ReplicationFactory() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationFactory
 
ReplicationListener - Interface in org.apache.hadoop.hbase.replication
The replication listener interface can be implemented if a class needs to subscribe to events generated by the ReplicationTracker.
ReplicationPeer - Interface in org.apache.hadoop.hbase.replication
ReplicationPeer manages enabled / disabled state for the peer.
ReplicationPeer.PeerState - Enum in org.apache.hadoop.hbase.replication
State of the peer, whether it is enabled or not
ReplicationPeerConfigListener - Interface in org.apache.hadoop.hbase.replication
 
ReplicationPeers - Interface in org.apache.hadoop.hbase.replication
This provides an interface for maintaining a set of peer clusters.
ReplicationPeersZKImpl - Class in org.apache.hadoop.hbase.replication
This class provides an implementation of the ReplicationPeers interface using ZooKeeper.
ReplicationPeersZKImpl(ZKWatcher, Configuration, ReplicationQueuesClient, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
ReplicationPeerZKImpl - Class in org.apache.hadoop.hbase.replication
 
ReplicationPeerZKImpl(ZKWatcher, Configuration, String, ReplicationPeerConfig, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
Constructor that takes all the objects required to communicate with the specified peer, except for the region server addresses.
ReplicationPeerZKImpl.PeerConfigTracker - Class in org.apache.hadoop.hbase.replication
Tracker for PeerConfigNode of this peer
ReplicationPeerZKImpl.PeerStateTracker - Class in org.apache.hadoop.hbase.replication
Tracker for state of this peer
ReplicationQueueInfo - Class in org.apache.hadoop.hbase.replication
This class is responsible for the parsing logic for a znode representing a queue.
ReplicationQueueInfo(String) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
The passed znode will be either the id of the peer cluster or the handling story of that queue in the form of id-servername-*
ReplicationQueues - Interface in org.apache.hadoop.hbase.replication
This provides an interface for maintaining a region server's replication queues.
ReplicationQueuesArguments - Class in org.apache.hadoop.hbase.replication
Wrapper around common arguments used to construct ReplicationQueues.
ReplicationQueuesArguments(Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
ReplicationQueuesArguments(Configuration, Abortable, ZKWatcher) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
ReplicationQueuesClient - Interface in org.apache.hadoop.hbase.replication
This provides an interface for clients of replication to view replication queues.
ReplicationQueuesClientArguments - Class in org.apache.hadoop.hbase.replication
Wrapper around common arguments used to construct ReplicationQueuesClient.
ReplicationQueuesClientArguments(Configuration, Abortable, ZKWatcher) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesClientArguments
 
ReplicationQueuesClientArguments(Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesClientArguments
 
ReplicationQueuesClientZKImpl - Class in org.apache.hadoop.hbase.replication
 
ReplicationQueuesClientZKImpl(ReplicationQueuesClientArguments) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
ReplicationQueuesClientZKImpl(ZKWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
 
ReplicationQueuesZKImpl - Class in org.apache.hadoop.hbase.replication
This class provides an implementation of the interface using ZooKeeper.
ReplicationQueuesZKImpl(ReplicationQueuesArguments) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
ReplicationQueuesZKImpl(ZKWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
ReplicationStateZKBase - Class in org.apache.hadoop.hbase.replication
This is a base class for maintaining replication state in zookeeper.
ReplicationStateZKBase(ZKWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
ReplicationTracker - Interface in org.apache.hadoop.hbase.replication
This is the interface for a Replication Tracker.
ReplicationTrackerZKImpl - Class in org.apache.hadoop.hbase.replication
This class is a ZooKeeper implementation of the ReplicationTracker interface.
ReplicationTrackerZKImpl(ZKWatcher, ReplicationPeers, Configuration, Abortable, Stoppable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
 
ReplicationTrackerZKImpl.OtherRegionServerWatcher - Class in org.apache.hadoop.hbase.replication
Watcher used to be notified of the other region server's death in the local cluster.
ReplicationTrackerZKImpl.PeersWatcher - Class in org.apache.hadoop.hbase.replication
Watcher used to follow the creation and deletion of peer clusters.
ReplicationUtils - Class in org.apache.hadoop.hbase.replication
Helper class for replication.
replicationZNode - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the base znode that contains all replication state.

S

setAbortable(Abortable) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
setListener(ReplicationPeerConfigListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.PeerConfigTracker
 
setLogPosition(String, String, long) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
Set the current position for a specific WAL in a given queue.
setLogPosition(String, String, long) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
 
setPeerTableCFsConfig(String, Map<TableName, ? extends Collection<String>>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Set the table and column-family list string of the peer to the underlying storage.
setPeerTableCFsConfig(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
setZk(ZKWatcher) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesArguments
 
startPeerConfigTracker(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
start a table-cfs tracker to listen the (table, cf-list) map change
startStateTracker(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
start a state tracker to check whether this peer is enabled or not

T

tableCFsNodeName - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
The name of the znode that contains tableCFs
toByteArray(ReplicationProtos.ReplicationState.State) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
trackPeerConfigChanges(ReplicationPeerConfigListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
 
trackPeerConfigChanges(ReplicationPeerConfigListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
 

U

unregisterPeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Removes a remote slave cluster and stops the replication to it.
unregisterPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 
updatePeerConfig(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
Update the peerConfig for the a given peer cluster
updatePeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
 

V

valueOf(String) - Static method in enum org.apache.hadoop.hbase.replication.ReplicationPeer.PeerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.replication.ReplicationPeer.PeerState
Returns an array containing the constants of this enum type, in the order they are declared.

Z

zookeeper - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
ZOOKEEPER_ZNODE_REPLICATION_HFILE_REFS_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
ZOOKEEPER_ZNODE_REPLICATION_HFILE_REFS_KEY - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
A C D E G H I N O P Q R S T U V Z 
Skip navigation links

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.