Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Uses of org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfig.newBuilder()static org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfig.newBuilder(org.apache.hadoop.hbase.replication.ReplicationPeerConfig peerConfig) default org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderAdds all of the provided "raw" configuration entries tothis.default org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.putAllPeerData(Map<byte[], byte[]> peerData) Sets all of the provided serialized peer configuration data.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderSets a "raw" configuration property for this replication peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.putPeerData(byte[] key, byte[] value) Sets the serialized peer configuration dataorg.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.removeConfiguration(String key) Removes a "raw" configuration property for this replication peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setBandwidth(long bandwidth) Sets the speed, in bytes per second, for any one RegionServer to replicate data to the peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setClusterKey(String clusterKey) Set the clusterKey which is the concatenation of the slave cluster's: hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parentorg.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderSets the collection of namespaces which should not be replicated when all user tables are configured to be replicated.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setExcludeTableCFsMap(Map<org.apache.hadoop.hbase.TableName, List<String>> tableCFsMap) Sets the mapping of table name to column families which should not be replicated.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderSets a unique collection of HBase namespaces that should be replicated to this peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setRemoteWALDir(String dir) Set the remote peer cluster's wal directory.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setReplicateAllUserTables(boolean replicateAllUserTables) Configures HBase to replicate all user tables (not system tables) to the peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setReplicationEndpointImpl(String replicationEndpointImpl) Sets the ReplicationEndpoint plugin class for this peer.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setSerial(boolean serial) Sets whether we should preserve order when replicating, i.e, serial replication.org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilderReplicationPeerConfigBuilder.setTableCFsMap(Map<org.apache.hadoop.hbase.TableName, List<String>> tableCFsMap) Sets an explicit map of tables and column families in those tables that should be replicated to the given peer.