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