| Modifier and Type | Method and Description |
|---|---|
static ChannelMarshal<FileChunk> |
FileChunk.marshal() |
| Constructor and Description |
|---|
RaftServer(ChannelMarshal<ReplicatedContent> marshal,
org.neo4j.kernel.configuration.Config config,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.logging.LogProvider userLogProvider,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Method and Description |
|---|---|
static EntryRecord |
EntryRecord.read(org.neo4j.storageengine.api.ReadableChannel channel,
ChannelMarshal<ReplicatedContent> contentMarshal) |
static void |
EntryRecord.write(org.neo4j.storageengine.api.WritableChannel channel,
ChannelMarshal<ReplicatedContent> contentMarshal,
long logIndex,
long term,
ReplicatedContent content) |
| Constructor and Description |
|---|
SegmentedRaftLog(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
File directory,
long rotateAtSize,
ChannelMarshal<ReplicatedContent> contentMarshal,
org.neo4j.logging.LogProvider logProvider,
int readerPoolSize,
Clock clock,
org.neo4j.kernel.impl.util.JobScheduler scheduler,
CoreLogPruningStrategy pruningStrategy) |
| 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 |
| Constructor and Description |
|---|
Marshal(ChannelMarshal<MemberId> memberMarshal) |
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSessionTrackerState.Marshal |
| Constructor and Description |
|---|
Marshal(ChannelMarshal<MemberId> 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IdAllocationState.Marshal |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicatedLockTokenState.Marshal |
| Constructor and Description |
|---|
Marshal(ChannelMarshal<MemberId> memberMarshal) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CoreSnapshot.Marshal |
static class |
RaftCoreState.Marshal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateMarshal<STATE> |
| Modifier and Type | Class and Description |
|---|---|
class |
SafeChannelMarshal<STATE>
Wrapper class to handle ReadPastEndExceptions in a safe manner transforming it
to the checked EndOfStreamException which does not inherit from an IOException.
|
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 |
|---|
SimpleFileStorage(org.neo4j.io.fs.FileSystemAbstraction fileSystem,
File directory,
String name,
ChannelMarshal<T> marshal,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterId.Marshal |
static class |
MemberId.Marshal
Format:
┌──────────────────────────────┐
│mostSignificantBits 8 bytes│
│leastSignificantBits 8 bytes│
└──────────────────────────────┘
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreReplicatedContentMarshal |
| Constructor and Description |
|---|
RaftChannelInitializer(ChannelMarshal<ReplicatedContent> marshal,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Constructor and Description |
|---|
RaftMessageDecoder(ChannelMarshal<ReplicatedContent> marshal) |
RaftMessageEncoder(ChannelMarshal<ReplicatedContent> marshal) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoreIdMarshal |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.