Uses of Interface
org.openspaces.admin.pu.dependency.ProcessingUnitDependency
Packages that use ProcessingUnitDependency
Package
Description
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Space(s) through the Admin API.
-
Uses of ProcessingUnitDependency in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return types with arguments of type ProcessingUnitDependency -
Uses of ProcessingUnitDependency in org.openspaces.admin.internal.pu.dependency
Classes in org.openspaces.admin.internal.pu.dependency with type parameters of type ProcessingUnitDependencyModifier and TypeClassDescriptionclassAbstractProcessingUnitDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> classAbstractProcessingUnitDependenciesConfigurer<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency, S extends ProcessingUnitDetailedDependencies<T>, IS extends InternalProcessingUnitDetailedDependencies<T, IT>> classAbstractProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> interfaceInternalProcessingUnitDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> interfaceInternalProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> interfaceInternalProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> interfaceDefines dependency between one processing unit and multiple required processing units.Subinterfaces of ProcessingUnitDependency in org.openspaces.admin.internal.pu.dependencyMethods in org.openspaces.admin.internal.pu.dependency that return types with arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionInternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency> DefaultProcessingUnitDependencies.getDeploymentDependencies()Methods in org.openspaces.admin.internal.pu.dependency with parameters of type ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidInternalProcessingUnitDependency.mergeDependency(ProcessingUnitDependency otherDependency) Merges the specified dependencies with existing dependencies.Method parameters in org.openspaces.admin.internal.pu.dependency with type arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionprotected voidAbstractProcessingUnitDependencies.addDetailedAllDependencies(ProcessingUnitDependencies<? extends ProcessingUnitDependency> dependencies) voidAbstractProcessingUnitDependencies.addDetailedDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies) voidInternalProcessingUnitDependencies.addDetailedDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> dependencies) voidDefaultProcessingUnitDependencies.setDeploymentDependencies(InternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency, InternalProcessingUnitDependency> deploymentDependencies) -
Uses of ProcessingUnitDependency in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return types with arguments of type ProcessingUnitDependencyMethod parameters in org.openspaces.admin.pu with type arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionProcessingUnitDeployment.addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies) Postpones deployment of processing unit instances until the specified dependencies are met.voidProcessingUnitDeployment.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies) -
Uses of ProcessingUnitDependency in org.openspaces.admin.pu.config
Methods in org.openspaces.admin.pu.config that return ProcessingUnitDependencyMethods in org.openspaces.admin.pu.config that return types with arguments of type ProcessingUnitDependencyMethods in org.openspaces.admin.pu.config with parameters of type ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidProcessingUnitConfig.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 ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidProcessingUnitConfig.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 ProcessingUnitDependencyModifier and TypeInterfaceDescriptioninterfaceAggregates all of the processing unit lifecycle stages that can be postponed.interfaceDefines 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 ProcessingUnitDependencyMethods in org.openspaces.admin.pu.dependency.config with parameters of type ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidProcessingUnitDependencyConfig.mergeDependency(ProcessingUnitDependency otherDependency) -
Uses of ProcessingUnitDependency in org.openspaces.admin.pu.topology
Methods in org.openspaces.admin.pu.topology that return types with arguments of type ProcessingUnitDependencyMethod parameters in org.openspaces.admin.pu.topology with type arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionProcessingUnitDeploymentTopology.addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies) Postpones deployment of processing unit instances until the specified dependencies are met.voidProcessingUnitConfigHolder.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies) -
Uses of ProcessingUnitDependency in org.openspaces.admin.space
Method parameters in org.openspaces.admin.space with type arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionSpaceDeployment.addDependencies(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 ProcessingUnitDependencyMethods in org.openspaces.admin.space.config that return types with arguments of type ProcessingUnitDependencyMethods in org.openspaces.admin.space.config with parameters of type ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidSpaceConfig.setDeploymentDependencies(ProcessingUnitDependency[] dependencies) Method parameters in org.openspaces.admin.space.config with type arguments of type ProcessingUnitDependencyModifier and TypeMethodDescriptionvoidSpaceConfig.setDependencies(ProcessingUnitDependencies<ProcessingUnitDependency> dependencies)