com.hazelcast.ascii.memcache
Class MemcacheCommandProcessor<T>
java.lang.Object
com.hazelcast.ascii.AbstractTextCommandProcessor<T>
com.hazelcast.ascii.memcache.MemcacheCommandProcessor<T>
- All Implemented Interfaces:
- TextCommandProcessor<T>
- Direct Known Subclasses:
- DeleteCommandProcessor, GetCommandProcessor, IncrementCommandProcessor, SetCommandProcessor, SimpleCommandProcessor, StatsCommandProcessor, TouchCommandProcessor, VersionCommandProcessor
public abstract class MemcacheCommandProcessor<T>
- extends AbstractTextCommandProcessor<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAP_NAME_PRECEDER
public static final String MAP_NAME_PRECEDER
- See Also:
- Constant Field Values
DEFAULT_MAP_NAME
public static final String DEFAULT_MAP_NAME
- See Also:
- Constant Field Values
MemcacheCommandProcessor
protected MemcacheCommandProcessor(TextCommandService textCommandService)
longToByteArray
public static byte[] longToByteArray(long v)
byteArrayToLong
public static int byteArrayToLong(byte[] v)
concatenate
public static byte[] concatenate(byte[] a,
byte[] b)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.