public class ReplicatedIdAllocationRequest extends Object implements CoreReplicatedContent
| Constructor and Description |
|---|
ReplicatedIdAllocationRequest(MemberId owner,
org.neo4j.kernel.impl.store.id.IdType idType,
long idRangeStart,
int idRangeLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(CommandDispatcher commandDispatcher,
long commandIndex,
Consumer<Result> callback) |
boolean |
equals(Object o) |
int |
hashCode() |
org.neo4j.kernel.impl.store.id.IdType |
idType() |
MemberId |
owner() |
String |
toString() |
public ReplicatedIdAllocationRequest(MemberId owner, org.neo4j.kernel.impl.store.id.IdType idType, long idRangeStart, int idRangeLength)
public MemberId owner()
public org.neo4j.kernel.impl.store.id.IdType idType()
public void dispatch(CommandDispatcher commandDispatcher, long commandIndex, Consumer<Result> callback)
dispatch in interface CoreReplicatedContentCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.