
net.spy.memcached.vbucket.config.Pool Maven / Gradle / Ivy
package net.spy.memcached.vbucket.config;
import net.spy.memcached.vbucket.ConfigurationException;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicReference;
import java.util.Collections;
/**
* Pool represents a collection of buckets
*/
public class Pool {
// pool name
private final String name;
// pool's uri
private final URI uri;
// pool's streaming uri
private final URI streamingUri;
// buckets related to this pool
private URI bucketsUri;
private final AtomicReference
© 2015 - 2025 Weber Informatics LLC | Privacy Policy