Packages | |
| package | ops |
| package | protocol |
| package | transcoders |
Classes | |
| class | AddrUtil |
| class | ArrayModNodeLocator |
| class | BinaryConnectionFactory |
| interface | BroadcastOpFactory |
| class | CachedData |
| interface | CASMutation< T > |
| class | CASMutator< T > |
| class | CASValue< T > |
| interface | ConnectionFactory |
| class | DefaultConnectionFactory |
| class | KetamaConnectionFactory |
| class | KetamaNodeLocator |
| class | KeyUtil |
| class | MemcachedClient |
| class | MemcachedConnection |
| interface | MemcachedNode |
| interface | NodeLocator |
| interface | OperationFactory |
| class | OperationTimeoutException |
Enumerations | |
| enum | CASResponse { OK, NOT_FOUND, EXISTS } |
| enum | HashAlgorithm { NATIVE_HASH, CRC32_HASH, FNV1_64_HASH, FNV1A_64_HASH, FNV1_32_HASH, FNV1A_32_HASH, KETAMA_HASH } |
| enum CASResponse |
Response codes for a CAS operation.
| enum HashAlgorithm |
Known hashing algorithms for locating a server for a key. Note that all hash algorithms return 64-bits of hash, but only the lower 32-bits are significant. This allows a positive 32-bit number to be returned for all cases.
1.5.8