|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.spy.memcached.KeyUtil
public final class KeyUtil
Utilities for processing key values.
Method Summary | |
---|---|
static java.util.Collection<byte[]> |
getKeyBytes(java.util.Collection<java.lang.String> keys)
Get the keys in byte form for all of the string keys. |
static byte[] |
getKeyBytes(java.lang.String k)
Get the bytes for a key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] getKeyBytes(java.lang.String k)
k
- the key
public static java.util.Collection<byte[]> getKeyBytes(java.util.Collection<java.lang.String> keys)
keys
- a collection of keys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |