public interface Ordered
Modifier and Type | Field and Description |
---|---|
static int |
ORDER_CPU_GROUP
Order group for services that provide information about a Host
or VM's CPU usage.
|
static int |
ORDER_DEFAULT_GROUP
Order group for services that provide generic overview information
about a Host or VM.
|
static int |
ORDER_FIRST
Order group for services that should be executed first.
|
static int |
ORDER_IO_GROUP
Order group for services that provide information about a Host
or VM's I/O usage.
|
static int |
ORDER_LAST
Order group for services that should be executed last.
|
static int |
ORDER_MEMORY_GROUP
Order group for services that provide information about a Host
or VM's memory usage.
|
static int |
ORDER_NETWORK_GROUP
Order group for services that provide information about a Host
or VM's network usage.
|
static int |
ORDER_THREAD_GROUP
Order group for services that provide information about a Host
or VM's threads.
|
static int |
ORDER_USER_GROUP
Order group for user-defined services.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrderValue()
Defines a value to be used for assigning an order to
services.
|
static final int ORDER_DEFAULT_GROUP
static final int ORDER_CPU_GROUP
static final int ORDER_MEMORY_GROUP
static final int ORDER_NETWORK_GROUP
static final int ORDER_IO_GROUP
static final int ORDER_THREAD_GROUP
static final int ORDER_USER_GROUP
static final int ORDER_FIRST
static final int ORDER_LAST
int getOrderValue()
ORDER_DEFAULT_GROUP
.Copyright © 2015. All rights reserved.