Interface IdManagerMonitor

  • All Known Implementing Classes:
    IdManager

    public interface IdManagerMonitor
    Monitoring for IdManagerService.
    Author:
    Michael Vorburger
    • Method Detail

      • getLocalPoolsDetails

        java.util.Map<java.lang.String,​java.lang.String> getLocalPoolsDetails()
        Obtain description of ID pool/s. Suitable for usage e.g. by a CLI tool.
        Returns:
        Map with poolName as key, and a String describing the pool (e.g. with information about availableIds & releasedIds)