| Package | Description |
|---|---|
| org.apache.uima.ducc.common.admin.event | |
| org.apache.uima.ducc.common.component | |
| org.apache.uima.ducc.common.main |
| Modifier and Type | Class and Description |
|---|---|
class |
DuccAdminEventKill |
class |
DuccAdminEventStopMetrics |
class |
RmAdminQLoad
Construct and send this event to query the current load and resource status of the RM.
|
class |
RmAdminQOccupancy
Construct and send this event to query the current host status of the RM.
|
class |
RmAdminReconfigure
Construct and send this event to cause the RM to reread its configuraton.
|
class |
RmAdminVaryOff
Construct and send this event to vary off a set of hosts.
|
class |
RmAdminVaryOn
Use this event to cause RM to vary on a set of hosts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDuccComponent.handleAdminEvent(DuccAdminEvent event)
Components interested in receiving DuccAdminEvents should override this method
|
void |
DuccLifecycle.handleAdminEvent(DuccAdminEvent event) |
void |
AbstractDuccComponent.onDuccAdminKillEvent(DuccAdminEvent event)
Called when DuccAdminEvent is received on the Ducc Admin Channel
|
boolean |
AbstractDuccComponent.validateAdministrator(DuccAdminEvent event)
Is the event apparently issue by a DUCC registered admin or not?
|
| Modifier and Type | Method and Description |
|---|---|
RmAdminReply |
DuccRmAdmin.dispatchAndWaitForReply(DuccAdminEvent duccEvent)
Marshall and transmit the request to RM, waiting for the response.
|
String |
DuccAdmin.serializeAdminEvent(DuccAdminEvent event)
Serializes DuccAdminEvent using XStream
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.