public static class RaftCoreState.Marshal extends SafeStateMarshal<RaftCoreState>
| Constructor and Description |
|---|
Marshal() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(RaftCoreState raftCoreState,
org.neo4j.storageengine.api.WritableChannel channel)
Marshals the state into the channel.
|
long |
ordinal(RaftCoreState raftCoreState) |
RaftCoreState |
startState() |
unmarshalequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunmarshalpublic RaftCoreState startState()
public long ordinal(RaftCoreState raftCoreState)
public void marshal(RaftCoreState raftCoreState, org.neo4j.storageengine.api.WritableChannel channel) throws IOException
ChannelMarshalIOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.