public class TransactionManager extends Object
| Constructor and Description |
|---|
TransactionManager(org.onosproject.store.service.StorageService storageService,
org.onosproject.store.primitives.PartitionService partitionService) |
TransactionManager(org.onosproject.store.service.StorageService storageService,
org.onosproject.store.primitives.PartitionService partitionService,
int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.onosproject.store.primitives.TransactionId> |
getPendingTransactions()
Returns the collection of currently pending transactions.
|
public TransactionManager(org.onosproject.store.service.StorageService storageService,
org.onosproject.store.primitives.PartitionService partitionService)
public TransactionManager(org.onosproject.store.service.StorageService storageService,
org.onosproject.store.primitives.PartitionService partitionService,
int cacheSize)
public Collection<org.onosproject.store.primitives.TransactionId> getPendingTransactions()