| Modifier and Type | Method and Description |
|---|---|
void |
LocalTopic.commitChanges(SynchronizationBarrier barrier) |
void |
LocalQueue.commitChanges(SynchronizationBarrier barrier) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.commitChanges(SynchronizationBarrier barrier)
Ensure everything's persisted (asynchronous)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JournalingBlockBasedDataStore.commitChanges(SynchronizationBarrier barrier) |
void |
InMemoryLinkedDataStore.commitChanges(SynchronizationBarrier barrier) |
void |
BlockBasedDataStore.commitChanges(SynchronizationBarrier barrier) |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationBarrier |
CommitOperation.getBarrier() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBasedDataStoreJournal.commit(SynchronizationBarrier barrier)
Commit the journal (asynchronous)
|
| Constructor and Description |
|---|
CommitOperation(long transactionId,
int operationsCount,
SynchronizationBarrier barrier)
Constructor
|
CommitOperation(long transactionId,
SynchronizationBarrier barrier)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageStore.commitChanges(SynchronizationBarrier barrier)
Ensure everything is persisted (asynchronous)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageStore.commitChanges(SynchronizationBarrier barrier) |
| Modifier and Type | Method and Description |
|---|---|
void |
Committable.commitChanges(SynchronizationBarrier barrier)
Commit all changes (make sure they are really applied) (ASYNCHRONOUS)
|
Copyright © 2019. All rights reserved.