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

A

addHFileRefs(String, List<Pair<Path, Path>>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Add new hfile references to the queue.
addHFileRefs(String, List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
addPeer(String, ReplicationPeerConfig, boolean, SyncReplicationState) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
addPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
Method called after a peer has been connected.
addPeer(String, ReplicationPeerConfig, boolean, SyncReplicationState) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Add a replication peer.
addPeer(String, ReplicationPeerConfig, boolean, SyncReplicationState) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

B

batchUpdateHFileRefs(String, List<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Add the given hfile refs to the given peer.
batchUpdateHFileRefs(String, List<String>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
batchUpdateLastSequenceIds(List<ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Update last pushed sequence id for the given regions and peers.
batchUpdateLastSequenceIds(List<ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
batchUpdateQueues(ServerName, List<ReplicationQueueData>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Update the replication queue datas for a given region server.
batchUpdateQueues(ServerName, List<ReplicationQueueData>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
BEGIN - Static variable in class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
 

C

claim(ServerName) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
claimQueue(ReplicationQueueId, ServerName) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Change ownership for the queue identified by queueId and belongs to a dead region server.
claimQueue(ReplicationQueueId, ServerName) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
conf - Variable in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
 
CopyReplicationPeers - Class in org.apache.hadoop.hbase.replication
A tool for copying replication peer data across different replication peer storages.
CopyReplicationPeers(Configuration) - Constructor for class org.apache.hadoop.hbase.replication.CopyReplicationPeers
 
createReplicationQueueTableDescriptor(TableName) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 

D

DEFAULT_REPLICATION_PEER_STORAGE_IMPL - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 
deleteAllData() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
DISABLED_ZNODE_BYTES - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

E

ENABLED_ZNODE_BYTES - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
equals(Object) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 

F

FSReplicationPeerStorage - Class in org.apache.hadoop.hbase.replication
A filesystem based replication peer storage.
FSReplicationPeerStorage(FileSystem, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 

G

getAdaptiveTimeout(int, int) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
Get the adaptive timeout value when performing a retry
getAllHFileRefs() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Load all hfile references in all replication queues.
getAllHFileRefs() - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
getAllPeerIds() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the set of peerIds of the clusters that have been connected and have an underlying ReplicationPeer.
getAllPeersFromHFileRefsQueue() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get list of all peers from hfile reference queue.
getAllPeersFromHFileRefsQueue() - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
getClazz() - Method in enum org.apache.hadoop.hbase.replication.ReplicationPeerStorageType
 
getConf() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
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.ReplicationPeerImpl
 
getDeadRegionServers() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getEncodedRegionName() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId
 
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.ReplicationPeerImpl
Get the identifier of this peer
getId() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueData
 
getLastPushedSeqId() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId
 
getLastSequenceId(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Read the max sequence id of the specific region for a given peer.
getLastSequenceId(String, String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
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.ReplicationPeerImpl
 
getNewSyncReplicationState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
getNewSyncReplicationStateNode(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getOffset() - Method in class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
A negative value means this file has already been fully replicated out
getOffsets() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueData
 
getOffsets(ReplicationQueueId) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get the current offset of all the WAL groups for a queue
getOffsets(ReplicationQueueId) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
getPeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
Returns the ReplicationPeerImpl for the specified cached 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.ReplicationPeerImpl
 
getPeerCache() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
getPeerClusterConfiguration(ReplicationPeerConfig, Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerConfig(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
getPeerConfig() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Get the peer config object
getPeerConfig() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
getPeerConfig(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Get the peer config of a replication peer.
getPeerConfig(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getPeerId(String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId
 
getPeerNewSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
getPeerNewSyncReplicationState(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Get the new sync replication state.
getPeerNewSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getPeerNode(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getPeerRemoteWALDir(String, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerRemoteWALDir(Path, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerReplayWALDir(Path, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerSnapshotWALDir(String, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerSnapshotWALDir(Path, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getPeerState() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Returns the state of the peer by reading local cache.
getPeerState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
getPeerStateNode(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getPeerStorage() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
getPeerSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
getPeerSyncReplicationState(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Get the sync replication state.
getPeerSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
getQueueId() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
getQueueId() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkReplicationQueueData
 
getRemoteWALFileSystem(Configuration, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
getReplicableHFiles(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all hfile references in the given peer.
getReplicableHFiles(String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
getReplicationPeers(FileSystem, ZKWatcher, Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
getReplicationPeerStorage(FileSystem, ZKWatcher, Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
getReplicationQueueStorage(Connection, Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
getReplicationQueueStorage(Connection, Configuration, TableName) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
getScanPrefix(ServerName, String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getScanPrefix(String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getScanStartRowForNextPeerId(String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getServerName() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getServerWALsBelongTo() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getSourceServerName() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
getSyncReplicationState() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Returns the sync replication state of the peer by reading local cache.
getSyncReplicationState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
getSyncReplicationStateAndNewState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
getSyncReplicationStateNode(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
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.ReplicationPeerImpl
 
getWal() - Method in class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
 
getWalOffsets() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkReplicationQueueData
 

H

hasData() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Whether the replication queue table exists.
hasData() - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
hasData() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
hashCode() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
HFILE_REF_FAMILY - Static variable in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 

I

init() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
isNamespacesAndTableCFsEqual(ReplicationPeerConfig, ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
isPeerEnabled(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
isPeerEnabled() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Test whether the peer is enabled.
isPeerEnabled(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Test whether a replication peer is enabled.
isPeerEnabled(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
isQueueRecovered() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
 
isRecovered() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
isReplicationForBulkLoadDataEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
isReplicationQueueTable(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 

L

LAST_SEQUENCE_ID_FAMILY - Static variable in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
LEGACY_REGION_REPLICATION_ENDPOINT_NAME - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
listAllHFileRefs() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
Pair<PeerId, List<HFileRefs>>
listAllLastPushedSeqIds() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
listAllQueueIds(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all queues for the specific peer.
listAllQueueIds(ServerName) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all queues for the specific region server.
listAllQueueIds(String, ServerName) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all queues for the specific region server and the specific peer
listAllQueueIds(String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
listAllQueueIds(ServerName) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
listAllQueueIds(String, ServerName) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
listAllQueues() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all queues and the offsets.
listAllQueues() - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
listAllQueues() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
listAllReplicators() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Get a list of all region servers that have outstanding replication queues.
listAllReplicators() - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
listPeerIds() - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
listPeerIds() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Return the peer ids of all replication peers.
listPeerIds() - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

M

main(String[]) - Static method in class org.apache.hadoop.hbase.replication.CopyReplicationPeers
 

N

NAME - Static variable in class org.apache.hadoop.hbase.replication.CopyReplicationPeers
 
NEW_SYNC_REPLICATION_STATE_ZNODE - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
next() - Method in interface org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.MigrationIterator
 
NONE_STATE_ZNODE_BYTES - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

O

onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
org.apache.hadoop.hbase.replication - package org.apache.hadoop.hbase.replication
 

P

parse(String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
 
parse(String) - Static method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
peerConfigUpdated(ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener
Callback method for when users update the ReplicationPeerConfig for this peer
PEERS_DIR - Static variable in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
PEERS_DIR_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
PEERS_STATE_ZNODE - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
PEERS_STATE_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
PEERS_ZNODE - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
PEERS_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

Q

QUEUE_FAMILY - Static variable in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 

R

refreshPeerConfig(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
refreshPeerNewSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
refreshPeerState(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
regionServerRemoved(ServerName) - Method in interface org.apache.hadoop.hbase.replication.ReplicationListener
A region server has been removed from the local cluster
registerPeerConfigListener(ReplicationPeerConfigListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Register a peer config listener to catch the peer config change event.
registerPeerConfigListener(ReplicationPeerConfigListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
REMOTE_WAL_DIR_NAME - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
REMOTE_WAL_REPLAY_SUFFIX - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
REMOTE_WAL_SNAPSHOT_SUFFIX - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
removeAllQueues(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove all the replication queues for the given peer.
removeAllQueues(String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removeHFileRefs(String, List<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove hfile references from the queue.
removeHFileRefs(String, List<String>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removeLastSequenceIds(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove all the max sequence id record for the given peer.
removeLastSequenceIds(String, List<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove the max sequence id record for the given peer and regions.
removeLastSequenceIds(String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removeLastSequenceIds(String, List<String>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removeLastSequenceIdsAndHFileRefsBefore(long) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove all the last sequence ids and hfile references data which are written before the given timestamp.
removeLastSequenceIdsAndHFileRefsBefore(long) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removePeer(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
removePeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
removePeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Remove a replication peer.
removePeer(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
removePeerFromHFileRefs(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove a peer from hfile reference queue.
removePeerFromHFileRefs(String) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
removeQueue(ReplicationQueueId) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Remove a replication queue
removeQueue(ReplicationQueueId) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
RENAME_WAL_SUFFIX - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
REPLICATION_ATTR_NAME - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 
REPLICATION_PEER_STORAGE_IMPL - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 
REPLICATION_QUEUE_IMPL - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 
REPLICATION_QUEUE_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 
REPLICATION_QUEUE_TABLE_NAME_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ReplicationStorageFactory
 
REPLICATION_TRACKER_IMPL - Static variable in class org.apache.hadoop.hbase.replication.ReplicationFactory
 
REPLICATION_ZNODE - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
 
REPLICATION_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
 
ReplicationFactory - Class in org.apache.hadoop.hbase.replication
A factory class for instantiating replication objects that deal with replication state.
ReplicationGroupOffset - Class in org.apache.hadoop.hbase.replication
 
ReplicationGroupOffset(String, long) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
 
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
 
ReplicationPeerImpl - Class in org.apache.hadoop.hbase.replication
 
ReplicationPeerImpl(Configuration, String, ReplicationPeerConfig, boolean, SyncReplicationState, SyncReplicationState) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
Constructor that takes all the objects required to communicate with the specified peer, except for the region server addresses.
ReplicationPeers - Class in org.apache.hadoop.hbase.replication
This provides an class for maintaining a set of peer clusters.
ReplicationPeerStorage - Interface in org.apache.hadoop.hbase.replication
Perform read/write to the replication peer storage.
ReplicationPeerStorageType - Enum in org.apache.hadoop.hbase.replication
Specify the implementations for ReplicationPeerStorage.
ReplicationQueueData - Class in org.apache.hadoop.hbase.replication
Representing all the information for a replication queue.
ReplicationQueueData(ReplicationQueueId, ImmutableMap<String, ReplicationGroupOffset>) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueData
 
ReplicationQueueId - Class in org.apache.hadoop.hbase.replication
 
ReplicationQueueId(ServerName, String) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
ReplicationQueueId(ServerName, String, ServerName) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
ReplicationQueueInfo - Class in org.apache.hadoop.hbase.replication
This class is responsible for the parsing logic for a queue id representing a queue.
ReplicationQueueInfo(String) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
The passed queueId will be either the id of the peer or the handling story of that queue in the form of id-servername-*
ReplicationQueueStorage - Interface in org.apache.hadoop.hbase.replication
Perform read/write to the replication queue storage.
ReplicationStorageFactory - Class in org.apache.hadoop.hbase.replication
Used to create replication storage(peer, queue) classes.
ReplicationUtils - Class in org.apache.hadoop.hbase.replication
Helper class for replication.
replicationZNode - Variable in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
The name of the base znode that contains all replication state.
run(String[]) - Method in class org.apache.hadoop.hbase.replication.CopyReplicationPeers
 

S

setLastSequenceIds(String, Map<String, Long>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Set the max sequence id of a bunch of regions for a given peer.
setLastSequenceIds(String, Map<String, Long>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
setNewSyncReplicationState(SyncReplicationState) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
setOffset(ReplicationQueueId, String, ReplicationGroupOffset, Map<String, Long>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage
Set the current offset for a specific WAL group in a given queue.
setOffset(ReplicationQueueId, String, ReplicationGroupOffset, Map<String, Long>) - Method in class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
setPeerConfig(ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
setPeerNewSyncReplicationState(String, SyncReplicationState) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
setPeerNewSyncReplicationState(String, SyncReplicationState) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Set the new sync replication state that we are going to transit to.
setPeerNewSyncReplicationState(String, SyncReplicationState) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
setPeerState(String, boolean) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
setPeerState(boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 
setPeerState(String, boolean) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Set the state of peer, true to ENABLED, otherwise to DISABLED.
setPeerState(String, boolean) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
sleepForRetries(String, long, int, int) - Static method in class org.apache.hadoop.hbase.replication.ReplicationUtils
Do the sleeping logic
SYNC_REPLICATION_STATE_ZNODE - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
SYNC_WAL_SUFFIX - Static variable in class org.apache.hadoop.hbase.replication.ReplicationUtils
 

T

TableReplicationQueueStorage - Class in org.apache.hadoop.hbase.replication
HBase table based replication queue storage.
TableReplicationQueueStorage(Connection, TableName) - Constructor for class org.apache.hadoop.hbase.replication.TableReplicationQueueStorage
 
toByteArray(ReplicationProtos.ReplicationState.State) - Static method in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
Serialized protobuf of state with pb magic prefix prepended suitable for use as content of a peer-state znode under a peer cluster id as in /hbase/replication/peers/PEER_ID/peer-state.
toString() - Method in class org.apache.hadoop.hbase.replication.ReplicationGroupOffset
 
toString() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueueId
 
trackPeerConfigChanges(ReplicationPeerConfigListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeer
Deprecated.
since 2.1.0 and will be removed in 4.0.0. Use ReplicationPeer.registerPeerConfigListener(ReplicationPeerConfigListener) instead.
transitPeerSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
transitPeerSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeers
 
transitPeerSyncReplicationState(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Overwrite the sync replication state with the new sync replication state which is set with the ReplicationPeerStorage.setPeerNewSyncReplicationState(String, SyncReplicationState) method above, and clear the new sync replication state.
transitPeerSyncReplicationState(String) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
transitSyncReplicationState() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerImpl
 

U

updatePeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
 
updatePeerConfig(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Update the config a replication peer.
updatePeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 

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.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.replication.ReplicationPeerStorageType
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.
values() - Static method in enum org.apache.hadoop.hbase.replication.ReplicationPeerStorageType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZKReplicationPeerStorage - Class in org.apache.hadoop.hbase.replication
ZK based replication peer storage.
ZKReplicationPeerStorage(ZKWatcher, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
 
ZkReplicationQueueData(ReplicationQueueId, Map<String, Long>) - Constructor for class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration.ZkReplicationQueueData
 
ZKReplicationQueueStorageForMigration - Class in org.apache.hadoop.hbase.replication
Just retain a small set of the methods for the old zookeeper based replication queue storage, for migrating.
ZKReplicationQueueStorageForMigration(ZKWatcher, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
ZKReplicationQueueStorageForMigration.MigrationIterator<T> - Interface in org.apache.hadoop.hbase.replication
 
ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId - Class in org.apache.hadoop.hbase.replication
 
ZKReplicationQueueStorageForMigration.ZkReplicationQueueData - Class in org.apache.hadoop.hbase.replication
 
ZKReplicationStorageBase - Class in org.apache.hadoop.hbase.replication
This is a base class for maintaining replication related data,for example, peer, queue, etc, in zookeeper.
ZKReplicationStorageBase(ZKWatcher, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
 
zookeeper - Variable in class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
 
ZOOKEEPER_ZNODE_REPLICATION_HFILE_REFS_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
ZOOKEEPER_ZNODE_REPLICATION_HFILE_REFS_KEY - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
ZOOKEEPER_ZNODE_REPLICATION_REGIONS_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
ZOOKEEPER_ZNODE_REPLICATION_REGIONS_KEY - Static variable in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageForMigration
 
A B C D E F G H I L M N O P Q R S T U V Z 
Skip navigation links

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