Package | Description |
---|---|
com.redhat.thermostat.backend |
API for implementing a data-collection backend for the agent.
|
com.redhat.thermostat.client.cli | |
com.redhat.thermostat.client.core | |
com.redhat.thermostat.client.ui | |
com.redhat.thermostat.common | |
com.redhat.thermostat.storage.model |
Modifier and Type | Interface and Description |
---|---|
interface |
Backend
Represents a plugin that runs on the agent and performs monitoring of host
and applications.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBackend |
class |
HostPollingBackend
Convenience
Backend class for implementations that will take some
action at the Host or system level on a regular interval. |
class |
VmListenerBackend
This class is a convenient subclass of
Backend (via BaseBackend ) for those
that need to attach VmUpdateListener in response to starting and stopping of JVMs on a
host. |
class |
VmPollingBackend
Convenience
Backend class for implementations that will take some
action for each monitored JVM process on a regular interval. |
Modifier and Type | Interface and Description |
---|---|
interface |
VMStatPrintDelegate
This interface should be implemented by plug-ins that would like to
contribute data to the output of the vm-stat command.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InformationService<T extends Ref>
Marker interface for information services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Decorator
The
Decorator interface offers a subtle, yet powerful way to
decorate visual clues in the UI. |
interface |
ReferenceFieldIconDecorator
Implementations of this interface have the ability to decorate the specific
targets by changing or replacing the target
PlatformIcon . |
interface |
ReferenceFieldLabelDecorator
Implementations of this interface have the ability to decorate the specific
targets by changing or replacing the target
String . |
Modifier and Type | Class and Description |
---|---|
class |
OrderedComparator<T extends Ordered> |
Modifier and Type | Class and Description |
---|---|
class |
BackendInformation |
Copyright © 2017. All rights reserved.