Package net.spy.memcached
Class ConfigurationTypeUtil
java.lang.Object
net.spy.memcached.ConfigurationTypeUtil
Utilities for processing config types.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<byte[]> getTypeBytes(Collection<ConfigurationType> types) Get the types in byte form for all of the config types.static byte[]Get the bytes for a config type.
-
Method Details
-
getTypeBytes
Get the bytes for a config type.- Parameters:
type- the config type- Returns:
- the bytes
-
getTypeBytes
Get the types in byte form for all of the config types.- Parameters:
types- a collection of types- Returns:
- return a collection of the byte representations of config types
-