Package | Description |
---|---|
com.opencloud.rhino.monitoring.stats.ext |
Modifier and Type | Method and Description |
---|---|
static SubscriptionMode |
SubscriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionMode[] |
SubscriptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
SubscriptionMode.describe(SubscriptionMode mode) |
static boolean |
SubscriptionMode.isValidCounterMode(SubscriptionMode mode) |
static boolean |
SubscriptionMode.isValidSampleMode(SubscriptionMode mode) |
int |
StatsManagementMBean.subscribeCounter(long sessionId,
int nodeid,
String parameterSetName,
String statisticName,
SubscriptionMode mode)
Subscribe a counter type statistic to a session.
|
int |
StatsManagementMBean.subscribeSample(long sessionId,
int nodeid,
String parameterSetName,
String statisticName,
SubscriptionMode mode,
int generations,
int rolloverPeriod)
Subscribe a sample type statistic to a session.
|