Interface InternalProcessingUnits

All Superinterfaces:
AdminAware, InternalProcessingUnitInstancesAware, Iterable<ProcessingUnit>, ProcessingUnits, StatisticsMonitor
All Known Implementing Classes:
DefaultProcessingUnits

public interface InternalProcessingUnits extends ProcessingUnits, InternalProcessingUnitInstancesAware
Author:
kimchy
  • Method Details

    • addProcessingUnit

      void addProcessingUnit(ProcessingUnit processingUnit)
    • removeProcessingUnit

      void removeProcessingUnit(String name)
    • removeEmbeddedSpace

      ProcessingUnit removeEmbeddedSpace(InternalSpace space)
      Removes the reference to the specified space from the hosting processing unit.
      Returns:
      the hosting processing unit from which the space was removed, or null if such a processing unit was not found
      Since:
      9.1.0
    • getProcessingUnitBySpace

      ProcessingUnit getProcessingUnitBySpace(String name)