public class HaIdReuseEligibility extends Object implements org.neo4j.kernel.impl.store.id.IdReuseEligibility
IdReuseEligibility only buffer ids for reuse when we're the master.
This is mostly an optimization since when in slave role the ids are thrown away anyway.| Constructor and Description |
|---|
HaIdReuseEligibility(ClusterMembers members,
Clock clock,
long idReuseSafeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEligible(org.neo4j.kernel.impl.api.KernelTransactionsSnapshot snapshot) |
public HaIdReuseEligibility(ClusterMembers members, Clock clock, long idReuseSafeZone)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.