@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.
|
| 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 PartitionMapper()
public abstract java.lang.String getPartition(java.lang.Object obj)
getPartition in class com.kabira.platform.disteng.DEPartitionMapperobj - A managed object instance.