A Processing unit partition mainly make sense with partitioned topologies and holds all the
{@link org.openspaces.admin.pu.ProcessingUnitInstance}s that form the partition.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public interface IProcessingUnitPartition
Public Interface IProcessingUnitPartition
public interface class IProcessingUnitPartition
public interface IProcessingUnitPartition
![](../icons/collapse_all.gif)
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Backup |
Gets the IProcessingUnitInstance that holds the backup ISpaceInstance,
or null if this processing unit has no embedded space.
|
![]() | Instances |
Gets the IProcessingUnitInstances associated with this partition.
|
![]() | PartitionId |
Gets the partition id (starting from 0).
Note, InstanceId starts from 1.
|
![]() | Primary |
Gets the IProcessingUnitInstance that holds the primary ISpaceInstance,
or null if this processing unit has no embedded space.
|
![]() | ProcessingUnit |
Gets the IProcessingUnit this partition is part of.
|