| 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 |
|---|---|
GlobalSession |
DistributedOperation.globalSession() |
| Constructor and Description |
|---|
DistributedOperation(ReplicatedContent content,
GlobalSession globalSession,
LocalOperationId operationId) |
ProgressTrackerImpl(GlobalSession myGlobalSession) |
| Modifier and Type | Method and Description |
|---|---|
GlobalSession |
LocalSessionPool.getGlobalSession() |
GlobalSession |
OperationContext.globalSession() |
| 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 |
|---|
LocalSessionPool(GlobalSession globalSession) |
OperationContext(GlobalSession globalSession,
LocalOperationId localOperationId,
LocalSession localSession) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.