com.esri.sde.sdk.client
Class SeInstance.SeInstanceStats

java.lang.Object
  extended by com.esri.sde.sdk.client.SeInstance.SeInstanceStats
Enclosing class:
SeInstance

public static class SeInstance.SeInstanceStats
extends java.lang.Object

SeInstance inner class that retrieves a list of user information for the ArcSde instance.


Method Summary
 int getBuffersCount()
          Returns the total number of buffers loaded by the server process.
 int getKBytesCount()
          Returns the total number of 1K bytes buffered data by the server process.
 int getNumLocks()
          Returns the total number of locks held by the server process.
 int getOperationCount()
          Returns the total number of operations performed by the server process.
 int getPartialShapesCount()
          Returns the total number of partial shapes shipped by the server process.
 int getPid()
          Returns the server pid.
 int getReadCount()
          Returns the total number of reads by the server process.
 int getShapesCount()
          Returns the total number of shapes buffered by the server process.
 int getWriteCount()
          Returns the total number of writes by the server process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPid

public int getPid()
Returns the server pid.

Returns:
int

getReadCount

public int getReadCount()
Returns the total number of reads by the server process.

Returns:
int

getWriteCount

public int getWriteCount()
Returns the total number of writes by the server process.

Returns:
int

getOperationCount

public int getOperationCount()
Returns the total number of operations performed by the server process.

Returns:
int

getNumLocks

public int getNumLocks()
Returns the total number of locks held by the server process.

Returns:
int

getPartialShapesCount

public int getPartialShapesCount()
Returns the total number of partial shapes shipped by the server process.

Returns:
int

getBuffersCount

public int getBuffersCount()
Returns the total number of buffers loaded by the server process.

Returns:
int

getShapesCount

public int getShapesCount()
Returns the total number of shapes buffered by the server process.

Returns:
int

getKBytesCount

public int getKBytesCount()
Returns the total number of 1K bytes buffered data by the server process.

Returns:
int