com.splout.db.qnode.beans
Class DeployRequest
java.lang.Object
com.splout.db.common.BaseBean
com.splout.db.qnode.beans.DeployRequest
public class DeployRequest
- extends BaseBean
Bean that is serialized as JSON and sent to the QNodes for requesting a deploy. The deploy method accepts a list of such beans. Each bean refers to the deplooyment of one tablespace.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployRequest
public DeployRequest()
getTablespace
public java.lang.String getTablespace()
setTablespace
public void setTablespace(java.lang.String table_partition)
getData_uri
public java.lang.String getData_uri()
setData_uri
public void setData_uri(java.lang.String data_uri)
getPartitionMap
public java.util.List<PartitionEntry> getPartitionMap()
setPartitionMap
public void setPartitionMap(java.util.List<PartitionEntry> partitionMap)
getReplicationMap
public java.util.List<ReplicationEntry> getReplicationMap()
setReplicationMap
public void setReplicationMap(java.util.List<ReplicationEntry> replicationMap)
getInitStatements
public java.util.List<java.lang.String> getInitStatements()
setInitStatements
public void setInitStatements(java.util.List<java.lang.String> initStatements)
Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.