public interface Counts
| Modifier and Type | Interface and Description |
|---|---|
static class |
Counts.Type |
| Modifier and Type | Method and Description |
|---|---|
void |
incAndGet(Counts.Type type,
int threadIndex) |
void |
reset() |
long |
sum(Counts.Type type) |
static final Counts NONE
void incAndGet(Counts.Type type, int threadIndex)
long sum(Counts.Type type)
void reset()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.