| Modifier and Type | Class and Description |
|---|---|
class |
RequestMessageType |
| Modifier and Type | Class and Description |
|---|---|
class |
GetStoreIdRequest |
class |
GetStoreRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
TxPullRequest |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RaftMessages.RaftMessage |
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftMessages.AppendEntries.Request |
static class |
RaftMessages.AppendEntries.Response |
static class |
RaftMessages.BaseRaftMessage |
static class |
RaftMessages.ClusterIdAwareMessage |
static class |
RaftMessages.Heartbeat |
static class |
RaftMessages.HeartbeatResponse |
static class |
RaftMessages.LogCompactionInfo |
static class |
RaftMessages.NewEntry.BatchRequest |
static class |
RaftMessages.NewEntry.Request |
static class |
RaftMessages.PruneRequest |
static class |
RaftMessages.Timeout.Election |
static class |
RaftMessages.Timeout.Heartbeat |
static class |
RaftMessages.Vote.Request |
static class |
RaftMessages.Vote.Response |
| Modifier and Type | Class and Description |
|---|---|
class |
Outcome
Holds the outcome of a RAFT role's handling of a message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreSnapshotRequest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Inbound<M extends Message> |
static interface |
Inbound.MessageHandler<M extends Message> |
class |
LoggingInbound<M extends Message> |
class |
LoggingOutbound<MEMBER,MESSAGE extends Message> |
interface |
Outbound<MEMBER,MESSAGE extends Message>
A best effort service for delivery of messages to members.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CatchUpRequest |
| Modifier and Type | Method and Description |
|---|---|
void |
SenderService.send(org.neo4j.helpers.AdvertisedSocketAddress to,
Message message) |
| Constructor and Description |
|---|
RaftOutbound(CoreTopologyService discoveryService,
Outbound<org.neo4j.helpers.AdvertisedSocketAddress,Message> outbound,
ClusterIdentity clusterIdentity,
org.neo4j.logging.LogProvider logProvider,
long logThresholdMillis) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.