public class CountsEntry
extends org.neo4j.kernel.impl.store.record.AbstractBaseRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
CountsEntry.CheckAdapter |
| Constructor and Description |
|---|
CountsEntry(org.neo4j.kernel.impl.store.counts.keys.CountsKey key,
long count) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
long |
getCount() |
org.neo4j.kernel.impl.store.counts.keys.CountsKey |
getCountsKey() |
long |
getId() |
String |
toString() |
clone, equals, getIntId, getSecondaryUnitId, hashCode, hasSecondaryUnitId, inUse, inUseFilter, isCreated, isUseFixedReferences, notInUseFilter, requiresSecondaryUnit, setCreated, setId, setInUse, setRequiresSecondaryUnit, setSecondaryUnitId, setUseFixedReferencespublic CountsEntry(org.neo4j.kernel.impl.store.counts.keys.CountsKey key,
long count)
public void clear()
clear in class org.neo4j.kernel.impl.store.record.AbstractBaseRecordpublic long getId()
getId in class org.neo4j.kernel.impl.store.record.AbstractBaseRecordpublic org.neo4j.kernel.impl.store.counts.keys.CountsKey getCountsKey()
public long getCount()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.