Uses of Class
com.splout.db.common.BaseBean

Packages that use BaseBean
com.splout.db.common   
com.splout.db.qnode.beans Java beans used by / in interaction with the QNode service. 
 

Uses of BaseBean in com.splout.db.common
 

Subclasses of BaseBean in com.splout.db.common
 class PartitionEntry
          An entry in a PartitionMap.
 class ReplicationEntry
          An entry in a ReplicationMap.
 

Uses of BaseBean in com.splout.db.qnode.beans
 

Subclasses of BaseBean in com.splout.db.qnode.beans
 class DeployInfo
          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.
 class DeployRequest
          Bean that is serialized as JSON and sent to the QNodes for requesting a deploy.
 class ErrorQueryStatus
          A QueryStatus that failed.
 class QueryStatus
          JSON bean that is returned by the QNode as response to a query.
 class StatusMessage
          Just a status message and nothing more, returned by rollback() method.
 class SwitchVersionRequest
          Like DeployRequest, but used to request a rollback instead of a deploy.
 



Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.