Class | Description |
---|---|
RMEvent |
Upper class for RM's event objects
|
RMInitialState |
Defines a state of the Resource Manager for a Monitor.
|
RMNodeDescriptor | |
RMNodeEvent |
This class implements Event object related to an
RMNode
This immutable event object is thrown to all Resource Manager Monitors to inform them
about a Node's state modification. |
RMNodeHistory | |
RMNodeSourceEvent |
This class implements the Event object related to a
NodeSource . |
SortedUniqueSet<T extends org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet.Unique & Comparable<T> & Serializable> |
Set based on #getKey() that provides log(N) to add and remove, but keeps sorted version of items based on #getCounter().
|
Enum | Description |
---|---|
RMEventType |
Enumeration of all events generated by the Resource Manager,
and received by Monitors, which permits to probe RM activity.
|