public class PartitionedObjectInfo extends java.lang.Object implements RamaSerializable
Constructor and Description |
---|
PartitionedObjectInfo(java.lang.String name,
java.lang.String moduleName,
long numPartitions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleName()
Get the name of the module that the object belongs to.
|
java.lang.String |
getName()
Get the name of the partitioned object.
|
long |
getNumPartitions()
Get the number of partitions of the partitioned object.
|
public PartitionedObjectInfo(java.lang.String name, java.lang.String moduleName, long numPartitions)
public long getNumPartitions()
public java.lang.String getModuleName()
public java.lang.String getName()