Interface StorageAdminService


  • public interface StorageAdminService
    Service for administering storage instances.
    • Method Detail

      • getMapInfo

        @Deprecated
        java.util.List<MapInfo> getMapInfo()
        Deprecated.
        1.5.0 Falcon Release
        Returns information about all the consistent maps in the system.
        Returns:
        list of map information
      • getCounters

        java.util.Map<java.lang.String,​java.lang.Long> getCounters()
        Returns information about all the atomic counters in the system.
        Returns:
        mapping from counter name to that counter's next value
      • getQueueStats

        java.util.Map<java.lang.String,​WorkQueueStats> getQueueStats()
        Returns statistics for all the work queues in the system.
        Returns:
        mapping from queue name to that queue's stats
      • getPendingTransactions

        java.util.Collection<TransactionId> getPendingTransactions()
        Returns all pending transactions.
        Returns:
        collection of pending transaction identifiers.