public class DBStatistics extends Object
Modifier and Type | Method and Description |
---|---|
static DBStatistics |
getInstance() |
int |
getNumRecords()
Returns the number of records in the database
|
long |
getUptime()
Returns the current uptime (in ms.) of the amsessiondb server
|
void |
setNumRecords(int numRecords)
Sets the number of records currently in the database
|
public static DBStatistics getInstance()
public int getNumRecords()
public void setNumRecords(int numRecords)
numRecords
- The current number of recordspublic long getUptime()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.