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.memcached | |
org.openspaces.admin.memcached.config | |
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
org.openspaces.admin.pu.config | |
org.openspaces.admin.pu.elastic.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
The deployment process will wait for the given timeout and return the actual processing unit that can be used.
|
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
MemcachedDeployment.create() |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedConfig |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
ProcessingUnitDeployment.create() |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingUnitConfig |
Modifier and Type | Class and Description |
---|---|
class |
ElasticStatefulProcessingUnitConfig |
class |
ElasticStatelessProcessingUnitConfig |
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticStatefulProcessingUnitConfigHolder |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
ProcessingUnitDeploymentTopology.create()
Converts this fluent API object to a lazy implementation of ProcessingUnitConfig
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticSpaceConfig |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitConfigHolder |
SpaceDeployment.create() |
Modifier and Type | Class and Description |
---|---|
class |
SpaceConfig |
Copyright © GigaSpaces.