com.hazelcast.multimap.impl
public class MultiMapService extends Object implements ManagedService, RemoteService, MigrationAwareService, EventPublishingService<EventData,EntryListener>, TransactionalService, StatisticsAwareService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
MultiMapService(NodeEngine nodeEngine) |
public static final String SERVICE_NAME
public MultiMapService(NodeEngine nodeEngine)
public void init(NodeEngine nodeEngine, Properties properties)
ManagedServiceinit in interface ManagedServicenodeEngine - the NodeEngine that this ManagedService belongs to.properties - the Properties. Can be used to pass settings to the service.public void reset()
ManagedServicereset in interface ManagedServicepublic void shutdown(boolean terminate)
ManagedServiceshutdown in interface ManagedServiceterminate - true to shut down the ManagedServicepublic MultiMapContainer getOrCreateCollectionContainer(int partitionId, String name)
public MultiMapPartitionContainer getPartitionContainer(int partitionId)
public DistributedObject createDistributedObject(String name)
RemoteServicecreateDistributedObject in interface RemoteServicename - the name for the created distributed objectpublic void destroyDistributedObject(String name)
RemoteServicedestroyDistributedObject in interface RemoteServicename - the name of the distributed object to destroypublic SerializationService getSerializationService()
public NodeEngine getNodeEngine()
public void publishMultiMapEvent(String mapName, EntryEventType eventType, int numberOfEntriesAffected)
public final void publishEntryEvent(String multiMapName, EntryEventType eventType, Data key, Object newValue, Object oldValue)
public String addListener(String name, EventListener listener, Data key, boolean includeValue, boolean local)
public void beforeMigration(PartitionMigrationEvent partitionMigrationEvent)
beforeMigration in interface MigrationAwareServicepublic Operation prepareReplicationOperation(PartitionReplicationEvent event)
prepareReplicationOperation in interface MigrationAwareServicepublic void commitMigration(PartitionMigrationEvent event)
commitMigration in interface MigrationAwareServicepublic void rollbackMigration(PartitionMigrationEvent event)
rollbackMigration in interface MigrationAwareServicepublic void clearPartitionReplica(int partitionId)
clearPartitionReplica in interface MigrationAwareServicepublic LocalMultiMapStats createStats(String name)
public LocalMultiMapStatsImpl getLocalMultiMapStatsImpl(String name)
public <T extends TransactionalObject> T createTransactionalObject(String name, TransactionSupport transaction)
createTransactionalObject in interface TransactionalServicepublic void rollbackTransaction(String transactionId)
rollbackTransaction in interface TransactionalServicepublic void dispatchEvent(EventData event, EntryListener listener)
dispatchEvent in interface EventPublishingService<EventData,EntryListener>public Map<String,LocalMultiMapStats> getStats()
getStats in interface StatisticsAwareServiceCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.