public class GbjGciCacheStats extends Object
Like other GbjGci classes, higher level classes are available for more application-friendly use. See GbjCacheStats and GbjJmxCacheStats in the com.gemstone.gbjstats package for details.
Modifier and Type | Field and Description |
---|---|
String |
name
Name of GemStone Process providing these cache stats
|
long |
pid
Process ID
|
long |
sid
Session ID
|
int[] |
stats32
int[] field for holding 32-bit cache stats
|
long[] |
stats64
long[] field for holding 64-bit cache stats
|
int |
type
Type of GemStone Process providing these cache stats
|
static int |
TYPE_APP
Static constant for representing an application GS process type (5)
|
static int |
TYPE_GEM
Static constant for representing a gem GS process type (3)
|
static int |
TYPE_PGSVR
Static constant for representing a pgsvr GS process type (2)
|
static int |
TYPE_SPCMONITOR
Static constant for representing a shared page cache monitor
GS process type (0)
|
static int |
TYPE_STATMON
Static constant for representing a statmon GS process type (4)
|
static int |
TYPE_STONE
Static constant for representing a stone GS process type (1)
|
static int |
TYPE_SYSTEM
Static constant for representing a system GS process type (6)
|
static int |
TYPE_UNASSIGNED
Static constant for representing an unassigned GS process type (-1)
|
Constructor and Description |
---|
GbjGciCacheStats() |
public static final int TYPE_UNASSIGNED
public static final int TYPE_SPCMONITOR
public static final int TYPE_STONE
public static final int TYPE_PGSVR
public static final int TYPE_GEM
public static final int TYPE_STATMON
public static final int TYPE_APP
public static final int TYPE_SYSTEM
public int type
public String name
public long pid
public long sid
public int[] stats32
public long[] stats64