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

Packages that use ReplicationMap
com.splout.db.common   
 

Uses of ReplicationMap in com.splout.db.common
 

Methods in com.splout.db.common that return ReplicationMap
 ReplicationMap Tablespace.getReplicationMap()
           
static ReplicationMap ReplicationMap.oneToOneMap(java.lang.String... hosts)
          Returns a one to one replication map with consecutive shard Ids from a list of hosts.
static ReplicationMap ReplicationMap.roundRobinMap(int nPartitions, int repFactor, java.lang.String... hosts)
           
 

Methods in com.splout.db.common with parameters of type ReplicationMap
 void Tablespace.setReplicationMap(ReplicationMap replicationMap)
           
 

Constructors in com.splout.db.common with parameters of type ReplicationMap
Tablespace(PartitionMap partitionMap, ReplicationMap replicationMap, long version, long creationDate)
           
 



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