| Modifier and Type | Class and Description |
|---|---|
static class |
MembershipEntry.Marshal |
static class |
RaftMembershipState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
TermState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
VoteState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSessionTrackerState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
class |
LongIndexMarshal
A marshal for an index that starts with -1 at the empty slot before the first real entry at 0.
|
| Constructor and Description |
|---|
StateRecoveryManager(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
StateMarshal<STATE> marshal) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IdAllocationState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicatedLockTokenState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftCoreState.Marshal |
| Modifier and Type | Field and Description |
|---|---|
StateMarshal |
CoreStateType.marshal |
| Modifier and Type | Class and Description |
|---|---|
class |
SafeStateMarshal<STATE>
Wrapper class to handle ReadPastEndExceptions in a safe manner transforming it
to the checked EndOfStreamException which does not inherit from IOException.
|
| Constructor and Description |
|---|
DurableStateStorage(org.neo4j.io.fs.FileSystemAbstraction fsa,
File baseDir,
String name,
StateMarshal<STATE> marshal,
int numberOfEntriesBeforeRotation,
org.neo4j.logging.LogProvider logProvider) |
DurableStateStorageImporter(org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
File stateDir,
String name,
StateMarshal<STATE> marshal,
int numberOfEntriesBeforeRotation,
Supplier<org.neo4j.kernel.internal.DatabaseHealth> databaseHealthSupplier,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Class and Description |
|---|---|
static class |
MemberId.Marshal
Format:
┌──────────────────────────────┐
│mostSignificantBits 8 bytes│
│leastSignificantBits 8 bytes│
└──────────────────────────────┘
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.