Uses of Enum
net.spy.memcached.ops.ConfigurationType
Packages that use ConfigurationType
Package
Description
Memcached client and transformation utils
Internal utilities.
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of ConfigurationType in net.spy.memcached
Methods in net.spy.memcached with parameters of type ConfigurationTypeModifier and TypeMethodDescription<T> GetConfigFuture<T> MemcachedClient.asyncGetConfig(InetSocketAddress addr, ConfigurationType type, Transcoder<T> tc) Get the given configurationType asynchronously.MemcachedClient.deleteConfig(InetSocketAddress addr, ConfigurationType configurationType) Delete the given configurationType from the cache server.OperationFactory.deleteConfig(ConfigurationType type, OperationCallback operationCallback) Create a deletion operation for config.MemcachedClient.getConfig(InetSocketAddress addr, ConfigurationType type) Get the config<T> TMemcachedClient.getConfig(InetSocketAddress addr, ConfigurationType type, Transcoder<T> tc) Get the config using the config protocol.OperationFactory.getConfig(ConfigurationType type, GetConfigOperation.Callback cb) Create a getConfig operation.static byte[]ConfigurationTypeUtil.getTypeBytes(ConfigurationType type) Get the bytes for a config type.MemcachedClient.setConfig(InetSocketAddress addr, ConfigurationType configurationType, Object o) Sets the configuration in the cache node for the specified configurationType.<T> OperationFuture<Boolean> MemcachedClient.setConfig(InetSocketAddress addr, ConfigurationType configurationType, Object o, Transcoder<T> tc) Sets the configuration in the cache node for the specified configurationType.OperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb) Create a setConfig operation.Method parameters in net.spy.memcached with type arguments of type ConfigurationTypeModifier and TypeMethodDescriptionstatic Collection<byte[]> ConfigurationTypeUtil.getTypeBytes(Collection<ConfigurationType> types) Get the types in byte form for all of the config types. -
Uses of ConfigurationType in net.spy.memcached.internal
Constructors in net.spy.memcached.internal with parameters of type ConfigurationTypeModifierConstructorDescriptionGetConfigFuture(CountDownLatch l, long opTimeout, ConfigurationType type, ExecutorService service) -
Uses of ConfigurationType in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return ConfigurationTypeModifier and TypeMethodDescriptionDeleteConfigOperation.getType()Get the type to be deleted.GetConfigOperation.getType()Get the type used for fetching config.SetConfigOperation.getType()Get the type used for setting the config.static ConfigurationTypeReturns the enum constant of this type with the specified name.static ConfigurationType[]ConfigurationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.spy.memcached.ops with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionvoidGetConfigOperation.Callback.gotData(ConfigurationType type, int flags, byte[] data) Callback for result from getConfig. -
Uses of ConfigurationType in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionAsciiOperationFactory.deleteConfig(ConfigurationType type, OperationCallback cb) AsciiOperationFactory.getConfig(ConfigurationType type, GetConfigOperation.Callback cb) AsciiOperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb) -
Uses of ConfigurationType in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionBinaryOperationFactory.deleteConfig(ConfigurationType type, OperationCallback cb) BinaryOperationFactory.getConfig(ConfigurationType type, GetConfigOperation.Callback callback) BinaryOperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb)