| Package | Description |
|---|---|
| org.neo4j.consistency.checking.cache | |
| org.neo4j.consistency.statistics |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAccess.Client.incAndGetCount(Counts.Type type)
Increases the count of the specified
type, for gathering statistics during a run. |
| Modifier and Type | Method and Description |
|---|---|
static Counts.Type |
Counts.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Counts.Type[] |
Counts.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Counts.incAndGet(Counts.Type type,
int threadIndex) |
void |
DefaultCounts.incAndGet(Counts.Type type,
int threadIndex) |
long |
Counts.sum(Counts.Type type) |
long |
DefaultCounts.sum(Counts.Type type) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.