Public Member Functions | |
| Collection< MemcachedNode > | getAll () |
| Iterator< MemcachedNode > | getSequence (String k) |
Package Functions | |
| MemcachedNode | getPrimary (String k) |
| Collection<MemcachedNode> getAll | ( | ) |
Get all memcached nodes. This is useful for broadcasting messages.
Implemented in ArrayModNodeLocator, and KetamaNodeLocator.
| MemcachedNode getPrimary | ( | String | k | ) | [package] |
Get the primary location for the given key.
| k | the object key |
Implemented in ArrayModNodeLocator.
| Iterator<MemcachedNode> getSequence | ( | String | k | ) |
Get an iterator over the sequence of nodes that make up the backup locations for a given key.
| k | the object key |
Implemented in ArrayModNodeLocator, and KetamaNodeLocator.
1.5.8