Uses of Class
net.rubyeye.xmemcached.aws.ClusterConfiguration
Packages that use ClusterConfiguration
-
Uses of ClusterConfiguration in net.rubyeye.xmemcached.aws
Fields in net.rubyeye.xmemcached.aws declared as ClusterConfigurationModifier and TypeFieldDescriptionprivate ClusterConfigurationConfigurationPoller.clusterConfigrationprivate ClusterConfigurationAWSElasticCacheClient.currentClusterConfigurationMethods in net.rubyeye.xmemcached.aws that return ClusterConfigurationModifier and TypeMethodDescriptionConfigurationPoller.getClusterConfiguration()Return current ClusterConfigration.AWSElasticCacheClient.getConfig()Get cluster config from cache node by network command.Get config by key from cache node by network command.AWSElasticCacheClient.getCurrentConfig()Get the current using configuration in memory.static ClusterConfigurationAWSUtils.parseConfiguration(String line) Parse response string to ClusterConfiguration instance.Methods in net.rubyeye.xmemcached.aws with parameters of type ClusterConfigurationModifier and TypeMethodDescriptionvoidAWSElasticCacheClient.onUpdate(ClusterConfiguration config) voidConfigUpdateListener.onUpdate(ClusterConfiguration config) Called when config is changed.