public class GetWithMetadataResponse extends GetResponse
Constructor and Description |
---|
GetWithMetadataResponse(byte version,
long messageId,
String cacheName,
short clientIntel,
scala.Enumeration.Value operation,
scala.Enumeration.Value status,
int topologyId,
scala.Option<byte[]> data,
long dataVersion,
long created,
int lifespan,
long lastUsed,
int maxIdle) |
Modifier and Type | Method and Description |
---|---|
String |
cacheName() |
short |
clientIntel() |
long |
created() |
scala.Option<byte[]> |
data() |
long |
dataVersion() |
long |
lastUsed() |
int |
lifespan() |
int |
maxIdle() |
long |
messageId() |
scala.Enumeration.Value |
operation() |
scala.Enumeration.Value |
status() |
int |
topologyId() |
String |
toString() |
byte |
version() |
public GetWithMetadataResponse(byte version, long messageId, String cacheName, short clientIntel, scala.Enumeration.Value operation, scala.Enumeration.Value status, int topologyId, scala.Option<byte[]> data, long dataVersion, long created, int lifespan, long lastUsed, int maxIdle)
public byte version()
version
in class GetResponse
public long messageId()
messageId
in class GetResponse
public String cacheName()
cacheName
in class GetResponse
public short clientIntel()
clientIntel
in class GetResponse
public scala.Enumeration.Value operation()
operation
in class GetResponse
public scala.Enumeration.Value status()
status
in class GetResponse
public int topologyId()
topologyId
in class GetResponse
public scala.Option<byte[]> data()
data
in class GetResponse
public long dataVersion()
public long created()
public int lifespan()
public long lastUsed()
public int maxIdle()
public String toString()
toString
in class GetResponse
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.