Class PartitionedObjectInfo

java.lang.Object
com.rpl.rama.object.PartitionedObjectInfo
All Implemented Interfaces:
RamaSerializable, Serializable

public class PartitionedObjectInfo extends Object implements RamaSerializable
Information common to all partitioned objects (depots, PStates).
See Also:
  • Constructor Details

    • PartitionedObjectInfo

      public PartitionedObjectInfo(String name, String moduleName, long numPartitions)
  • Method Details

    • getNumPartitions

      public long getNumPartitions()
      Get the number of partitions of the partitioned object.
    • getModuleName

      public String getModuleName()
      Get the name of the module that the object belongs to.
    • getName

      public String getName()
      Get the name of the partitioned object.