Neo4j Advanced

org.neo4j.management
Class WindowPoolInfo

java.lang.Object
  extended by org.neo4j.management.WindowPoolInfo
All Implemented Interfaces:
Serializable

public final class WindowPoolInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WindowPoolInfo(String name, long memAvail, long memUsed, int windowCount, int windowSize, int hitCount, int missCount, int oomCount)
           
 
Method Summary
 long getAvailableMemory()
           
 int getNumberOfOutOfMemory()
           
 int getNumberOfWindows()
           
 long getUsedMemory()
           
 int getWindowHitCount()
           
 int getWindowMissCount()
           
 String getWindowPoolName()
           
 int getWindowSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowPoolInfo

@ConstructorProperties(value={"windowPoolName","availableMemory","usedMemory","numberOfWindows","windowSize","windowHitCount","windowMissCount","numberOfOutOfMemory"})
public WindowPoolInfo(String name,
                                                 long memAvail,
                                                 long memUsed,
                                                 int windowCount,
                                                 int windowSize,
                                                 int hitCount,
                                                 int missCount,
                                                 int oomCount)
Method Detail

getWindowPoolName

public String getWindowPoolName()

getAvailableMemory

public long getAvailableMemory()

getUsedMemory

public long getUsedMemory()

getNumberOfWindows

public int getNumberOfWindows()

getWindowSize

public int getWindowSize()

getWindowHitCount

public int getWindowHitCount()

getWindowMissCount

public int getWindowMissCount()

getNumberOfOutOfMemory

public int getNumberOfOutOfMemory()

Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.