public class MemcachedParameters extends RequestParameters
Constructor and Description |
---|
MemcachedParameters(int valueLength,
int lifespan,
int maxIdle,
long streamVersion,
boolean noReply,
long flags,
String delta,
int flushDelay) |
Modifier and Type | Method and Description |
---|---|
String |
delta() |
long |
flags() |
int |
flushDelay() |
int |
lifespan() |
int |
maxIdle() |
boolean |
noReply() |
long |
streamVersion() |
String |
toString() |
int |
valueLength() |
public MemcachedParameters(int valueLength, int lifespan, int maxIdle, long streamVersion, boolean noReply, long flags, String delta, int flushDelay)
public int valueLength()
valueLength
in class RequestParameters
public int lifespan()
lifespan
in class RequestParameters
public int maxIdle()
maxIdle
in class RequestParameters
public long streamVersion()
streamVersion
in class RequestParameters
public boolean noReply()
public long flags()
public String delta()
public int flushDelay()
public String toString()
toString
in class RequestParameters
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.