Class PingResponse
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.operations.PingResponse
-
public class PingResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingResponse.Decoder
-
Field Summary
Fields Modifier and Type Field Description static PingResponseEMPTY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Short>getServerOps()shortgetStatus()ProtocolVersiongetVersion()booleanisCacheNotFound()booleanisFailed()booleanisObjectStorage()booleanisSuccess()
-
-
-
Field Detail
-
EMPTY
public static PingResponse EMPTY
-
-
Method Detail
-
getStatus
public short getStatus()
-
isSuccess
public boolean isSuccess()
-
isObjectStorage
public boolean isObjectStorage()
-
isFailed
public boolean isFailed()
-
isCacheNotFound
public boolean isCacheNotFound()
-
getVersion
public ProtocolVersion getVersion()
-
-