Package | Description |
---|---|
org.openspaces.admin.application | |
org.openspaces.admin.application.config | |
org.openspaces.admin.gsm |
Support for managing of Grid Service Manager(s) through the Admin API.
|
org.openspaces.admin.internal.driver | |
org.openspaces.admin.internal.gsm |
Internally Used.
|
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
org.openspaces.admin.pu.config | |
org.openspaces.admin.pu.topology | |
org.openspaces.admin.space |
Support for managing of Space(s) through the Admin API.
|
org.openspaces.admin.space.config |
Modifier and Type | Method and Description |
---|---|
ApplicationDeployment |
ApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitConfigHolder puConfigHolder) |
Constructor and Description |
---|
ApplicationDeployment(String applicationName,
ProcessingUnitConfigHolder... processingUnitConfigHolders)
Creates a new application deployment with the specified name, and pu deployments
|
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder[] |
ApplicationConfig.getProcessingUnits() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationConfig.addProcessingUnit(ProcessingUnitConfigHolder puConfigFactory) |
void |
ApplicationConfig.setProcessingUnits(ProcessingUnitConfigHolder[] processingUnitDeployments) |
Modifier and Type | Method and Description |
---|---|
ProcessingUnit |
GridServiceManager.deploy(ProcessingUnitConfigHolder puConfigHolder)
Deploys a new processing unit based on the specified configuration
|
ProcessingUnit |
GridServiceManager.deploy(ProcessingUnitConfigHolder puConfigHolder,
long timeout,
TimeUnit timeUnit)
Deploys a new processing unit based on the specified configuration
|
Modifier and Type | Method and Description |
---|---|
ProcessingUnit |
InternalAdminDriver.deploy(ProcessingUnitConfigHolder puConfigHolder) |
ProcessingUnit |
InternalAdminDriver.deploy(ProcessingUnitConfigHolder puConfigHolder,
String applicationName,
long timeout,
TimeUnit timeUnit) |
void |
InternalAdminDriver.preDeploy(ProcessingUnitConfigHolder puConfigHolder,
boolean deleteMetadata)
This method is intended for usage by kubernetes operator only - the operator calls predeploy, performs the actual
provisioning, then calls postdeploy
|
Modifier and Type | Method and Description |
---|---|
ProcessingUnit |
DefaultGridServiceManager.deploy(ProcessingUnitConfigHolder puConfigHolder) |
ProcessingUnit |
DefaultGridServiceManager.deploy(ProcessingUnitConfigHolder puConfigHolder,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
ProcessingUnitDeployment.create() |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingUnitConfig |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
ProcessingUnitDeploymentTopology.create()
Converts this fluent API object to a lazy implementation of ProcessingUnitConfig
|
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
SpaceDeployment.create() |
Modifier and Type | Class and Description |
---|---|
class |
SpaceConfig |
Copyright © GigaSpaces.