Class InfinispanHealthChecks

java.lang.Object
com.nimbusds.common.infinispan.InfinispanHealthChecks

public class InfinispanHealthChecks extends Object
Infinispan health checks.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    register(org.infinispan.manager.EmbeddedCacheManager cacheManager)
    Registers Infinispan health checks "infinispan.[cache-name].availability" for the specified cache manager.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • register

      public static void register(org.infinispan.manager.EmbeddedCacheManager cacheManager)
      Registers Infinispan health checks "infinispan.[cache-name].availability" for the specified cache manager.
      Parameters:
      cacheManager - The cache manager.