Uses of Class
org.infinispan.client.hotrod.impl.operations.PingOperation.PingResult
-
Packages that use PingOperation.PingResult Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations -
-
Uses of PingOperation.PingResult in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return PingOperation.PingResult Modifier and Type Method Description PingOperation.PingResult
RemoteCacheImpl. ping()
PingOperation.PingResult
RemoteCacheImpl. resolveCompatibility()
-
Uses of PingOperation.PingResult in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return PingOperation.PingResult Modifier and Type Method Description static PingOperation.PingResult
PingOperation.PingResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static PingOperation.PingResult[]
PingOperation.PingResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type PingOperation.PingResult Modifier and Type Method Description CompletableFuture<PingOperation.PingResult>
PingOperation. execute()
-