Package | Description |
---|---|
org.thales.punch.platform.api |
To deal with configuration and administative tasks, the punchplatform relies on a carefully
well designed configuration service.
|
org.thales.punch.platform.impl |
Modifier and Type | Method and Description |
---|---|
IApplication |
IEntity.getApplication(String name) |
IApplication |
IEntity.getApplicationForCluster(String name,
String cluster)
Return the a given application
|
IApplication |
IApplication.setApplicationUUID(String string)
Set the unique identifier to this application.
|
IApplication |
IApplication.setEnv(String name,
String value)
Set an environment variable.
|
IApplication |
IApplication.setExitRequest(IExitRequest request)
Set an exit wish to this application.
|
Modifier and Type | Method and Description |
---|---|
Collection<IApplication> |
IEntity.getApplications() |
List<IApplication> |
IEntity.getApplications(String namePattern) |
List<IApplication> |
IEntity.getApplicationsForCluster(String namePattern,
String clusterPattern) |
List<IApplication> |
IApplicationExitController.getTerminatedApplications(List<IApplication> list,
Duration timeout) |
Modifier and Type | Method and Description |
---|---|
List<IApplication> |
IApplicationExitController.getTerminatedApplications(List<IApplication> list,
Duration timeout) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationImpl
IApplication implementation |
class |
ShivaApplicationImpl
A shiva
IApplication implementation |
class |
StormApplicationImpl
A storm
IApplication implementation |
Modifier and Type | Method and Description |
---|---|
IApplication |
EntityImpl.getApplication(String name) |
IApplication |
EntityImpl.getApplicationForCluster(String name,
String cluster) |
IApplication |
ApplicationImpl.setApplicationUUID(String uuid) |
IApplication |
ApplicationImpl.setEnv(String name,
String value) |
IApplication |
ApplicationImpl.setExitRequest(IExitRequest request) |
Modifier and Type | Method and Description |
---|---|
Collection<IApplication> |
EntityImpl.getApplications() |
List<IApplication> |
EntityImpl.getApplications(String namePattern) |
List<IApplication> |
EntityImpl.getApplicationsForCluster(String namePattern,
String clusterPattern) |
Copyright © 2014–2023. All rights reserved.