@Managed public abstract class PartitionMapper extends com.kabira.platform.disteng.DEPartitionMapper
Modifier and Type | Class and Description |
---|---|
static class |
PartitionMapper.Properties
The Mapper properties used when defining a partition mapper.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOT_PARTITIONED
String to return from getPartition() if object should not be partitioned
|
Constructor and Description |
---|
PartitionMapper() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getPartition(java.lang.Object obj)
Determine which partition a given object is associated with.
|
public static final java.lang.String NOT_PARTITIONED
public PartitionMapper()
public abstract java.lang.String getPartition(java.lang.Object obj)
getPartition
in class com.kabira.platform.disteng.DEPartitionMapper
obj
- A managed object instance.