Class InfinispanPingService
- java.lang.Object
-
- org.uberfire.ext.metadata.backend.infinispan.provider.InfinispanPingService
-
public class InfinispanPingService extends Object
-
-
Constructor Summary
Constructors Constructor Description InfinispanPingService(org.infinispan.client.hotrod.impl.RemoteCacheImpl remoteCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetTimeoutOrElse(String timeout, int defaultValue)booleanping()voidstop()
-
-
-
Field Detail
-
PING
protected static final String PING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTimeoutOrElse
protected int getTimeoutOrElse(String timeout, int defaultValue)
-
ping
public boolean ping()
-
stop
public void stop()
-
-