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 |
|---|---|
long |
getCount() |
org.neo4j.kernel.impl.store.counts.keys.CountsKey |
getCountsKey() |
long |
getLongId() |
String |
toString() |
public CountsEntry(org.neo4j.kernel.impl.store.counts.keys.CountsKey key,
long count)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.