public class StatUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatUtil.StatContext |
static class |
StatUtil.TimingContext |
| Constructor and Description |
|---|
StatUtil() |
| Modifier and Type | Method and Description |
|---|---|
static StatUtil.StatContext |
create(String name,
org.neo4j.logging.Log log,
long printEvery,
boolean clearAfterPrint) |
static StatUtil.StatContext |
create(String name,
long printEvery,
boolean clearAfterPrint) |
public static StatUtil.StatContext create(String name, long printEvery, boolean clearAfterPrint)
public static StatUtil.StatContext create(String name, org.neo4j.logging.Log log, long printEvery, boolean clearAfterPrint)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.