public class Understand
extends java.lang.Object
| Constructor | Description |
|---|---|
Understand() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
loadNativeLibrary() |
Load and initialize the native component of this library.
|
static java.lang.String[] |
metriclist(java.lang.String kindstring) |
Return a list of all valid metric names.
|
static Database |
open(java.lang.String name) |
Open the database with the given name.
|
public static Database open(java.lang.String name) throws UnderstandException
Database object. Possible exceptions messages are:
name - The absolute filename of the database. Must not be null.UnderstandException - If any of the above errors occur.public static java.lang.String[] metriclist(java.lang.String kindstring)
kindstring - If not null, return only metric names valid for entities that match the kindstring.public static void loadNativeLibrary()