com.splout.db.qnode.beans
Class DeployInfo
java.lang.Object
com.splout.db.common.BaseBean
com.splout.db.qnode.beans.DeployInfo
public class DeployInfo
- extends BaseBean
If a deployment is in progress, this bean is serialized as JSON in a file in ZooKeeper so that any QNode can know that there is a deploy in progress and at what time it started, etc.
This bean is also returned for the deploy() method in QNode.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployInfo
public DeployInfo()
DeployInfo
public DeployInfo(java.lang.String error)
getStartedAt
public java.lang.String getStartedAt()
setStartedAt
public void setStartedAt(java.lang.String startedAt)
getVersion
public java.lang.Long getVersion()
setVersion
public void setVersion(java.lang.Long version)
getError
public java.lang.String getError()
setError
public void setError(java.lang.String error)
Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.