Package ca.cdr.api.persistence.megascale
Class MegaScaleAllPartitionDetailsResponse
java.lang.Object
ca.cdr.api.persistence.megascale.MegaScaleAllPartitionDetailsResponse
This class is returned by interceptor hooks for the
CdrPointcut.STORAGE_MEGASCALE_PROVIDE_ALL_PARTITIONS
pointcut. It supplies a list of all known partition IDs.- Since:
- 2026.02.R01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetNonDefaultPartitionIds(List<Integer> theNonDefaultPartitionIds)
-
Constructor Details
-
MegaScaleAllPartitionDetailsResponse
public MegaScaleAllPartitionDetailsResponse()
-
-
Method Details
-
getNonDefaultPartitionIds
-
setNonDefaultPartitionIds
public MegaScaleAllPartitionDetailsResponse setNonDefaultPartitionIds(List<Integer> theNonDefaultPartitionIds)
-