| Interface | Description |
|---|---|
| QueueAccess |
Access for queue operations
|
| Class | Description |
|---|---|
| ActionFlexCluster | |
| ActionHalt |
Exit an emergency JVM halt.
|
| ActionKillContainer |
Kill a specific container
|
| ActionRegisterServiceInstance |
Asynchronous registration operation
|
| ActionStartContainer |
Start a container
|
| ActionStopQueue |
Action to tell a queue executor to stop -after handing this on/executing it
|
| ActionStopSlider |
Trigger an AM exit.
|
| ActionUpgradeContainers | |
| AsyncAction | |
| EscalateOutstandingRequests |
Escalate outstanding requests by asking AM
|
| ProviderReportedContainerLoss |
Report container loss to the AM
SliderAppMaster.providerLostContainer(ContainerId) |
| ProviderStartupCompleted | |
| QueueExecutor |
Executor for async actions - hands them off to the AM as
appropriate
|
| QueueService |
The Queue service provides immediate and scheduled queues, as well
as an executor thread that moves queued actions from the scheduled
queue to the immediate one.
|
| RegisterComponentInstance |
Notify the app master that it should register a component instance
in the registry
SliderAppMaster#registerComponent(ContainerId) |
| RenewingAction<A extends AsyncAction> |
This action executes then reschedules an inner action; a limit
can specify the number of times to run
|
| ResetFailureWindow |
Requests the AM to reset the failure window
|
| ReviewAndFlexApplicationSize |
Tell the AM to execute the full flex review operation
|
| UnregisterComponentInstance |
Tell AM to unregister this component instance
SliderAppMaster.unregisterComponent(ContainerId) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.