| Modifier and Type | Class and Description |
|---|---|
class |
NewLeaderBarrier
When a new leader is elected, it replicates one entry of this type to mark the start of its reign.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedContent |
RaftMessages.NewEntry.Request.content() |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicatedContent> |
RaftMessages.NewEntry.BatchRequest.contents() |
| Modifier and Type | Method and Description |
|---|---|
void |
RaftMessages.NewEntry.BatchRequest.add(ReplicatedContent content) |
| Constructor and Description |
|---|
Request(MemberId from,
ReplicatedContent content) |
| 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 |
|---|---|
ReplicatedContent |
RaftLogEntry.content() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntryRecord.write(org.neo4j.storageengine.api.WritableChannel channel,
ChannelMarshal<ReplicatedContent> contentMarshal,
long logIndex,
long term,
ReplicatedContent content) |
| 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 |
|---|
RaftLogEntry(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 | Interface and Description |
|---|---|
interface |
RaftGroup<MEMBER> |
| Modifier and Type | Class and Description |
|---|---|
class |
MemberIdSet |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedOperation
A uniquely identifiable operation.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedContent |
DistributedOperation.content() |
| Modifier and Type | Method and Description |
|---|---|
void |
SendToMyself.replicate(ReplicatedContent content) |
Future<Object> |
RaftReplicator.replicate(ReplicatedContent command,
boolean trackResult) |
Future<Object> |
Replicator.replicate(ReplicatedContent content,
boolean trackResult)
Submit content for replication.
|
| Constructor and Description |
|---|
DistributedOperation(ReplicatedContent content,
GlobalSession globalSession,
LocalOperationId operationId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedIdAllocationRequest
This type is handled by the ReplicatedIdAllocationStateMachine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedLockTokenRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedTokenRequest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreReplicatedContent |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedTransaction |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedContent |
CoreReplicatedContentMarshal.unmarshal0(org.neo4j.storageengine.api.ReadableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreReplicatedContentMarshal.marshal(ReplicatedContent content,
org.neo4j.storageengine.api.WritableChannel channel) |
| 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) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.