| Modifier and Type | Interface and Description |
|---|---|
interface |
ProviderService |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderService
The base class for provider services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentProviderService
This class implements the server-side logic for application deployment through Slider application package
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderAMProviderService
Exists just to move some functionality out of AppMaster into a peer class
of the actual service provider doing the real work
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppMasterActionOperations
Interface of AM operations
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderAppMaster
This is the AM, which directly implements the callbacks from the AM and NM
|
| Constructor and Description |
|---|
ActionKillContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId,
long delay,
TimeUnit timeUnit,
RMOperationHandlerActions operationHandler)
Kill a container
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRMOperationHandler
Hands off RM operations to the Resource Manager.
|
class |
ProviderNotifyingOperationHandler |
class |
RMOperationHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequestOperation.execute(RMOperationHandlerActions handler) |
void |
ContainerReleaseOperation.execute(RMOperationHandlerActions handler) |
void |
CancelSingleRequest.execute(RMOperationHandlerActions handler) |
abstract void |
AbstractRMOperation.execute(RMOperationHandlerActions handler)
Execute the operation
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.