Uses of Class
io.datarouter.aws.memcached.client.MemcachedClientMode
| Package | Description |
|---|---|
| io.datarouter.aws.memcached.client | |
| io.datarouter.aws.memcached.client.options |
-
Uses of MemcachedClientMode in io.datarouter.aws.memcached.client
Fields in io.datarouter.aws.memcached.client with type parameters of type MemcachedClientMode Modifier and Type Field Description static io.datarouter.enums.StringMappedEnum<MemcachedClientMode>MemcachedClientMode. BY_PERSISTENT_STRINGMethods in io.datarouter.aws.memcached.client that return MemcachedClientMode Modifier and Type Method Description static MemcachedClientModeMemcachedClientMode. fromGenericClientMode(io.datarouter.storage.config.client.MemcachedGenericClientOptions.MemcachedGenericClientMode genericMode)static MemcachedClientModeMemcachedClientMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MemcachedClientMode[]MemcachedClientMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MemcachedClientMode in io.datarouter.aws.memcached.client.options
Methods in io.datarouter.aws.memcached.client.options that return MemcachedClientMode Modifier and Type Method Description MemcachedClientModeAwsMemcachedOptions. getClientMode(String clientName)Methods in io.datarouter.aws.memcached.client.options with parameters of type MemcachedClientMode Modifier and Type Method Description AwsMemcachedClientOptionsBuilderAwsMemcachedClientOptionsBuilder. withClientMode(MemcachedClientMode clientMode)