| Package | Description |
|---|---|
| org.neo4j.causalclustering | |
| org.neo4j.causalclustering.core.replication | |
| org.neo4j.causalclustering.core.replication.session |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionTracker.update(GlobalSession globalSession,
LocalOperationId localOperationId,
long logIndex) |
boolean |
SessionTracker.validateOperation(GlobalSession globalSession,
LocalOperationId localOperationId) |
| Modifier and Type | Method and Description |
|---|---|
LocalOperationId |
DistributedOperation.operationId() |
| Constructor and Description |
|---|
DistributedOperation(ReplicatedContent content,
GlobalSession globalSession,
LocalOperationId operationId) |
| Modifier and Type | Method and Description |
|---|---|
LocalOperationId |
OperationContext.localOperationId() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalSessionTrackerState.update(GlobalSession globalSession,
LocalOperationId localOperationId,
long logIndex) |
boolean |
GlobalSessionTrackerState.validateOperation(GlobalSession globalSession,
LocalOperationId localOperationId)
Tracks the operation and returns true iff this operation should be allowed.
|
| Constructor and Description |
|---|
OperationContext(GlobalSession globalSession,
LocalOperationId localOperationId,
LocalSession localSession) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.