Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-513

Implement injectable Infinispan server descriptor for querying information about server

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Infinispan Containers
    • None

      It should be possible to inject an Infinispan server descriptor through which one can get information about hostnames, port numbers and various statistics around individual caches running in those servers.

      Example use:

      @Infinispan(container="container1")
      InfinispanInfo inf1;
      ...
      inf1.getInstalledEndpoints() [hostname+port couples]
      inf1.getDefaultCacheManager().getStatistics()
      inf1.getCache("cache_name").getStatistics()
      inf1.getCache("cache_name").getStatistics(CacheStatistics.EVICTIONS)
      ...

            mgencur Martin Gencur
            mgencur Martin Gencur
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: