Package | Description |
---|---|
com.kabira.platform.highavailability |
High Availability
|
Modifier and Type | Method and Description |
---|---|
static PartitionMapper |
PartitionManager.setMapper(java.lang.Class<?> managedClass,
PartitionMapper partitionMapper,
PartitionMapper.Properties mapperProperties)
Associate a mapper to a given managed class.
|
static PartitionMapper |
PartitionManager.setMapper(java.lang.String typeName,
PartitionMapper partitionMapper,
PartitionMapper.Properties mapperProperties)
Associate a mapper to a given shared memory type.
|
Modifier and Type | Method and Description |
---|---|
static void |
PartitionManager.setMapper(java.lang.Class<?> managedClass,
PartitionMapper partitionMapper)
Associate a mapper to a given managed class.
|
static PartitionMapper |
PartitionManager.setMapper(java.lang.Class<?> managedClass,
PartitionMapper partitionMapper,
PartitionMapper.Properties mapperProperties)
Associate a mapper to a given managed class.
|
static PartitionMapper |
PartitionManager.setMapper(java.lang.String typeName,
PartitionMapper partitionMapper,
PartitionMapper.Properties mapperProperties)
Associate a mapper to a given shared memory type.
|