Package | Description |
---|---|
org.apache.openmeetings.core.session.store |
Modifier and Type | Method and Description |
---|---|
static IClientPersistenceStore.DEBUG_DETAILS |
IClientPersistenceStore.DEBUG_DETAILS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IClientPersistenceStore.DEBUG_DETAILS[] |
IClientPersistenceStore.DEBUG_DETAILS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
IClientPersistenceStore.getDebugInformation(List<IClientPersistenceStore.DEBUG_DETAILS> detailLevel)
Get some session statistics
|
String |
DatabaseStore.getDebugInformation(List<IClientPersistenceStore.DEBUG_DETAILS> detailLevel) |
String |
HashMapStore.getDebugInformation(List<IClientPersistenceStore.DEBUG_DETAILS> detailLevel) |
void |
HashMapStore.printDebugInformation(List<IClientPersistenceStore.DEBUG_DETAILS> detailLevel)
Print some session statistics to the debug out
|
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.