Package com.rpl.rama

Interface PartitionedObject

All Known Subinterfaces:
Depot, PState

public interface PartitionedObject
Interface that has methods that are common across partitioned objects (depots, PStates).
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves information about the partitioned object - the name of the object, the module name, the number of partitions.
  • Method Details

    • getObjectInfo

      PartitionedObjectInfo getObjectInfo()
      Retrieves information about the partitioned object - the name of the object, the module name, the number of partitions.
      Returns:
      A PartitionedObjectInfo object that provides methods to access the partitioned object information.