public class HazelcastEntityStoreMixin extends Object implements ServiceActivation, HazelcastAccessors, MapEntityStore
ServiceActivation.ServiceActivatorMapEntityStore.MapChange, MapEntityStore.MapChanger, MapEntityStore.MapChanges| Constructor and Description |
|---|
HazelcastEntityStoreMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateService()
Called after ServiceComposite Activation.
|
void |
applyChanges(MapEntityStore.MapChanges changes) |
Stream<Reader> |
entityStates() |
Reader |
get(EntityReference ref) |
com.hazelcast.core.HazelcastInstance |
hazelcastInstanceUsed() |
com.hazelcast.core.IMap |
hazelcastMapUsed() |
void |
passivateService()
Called before ServiceComposite Passivation.
|
public void activateService()
throws Exception
ServiceActivationactivateService in interface ServiceActivationException - if unable to activatepublic void passivateService()
throws Exception
ServiceActivationpassivateService in interface ServiceActivationException - if unable to passivatepublic com.hazelcast.core.HazelcastInstance hazelcastInstanceUsed()
hazelcastInstanceUsed in interface HazelcastAccessorspublic com.hazelcast.core.IMap hazelcastMapUsed()
hazelcastMapUsed in interface HazelcastAccessorspublic Reader get(EntityReference ref) throws EntityStoreException
get in interface MapEntityStoreref - The reference to the entity that we want to get.EntityStoreExceptionpublic void applyChanges(MapEntityStore.MapChanges changes) throws Exception
applyChanges in interface MapEntityStoreExceptionpublic Stream<Reader> entityStates()
entityStates in interface MapEntityStore