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 ClusterConfiguration
ConfigurationPoller.clusterConfigration
private ClusterConfiguration
AWSElasticCacheClient.currentClusterConfiguration
Methods 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 ClusterConfiguration
AWSUtils.parseConfiguration
(String line) Parse response string to ClusterConfiguration instance.Methods in net.rubyeye.xmemcached.aws with parameters of type ClusterConfigurationModifier and TypeMethodDescriptionvoid
AWSElasticCacheClient.onUpdate
(ClusterConfiguration config) void
ConfigUpdateListener.onUpdate
(ClusterConfiguration config) Called when config is changed.