|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |