| Modifier and Type | Class and Description |
|---|---|
class |
Slider
This is just the entry point class
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderClient
Client service for Slider
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderService
The base class for provider services.
|
| Modifier and Type | Method and Description |
|---|---|
protected ForkedProcessService |
AbstractProviderService.getFPSFromParentService(ServiceParent serviceParent)
Given a parent service, find the one that is a forked process
|
| 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 | Class and Description |
|---|---|
class |
SliderAppMaster
This is the AM, which directly implements the callbacks from the AM and NM
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSliderLaunchedService
Base service for the standard slider client/server services
|
class |
LaunchedWorkflowCompositeService
This is a workflow compositoe service which can be launched from the CLI
...
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowCompositeService
An extended composite service which stops itself if any child service
fails, or when all its children have successfully stopped without failure.
|
class |
WorkflowSequenceService
This resembles the YARN CompositeService, except that it
starts one service after another
Workflow
When the
WorkflowSequenceService instance is
initialized, it only initializes itself.
When the WorkflowSequenceService instance is
started, it initializes then starts the first of its children. |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.