Package com.rpl.rama.object
Class PartitionedObjectInfo
java.lang.Object
com.rpl.rama.object.PartitionedObjectInfo
- All Implemented Interfaces:
RamaSerializable
,Serializable
Information common to all partitioned objects (depots, PStates).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the module that the object belongs to.getName()
Get the name of the partitioned object.long
Get the number of partitions of the partitioned object.
-
Constructor Details
-
PartitionedObjectInfo
-
-
Method Details
-
getNumPartitions
public long getNumPartitions()Get the number of partitions of the partitioned object. -
getModuleName
Get the name of the module that the object belongs to. -
getName
Get the name of the partitioned object.
-