GigaSpaces XAP 9.7.2 API

Uses of Interface
org.openspaces.admin.pu.dependency.ProcessingUnitDependency

Packages that use ProcessingUnitDependency
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.dependency   
org.openspaces.admin.pu.dependency.config   
org.openspaces.admin.pu.elastic   
org.openspaces.admin.pu.elastic.topology   
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 ProcessingUnitDependency in org.openspaces.admin.memcached
 

Method parameters in org.openspaces.admin.memcached with type arguments of type ProcessingUnitDependency
 MemcachedDeployment MemcachedDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies)
          Postpones deployment of processing unit instances until the specified dependencies are met.
 

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

Methods in org.openspaces.admin.memcached.config that return ProcessingUnitDependency
 ProcessingUnitDependency[] MemcachedConfig.getDeploymentDependencies()
           
 

Methods in org.openspaces.admin.memcached.config that return types with arguments of type ProcessingUnitDependency
 ProcessingUnitDependencies<ProcessingUnitDependency> MemcachedConfig.getDependencies()
           
 

Methods in org.openspaces.admin.memcached.config with parameters of type ProcessingUnitDependency
 void MemcachedConfig.setDeploymentDependencies(ProcessingUnitDependency[] dependencies)
           
 

Method parameters in org.openspaces.admin.memcached.config with type arguments of type ProcessingUnitDependency
 void MemcachedConfig.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)
           
 

Uses of ProcessingUnitDependency in org.openspaces.admin.pu
 

Methods in org.openspaces.admin.pu that return types with arguments of type ProcessingUnitDependency
 ProcessingUnitDependencies<ProcessingUnitDependency> ProcessingUnit.getDependencies()
           
 

Method parameters in org.openspaces.admin.pu with type arguments of type ProcessingUnitDependency
 ProcessingUnitDeployment ProcessingUnitDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
          Postpones deployment of processing unit instances until the specified dependencies are met.
 void ProcessingUnitDeployment.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)
           
 

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

Methods in org.openspaces.admin.pu.config that return ProcessingUnitDependency
 ProcessingUnitDependency[] ProcessingUnitConfig.getDeploymentDependencies()
           
 

Methods in org.openspaces.admin.pu.config that return types with arguments of type ProcessingUnitDependency
 ProcessingUnitDependencies<ProcessingUnitDependency> ProcessingUnitConfig.getDependencies()
           
 

Methods in org.openspaces.admin.pu.config with parameters of type ProcessingUnitDependency
 void ProcessingUnitConfig.setDeploymentDependencies(ProcessingUnitDependency[] dependencies)
          A helper method for setting conditions for processing unit deployment.
 

Method parameters in org.openspaces.admin.pu.config with type arguments of type ProcessingUnitDependency
 void ProcessingUnitConfig.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)
           
 

Uses of ProcessingUnitDependency in org.openspaces.admin.pu.dependency
 

Classes in org.openspaces.admin.pu.dependency with type parameters of type ProcessingUnitDependency
 interface ProcessingUnitDependencies<T extends ProcessingUnitDependency>
          Aggregates all of the processing unit lifecycle stages that can be postponed.
 interface ProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency>
          Defines a dependency that postpones the processing unit instance deployment.
 

Uses of ProcessingUnitDependency in org.openspaces.admin.pu.dependency.config
 

Classes in org.openspaces.admin.pu.dependency.config that implement ProcessingUnitDependency
 class ProcessingUnitDependencyConfig
           
 

Methods in org.openspaces.admin.pu.dependency.config with parameters of type ProcessingUnitDependency
 void ProcessingUnitDependencyConfig.mergeDependency(ProcessingUnitDependency otherDependency)
           
 

Uses of ProcessingUnitDependency in org.openspaces.admin.pu.elastic
 

Method parameters in org.openspaces.admin.pu.elastic with type arguments of type ProcessingUnitDependency
 ElasticStatefulProcessingUnitDeployment ElasticStatefulProcessingUnitDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
           
 ElasticStatelessProcessingUnitDeployment ElasticStatelessProcessingUnitDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
           
 

Uses of ProcessingUnitDependency in org.openspaces.admin.pu.elastic.topology
 

Classes in org.openspaces.admin.pu.elastic.topology with type parameters of type ProcessingUnitDependency
 interface ElasticStatelessDeploymentTopology<T extends ProcessingUnitDependency>
           
 

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

Methods in org.openspaces.admin.pu.topology that return types with arguments of type ProcessingUnitDependency
 ProcessingUnitDependencies<ProcessingUnitDependency> ProcessingUnitConfigHolder.getDependencies()
           
 

Method parameters in org.openspaces.admin.pu.topology with type arguments of type ProcessingUnitDependency
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies)
          Postpones deployment of processing unit instances until the specified dependencies are met.
 void ProcessingUnitConfigHolder.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)
           
 

Uses of ProcessingUnitDependency in org.openspaces.admin.space
 

Method parameters in org.openspaces.admin.space with type arguments of type ProcessingUnitDependency
 ElasticSpaceDeployment ElasticSpaceDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
           
 SpaceDeployment SpaceDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies)
          Postpones deployment of processing unit instances until the specified dependencies are met.
 

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

Methods in org.openspaces.admin.space.config that return ProcessingUnitDependency
 ProcessingUnitDependency[] SpaceConfig.getDeploymentDependencies()
           
 

Methods in org.openspaces.admin.space.config that return types with arguments of type ProcessingUnitDependency
 ProcessingUnitDependencies<ProcessingUnitDependency> SpaceConfig.getDependencies()
           
 

Methods in org.openspaces.admin.space.config with parameters of type ProcessingUnitDependency
 void SpaceConfig.setDeploymentDependencies(ProcessingUnitDependency[] dependencies)
           
 

Method parameters in org.openspaces.admin.space.config with type arguments of type ProcessingUnitDependency
 void SpaceConfig.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.