Uses of Class
org.infinispan.hotrod.impl.operations.PingResponse
-
Packages that use PingResponse Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.protocol -
-
Uses of PingResponse in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache that return types with arguments of type PingResponse Modifier and Type Method Description CompletionStage<PingResponse>RemoteCacheImpl. ping() -
Uses of PingResponse in org.infinispan.hotrod.impl.operations
Fields in org.infinispan.hotrod.impl.operations declared as PingResponse Modifier and Type Field Description static PingResponsePingResponse. EMPTYMethods in org.infinispan.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.hotrod.impl.protocol
Methods in org.infinispan.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.booleanCodec40. isObjectStorageHinted(PingResponse pingResponse)
-