org.neo4j.kernel.impl.nioneo.store
Class WindowPoolStats

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getHitCount()
           
 long getMemAvail()
           
 long getMemUsed()
           
 int getMissCount()
           
 String getName()
           
 int getOomCount()
           
 int getWindowCount()
           
 int getWindowSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowPoolStats

public WindowPoolStats(String name,
                       long memAvail,
                       long memUsed,
                       int windowCount,
                       int windowSize,
                       int hitCount,
                       int missCount,
                       int oomCount)
Method Detail

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.