public interface StorageAdminService
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getCounters()
Returns information about all the atomic counters in the system.
|
Map<String,Long> |
getInMemoryDatabaseCounters()
Returns information about all the atomic in-memory database counters in the system.
|
List<MapInfo> |
getMapInfo()
Returns information about all the consistent maps in the system.
|
Map<String,Long> |
getPartitionedDatabaseCounters()
Returns information about all the atomic partitioned database counters in the system.
|
List<PartitionInfo> |
getPartitionInfo()
Returns information about all partitions in the system.
|
Collection<Transaction> |
getTransactions()
Returns all the transactions in the system.
|
void |
redriveTransactions()
Redrives stuck transactions while removing those that are done.
|
List<PartitionInfo> getPartitionInfo()
List<MapInfo> getMapInfo()
Map<String,Long> getCounters()
Map<String,Long> getPartitionedDatabaseCounters()
Map<String,Long> getInMemoryDatabaseCounters()
Collection<Transaction> getTransactions()
void redriveTransactions()
Copyright © 2015. All rights reserved.