GigaSpaces XAP 9.1 API

Uses of Interface
org.openspaces.admin.pu.topology.ProcessingUnitConfigHolder

Packages that use ProcessingUnitConfigHolder
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   
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.application
 

Methods in org.openspaces.admin.application with parameters of type ProcessingUnitConfigHolder
 ApplicationDeployment ApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitConfigHolder puConfigHolder)
           
 

Constructors in org.openspaces.admin.application with parameters of type ProcessingUnitConfigHolder
ApplicationDeployment(String applicationName, ProcessingUnitConfigHolder... processingUnitConfigHolders)
          Creates a new application deployment with the specified name, and pu deployments
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.application.config
 

Methods in org.openspaces.admin.application.config that return ProcessingUnitConfigHolder
 ProcessingUnitConfigHolder[] ApplicationConfig.getProcessingUnits()
           
 

Methods in org.openspaces.admin.application.config with parameters of type ProcessingUnitConfigHolder
 void ApplicationConfig.addProcessingUnit(ProcessingUnitConfigHolder puConfigFactory)
           
 void ApplicationConfig.setProcessingUnits(ProcessingUnitConfigHolder[] processingUnitDeployments)
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.gsm
 

Methods in org.openspaces.admin.gsm with parameters of type ProcessingUnitConfigHolder
 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.
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.memcached
 

Methods in org.openspaces.admin.memcached that return ProcessingUnitConfigHolder
 ProcessingUnitConfigHolder MemcachedDeployment.create()
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.memcached.config
 

Classes in org.openspaces.admin.memcached.config that implement ProcessingUnitConfigHolder
 class MemcachedConfig
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.pu
 

Methods in org.openspaces.admin.pu that return ProcessingUnitConfigHolder
 ProcessingUnitConfigHolder ProcessingUnitDeployment.create()
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.pu.config
 

Classes in org.openspaces.admin.pu.config that implement ProcessingUnitConfigHolder
 class ProcessingUnitConfig
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.pu.elastic.config
 

Classes in org.openspaces.admin.pu.elastic.config that implement ProcessingUnitConfigHolder
 class ElasticStatefulProcessingUnitConfig
           
 class ElasticStatelessProcessingUnitConfig
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.pu.topology
 

Subinterfaces of ProcessingUnitConfigHolder in org.openspaces.admin.pu.topology
 interface ElasticStatefulProcessingUnitConfigHolder
           
 

Methods in org.openspaces.admin.pu.topology that return ProcessingUnitConfigHolder
 ProcessingUnitConfigHolder ProcessingUnitDeploymentTopology.create()
          Converts this fluent API object to a lazy implementation of ProcessingUnitConfig
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.space
 

Classes in org.openspaces.admin.space that implement ProcessingUnitConfigHolder
 class ElasticSpaceConfig
           
 

Methods in org.openspaces.admin.space that return ProcessingUnitConfigHolder
 ProcessingUnitConfigHolder SpaceDeployment.create()
           
 

Uses of ProcessingUnitConfigHolder in org.openspaces.admin.space.config
 

Classes in org.openspaces.admin.space.config that implement ProcessingUnitConfigHolder
 class SpaceConfig
           
 


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.