org.neo4j.kernel.impl.nioneo.store
Class WindowPoolStats
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.WindowPoolStats
public class WindowPoolStats
- extends Object
|
Constructor Summary |
WindowPoolStats(String name,
long memAvail,
long memUsed,
int windowCount,
int windowSize,
int hitCount,
int missCount,
int oomCount)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowPoolStats
public WindowPoolStats(String name,
long memAvail,
long memUsed,
int windowCount,
int windowSize,
int hitCount,
int missCount,
int oomCount)
getName
public String getName()
getMemAvail
public long getMemAvail()
getMemUsed
public long getMemUsed()
getWindowCount
public int getWindowCount()
getWindowSize
public int getWindowSize()
getHitCount
public int getHitCount()
getMissCount
public int getMissCount()
getOomCount
public int getOomCount()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.