Uses of Class
net.spy.memcached.config.ClusterConfiguration
Packages that use ClusterConfiguration
Package
Description
Memcached client and transformation utils
-
Uses of ClusterConfiguration in net.spy.memcached
Methods in net.spy.memcached that return ClusterConfigurationModifier and TypeMethodDescriptionstatic ClusterConfigurationAddrUtil.parseClusterTypeConfiguration(String configurationResponse) Parse response from getConfig for cluster type.Methods in net.spy.memcached with parameters of type ClusterConfigurationModifier and TypeMethodDescriptionvoidMemcachedConnection.notifyUpdate(ClusterConfiguration clusterConfiguration) -
Uses of ClusterConfiguration in net.spy.memcached.config
Methods in net.spy.memcached.config with parameters of type ClusterConfigurationModifier and TypeMethodDescriptionvoidClusterConfigurationObserver.notifyUpdate(ClusterConfiguration clusterConfiguration) The publisher calls all the subscribers through this method.