Class ProcessingUnitSpaceCorrelatedEvent

java.lang.Object
org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEvent

public class ProcessingUnitSpaceCorrelatedEvent extends Object
An event that indicates that an (embedded) Space was correlated with the processing unit.
Author:
kimchy
See Also:
  • Constructor Details

    • ProcessingUnitSpaceCorrelatedEvent

      public ProcessingUnitSpaceCorrelatedEvent(Space space, ProcessingUnit processingUnit)
  • Method Details

    • getSpace

      public Space getSpace()
      Returns the space that was correlated with the processing unit.
    • getProcessingUnit

      public ProcessingUnit getProcessingUnit()
      Returns the Processing Unit the space was correlated with.