public class StorageCommand extends Command
com.schooner.Memcached.StorageCommand| Modifier and Type | Field and Description |
|---|---|
static byte[] |
B_RETURN |
byte[] |
BLAND_DATA_SIZE |
static org.slf4j.Logger |
log |
static byte[] |
NOT_STORED |
static byte[] |
STORED |
B_NEXTLINE, DELIMITER, RETURN, textLine| Constructor and Description |
|---|
StorageCommand(String cmdname,
String key,
Object value,
Date expiry,
Integer hashCode,
Long casUnique)
set request textline:
"set
|
StorageCommand(String cmdname,
String key,
Object value,
Date expiry,
Integer hashCode,
Long casUnique,
TransCoder transCoder)
set request textline:
"set
|
public static org.slf4j.Logger log
public static final byte[] STORED
public static final byte[] NOT_STORED
public final byte[] BLAND_DATA_SIZE
public static final byte[] B_RETURN
public StorageCommand(String cmdname, String key, Object value, Date expiry, Integer hashCode, Long casUnique)
public short request(SchoonerSockIO sock) throws IOException
request in class CommandIOExceptionpublic boolean response(SchoonerSockIO sock, short rid) throws IOException
IOExceptionCopyright © 2013 Schooner Information Technology. All Rights Reserved.