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