| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfig |
BackendTransaction.getBaseTransactionConfig() |
BaseTransactionConfig |
BaseTransactionConfigurable.getConfiguration()
Get the configuration for this transaction
|
| Constructor and Description |
|---|
BackendTransaction(CacheTransaction storeTx,
BaseTransactionConfig txConfig,
StoreFeatures features,
KCVSCache edgeStore,
KCVSCache indexStore,
KCVSCache txLogStore,
java.time.Duration maxReadTime,
Map<String,IndexTransaction> indexTx,
Executor threadPool) |
| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfig |
AbstractStoreTransaction.getConfiguration() |
| Constructor and Description |
|---|
AbstractStoreTransaction(BaseTransactionConfig config) |
NoOpStoreTransaction(BaseTransactionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfigurable |
IndexProvider.beginTransaction(BaseTransactionConfig config)
Returns a transaction handle for a new index transaction.
|
| Constructor and Description |
|---|
IndexTransaction(IndexProvider index,
KeyInformation.IndexRetriever keyInformations,
BaseTransactionConfig config,
java.time.Duration maxWriteTime) |
| Modifier and Type | Method and Description |
|---|---|
StoreTransaction |
StoreManager.beginTransaction(BaseTransactionConfig config)
Returns a transaction handle for a new transaction according to the given configuration.
|
StoreTransaction |
KCVSManagerProxy.beginTransaction(BaseTransactionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfig |
CacheTransaction.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StoreTransaction |
InMemoryStoreManager.beginTransaction(BaseTransactionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
StoreTransaction |
OrderedKeyValueStoreManagerAdapter.beginTransaction(BaseTransactionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfig |
ExpectedValueCheckingTransaction.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExpectedValueCheckingTransaction |
ExpectedValueCheckingStoreManager.beginTransaction(BaseTransactionConfig configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardBaseTransactionConfig |
| Modifier and Type | Method and Description |
|---|---|
BaseTransactionConfig |
DefaultTransaction.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StoreTransaction |
MetricInstrumentedStoreManager.beginTransaction(BaseTransactionConfig config) |
| Constructor and Description |
|---|
Builder(BaseTransactionConfig template)
Copies everything from
template to this builder except for
the commitTime. |
DefaultTransaction(BaseTransactionConfig config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionConfiguration
Provides configuration options for
TitanTransaction. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTransactionBuilder
Used to configure a
TitanTransaction. |
Copyright © 2012–2015. All rights reserved.