Package | Description |
---|---|
org.openspaces.admin.application | |
org.openspaces.admin.application.events | |
org.openspaces.admin.gsm |
Support for managing of Grid Service Manager(s) through the Admin API.
|
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
Application |
Applications.getApplication(String name)
Returns the
Application for the given processing unit name. |
Application[] |
Applications.getApplications()
Returns the
Application s currently deployed. |
Application |
Applications.waitFor(String applicationName)
Waits indefinitely till the application is identified as deployed.
|
Application |
Applications.waitFor(String applicationName,
long timeout,
TimeUnit timeUnit)
Waits for the specified timeout (in time interval) till the application is identified as deployed.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Application> |
Applications.getNames()
Returns a map of
Application keyed by their respective names. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationAddedEventListener.applicationAdded(Application application)
A callback indicating that an Application was added (deployed/discovered).
|
void |
ApplicationRemovedEventListener.applicationRemoved(Application application)
A callback indicating that an Application was removed (undeployed).
|
Modifier and Type | Method and Description |
---|---|
Application |
GridServiceManager.deploy(ApplicationConfig applicationConfig)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManagers.deploy(ApplicationConfig applicationConfig)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManager.deploy(ApplicationConfig applicationConfig,
long timeout,
TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManagers.deploy(ApplicationConfig applicationConfig,
long timeout,
TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManager.deploy(ApplicationDeployment deployment)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManagers.deploy(ApplicationDeployment deployment)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManager.deploy(ApplicationDeployment deployment,
long timeout,
TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments.
|
Application |
GridServiceManagers.deploy(ApplicationDeployment deployment,
long timeout,
TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments.
|
Modifier and Type | Method and Description |
---|---|
Application |
ProcessingUnit.getApplication() |
Copyright © GigaSpaces.