Interface ProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency>
- All Superinterfaces:
ProcessingUnitDetailedDependencies<T>
- All Known Subinterfaces:
InternalProcessingUnitDeploymentDependencies<T,IT>
- All Known Implementing Classes:
DefaultProcessingUnitDeploymentDependencies
public interface ProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency>
extends ProcessingUnitDetailedDependencies<T>
Defines a dependency that postpones the processing unit instance deployment. The instance is
deployed only after the dependencies described by this interface are met.
- Since:
- 8.0.6
- Author:
- itaif
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies
getDependencyByName, getRequiredProcessingUnitsNames, isEmpty
-
Field Details
-
COMMANDLINE_OPTION
- See Also:
-