Uses of Class
org.infinispan.client.hotrod.impl.operations.PingResponse
-
Packages that use PingResponse Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.protocol -
-
Uses of PingResponse in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return PingResponse Modifier and Type Method Description PingResponseRemoteCacheImpl. ping() -
Uses of PingResponse in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as PingResponse Modifier and Type Field Description static PingResponsePingResponse. EMPTYMethods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type PingResponse Modifier and Type Method Description CompletableFuture<PingResponse>PingOperation. execute() -
Uses of PingResponse in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type PingResponse Modifier and Type Method Description booleanCodec. isObjectStorageHinted(PingResponse pingResponse)Read the response code for hints of object storage in the server.booleanCodec20. isObjectStorageHinted(PingResponse pingResponse)booleanCodec24. isObjectStorageHinted(PingResponse pingResponse)booleanCodec29. isObjectStorageHinted(PingResponse pingResponse)
-