| Interface | Description |
|---|---|
| CoreReplicatedContent | |
| RetryStrategy | |
| RetryStrategy.Timeout |
| Class | Description |
|---|---|
| ConstantTimeRetryStrategy | |
| ExponentialBackoffStrategy | |
| LastCommittedIndexFinder |
Finds the last committed transaction in the transaction log, then decodes the header as a raft index.
|
| LogIndexTxHeaderEncoding |
Log index is encoded in the header of transactions in the transaction log.
|
| NeoStoreTransactionCounter | |
| RecoverTransactionLogState |
Retrieves last raft log index that was appended to the transaction log, so that raft log replay can recover while
preserving idempotency (avoid appending the same transaction twice).
|
| ReplicatedTransaction | |
| ReplicatedTransactionCommitProcess | |
| ReplicatedTransactionFactory | |
| ReplicatedTransactionSerializer | |
| ReplicatedTransactionStateMachine |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.