public interface Config
Modifier and Type | Method and Description |
---|---|
ConfigDifference |
compareTo(Config config) |
int |
foundIncorrectMaster(int vbucket,
int wrongServer) |
ConfigType |
getConfigType() |
java.util.List<java.net.URL> |
getCouchServers() |
net.spy.memcached.HashAlgorithm |
getHashAlgorithm() |
int |
getMaster(int vbucketIndex) |
int |
getReplica(int vbucketIndex,
int replicaIndex) |
int |
getReplicasCount() |
java.lang.String |
getServer(int serverIndex) |
java.util.List<java.lang.String> |
getServers() |
int |
getServersCount() |
int |
getVbucketByKey(java.lang.String key) |
java.util.List<VBucket> |
getVbuckets() |
int |
getVbucketsCount() |
int getReplicasCount()
int getVbucketsCount()
int getServersCount()
net.spy.memcached.HashAlgorithm getHashAlgorithm()
java.lang.String getServer(int serverIndex)
int getVbucketByKey(java.lang.String key)
int getMaster(int vbucketIndex)
int getReplica(int vbucketIndex, int replicaIndex)
int foundIncorrectMaster(int vbucket, int wrongServer)
ConfigDifference compareTo(Config config)
java.util.List<java.lang.String> getServers()
java.util.List<java.net.URL> getCouchServers()
java.util.List<VBucket> getVbuckets()
ConfigType getConfigType()
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.