@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiHBaseReplicationArguments extends Object
Constructor and Description |
---|
ApiHBaseReplicationArguments() |
public ApiHBaseReplicationArguments sourceHBaseService(ApiServiceRef sourceHBaseService)
public ApiServiceRef getSourceHBaseService()
public void setSourceHBaseService(ApiServiceRef sourceHBaseService)
public ApiHBaseReplicationArguments targetPeerId(Integer targetPeerId)
public Integer getTargetPeerId()
public void setTargetPeerId(Integer targetPeerId)
public ApiHBaseReplicationArguments peerState(HBasePeerState peerState)
public HBasePeerState getPeerState()
public void setPeerState(HBasePeerState peerState)
public ApiHBaseReplicationArguments targetClusterKey(String targetClusterKey)
public String getTargetClusterKey()
public void setTargetClusterKey(String targetClusterKey)
public ApiHBaseReplicationArguments endPointClassName(String endPointClassName)
public String getEndPointClassName()
public void setEndPointClassName(String endPointClassName)
public ApiHBaseReplicationArguments namespaces(List<String> namespaces)
public ApiHBaseReplicationArguments addNamespacesItem(String namespacesItem)
public ApiHBaseReplicationArguments tables(List<String> tables)
public ApiHBaseReplicationArguments addTablesItem(String tablesItem)
public ApiHBaseReplicationArguments replicationProperties(Map<String,String> replicationProperties)
public ApiHBaseReplicationArguments putReplicationPropertiesItem(String key, String replicationPropertiesItem)
public Map<String,String> getReplicationProperties()
public void setReplicationProperties(Map<String,String> replicationProperties)
Copyright © 2020. All rights reserved.