public interface StorageAdminService
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Long> | 
getCounters()
Returns information about all the atomic counters in the system. 
 | 
List<MapInfo> | 
getMapInfo()
Deprecated. 
 
1.5.0 Falcon Release 
 | 
Collection<TransactionId> | 
getPendingTransactions()
Returns all pending transactions. 
 | 
Map<String,WorkQueueStats> | 
getQueueStats()
Returns statistics for all the work queues in the system. 
 | 
@Deprecated List<MapInfo> getMapInfo()
Map<String,Long> getCounters()
Map<String,WorkQueueStats> getQueueStats()
Collection<TransactionId> getPendingTransactions()