org.qi4j.entitystore.hazelcast
Interface HazelcastEntityStoreService

All Superinterfaces:
Activatable, Composite, Configuration, EntityStateVersions, EntityStore, Identity, LockingAbstractComposite, ServiceComposite
All Known Implementing Classes:
HazelcastEntityStoreMixin

@Concerns(value={StateChangeNotificationConcern.class,ConcurrentModificationCheckConcern.class})
@Mixins(value={MapEntityStoreMixin.class,HazelcastEntityStoreMixin.class})
public interface HazelcastEntityStoreService
extends EntityStore, EntityStateVersions, ServiceComposite, Activatable, LockingAbstractComposite, Configuration


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.spi.entitystore.EntityStateVersions
EntityStateVersions.EntityStateVersionsMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.configuration.Configuration
Configuration.ConfigurationMixin<T>
 
Method Summary
 com.hazelcast.core.HazelcastInstance hazelcastInstanceUsed()
           
 com.hazelcast.core.IMap hazelcastMapUsed()
           
 
Methods inherited from interface org.qi4j.spi.entitystore.EntityStore
entityStates, newUnitOfWork
 
Methods inherited from interface org.qi4j.spi.entitystore.EntityStateVersions
checkForConcurrentModification, forgetVersions, rememberVersion
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 
Methods inherited from interface org.qi4j.api.service.Activatable
activate, passivate
 
Methods inherited from interface org.qi4j.api.configuration.Configuration
configuration, refresh, save
 

Method Detail

hazelcastInstanceUsed

com.hazelcast.core.HazelcastInstance hazelcastInstanceUsed()

hazelcastMapUsed

com.hazelcast.core.IMap hazelcastMapUsed()