@InterfaceAudience.Public public class ReplicationPeerConfig extends Object
public String getClusterKey()
public String getReplicationEndpointImpl()
public Map<byte[],byte[]> getPeerData()
public long getBandwidth()
public boolean replicateAllUserTables()
public String getRemoteWALDir()
public boolean isSyncReplication()
public static ReplicationPeerConfigBuilder newBuilder()
public boolean isSerial()
public static ReplicationPeerConfigBuilder newBuilder(ReplicationPeerConfig peerConfig)
public boolean needToReplicate(TableName table)
table
- name of the tablepublic boolean needToReplicate(TableName table, byte[] family)
table
- name of the tablefamily
- family nameCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.