Uses of Class
org.infinispan.client.hotrod.impl.operations.PingResponse
Packages that use PingResponse
-
Uses of PingResponse in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return types with arguments of type PingResponse -
Uses of PingResponse in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as PingResponseMethods in org.infinispan.client.hotrod.impl.operations that return PingResponseModifier and TypeMethodDescriptionNoCachePingOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type PingResponseModifier and TypeMethodDescriptionCacheOperationsFactory.newPingOperation()DefaultCacheOperationsFactory.newPingOperation()DelegatingCacheOperationsFactory.newPingOperation()ManagerOperationsFactory.newPingOperation(String cacheName) A ping operation for a specific cache to ensure it is running and receive its configuration details.