public class HazelcastEntityStoreMixin extends Object implements org.qi4j.api.service.ServiceActivation, HazelcastAccessors, org.qi4j.spi.entitystore.helpers.MapEntityStore
Constructor and Description |
---|
HazelcastEntityStoreMixin() |
Modifier and Type | Method and Description |
---|---|
void |
activateService() |
void |
applyChanges(org.qi4j.spi.entitystore.helpers.MapEntityStore.MapChanges changes) |
org.qi4j.io.Input<Reader,IOException> |
entityStates() |
Reader |
get(org.qi4j.api.entity.EntityReference ref) |
com.hazelcast.core.HazelcastInstance |
hazelcastInstanceUsed() |
com.hazelcast.core.IMap |
hazelcastMapUsed() |
void |
passivateService() |
public void activateService() throws Exception
activateService
in interface org.qi4j.api.service.ServiceActivation
Exception
public void passivateService() throws Exception
passivateService
in interface org.qi4j.api.service.ServiceActivation
Exception
public com.hazelcast.core.HazelcastInstance hazelcastInstanceUsed()
hazelcastInstanceUsed
in interface HazelcastAccessors
public com.hazelcast.core.IMap hazelcastMapUsed()
hazelcastMapUsed
in interface HazelcastAccessors
public Reader get(org.qi4j.api.entity.EntityReference ref) throws org.qi4j.spi.entitystore.EntityStoreException
get
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore
org.qi4j.spi.entitystore.EntityStoreException
public void applyChanges(org.qi4j.spi.entitystore.helpers.MapEntityStore.MapChanges changes) throws IOException
applyChanges
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore
IOException
public org.qi4j.io.Input<Reader,IOException> entityStates()
entityStates
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore