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
Methods in io.datarouter.aws.memcached.client that return MemcachedClientMode Modifier and Type Method Description MemcachedClientModeMemcachedClientMode. fromPersistentString(String string)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.Methods in io.datarouter.aws.memcached.client that return types with arguments of type MemcachedClientMode Modifier and Type Method Description static Optional<MemcachedClientMode>MemcachedClientMode. fromPersistentStringStatic(String string) -
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)