Uses of Record Class
io.datarouter.client.memcached.util.MemcachedResult
Packages that use MemcachedResult
-
Uses of MemcachedResult in io.datarouter.client.memcached.client
Methods in io.datarouter.client.memcached.client that return types with arguments of type MemcachedResultModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<MemcachedResult<byte[]>>DatarouterMemcachedClient.scanMultiBytes(String nodeName, Collection<String> keys, long timeoutMs, boolean ignoreExceptions) io.datarouter.scanner.Scanner<MemcachedResult<String>>DatarouterMemcachedClient.scanMultiStrings(String nodeName, Collection<String> keys, long timeoutMs, boolean ignoreExceptions) -
Uses of MemcachedResult in io.datarouter.client.memcached.codec
Methods in io.datarouter.client.memcached.codec that return MemcachedResultModifier and TypeMethodDescriptionMemcachedTallyCodec.decodeResult(MemcachedResult<String> result) Methods in io.datarouter.client.memcached.codec with parameters of type MemcachedResultModifier and TypeMethodDescriptionMemcachedBlobCodec.decodeResult(MemcachedResult<byte[]> result) MemcachedTallyCodec.decodeResult(MemcachedResult<String> result)