Uses of Class
org.infinispan.client.hotrod.impl.operations.PingOperation
-
Packages that use PingOperation Package Description org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of PingOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return PingOperation Modifier and Type Method Description PingOperation
OperationsFactory. newPingOperation(boolean releaseChannel)
Construct a ping request directed to a particular node. -
Uses of PingOperation in org.infinispan.client.hotrod.impl.transport.netty
Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type PingOperation Constructor Description InitialPingHandler(PingOperation ping)
-