| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.state.machines.id |
| Modifier and Type | Method and Description |
|---|---|
IdAllocationState |
IdAllocationState.newInstance() |
IdAllocationState |
ReplicatedIdAllocationStateMachine.snapshot() |
IdAllocationState |
IdAllocationState.Marshal.startState() |
IdAllocationState |
IdAllocationState.Marshal.unmarshal0(org.neo4j.storageengine.api.ReadableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedIdAllocationStateMachine.installSnapshot(IdAllocationState snapshot) |
void |
IdAllocationState.Marshal.marshal(IdAllocationState state,
org.neo4j.storageengine.api.WritableChannel channel) |
long |
IdAllocationState.Marshal.ordinal(IdAllocationState state) |
| Constructor and Description |
|---|
ReplicatedIdAllocationStateMachine(StateStorage<IdAllocationState> storage) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.