org.neo4j.management
Class WindowPoolInfo
java.lang.Object
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)
|
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)
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()
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.