This project has retired. For details please refer to its Attic page.
Hazelcast EntityStore Starter Template for Bootstrap
Overview
javax.json serialization
javax.xml serialization
MessagePack serialization
Memory EntityStore
File EntityStore
Geode EntityStore
Hazelcast EntityStore
JClouds EntityStore
JDBM EntityStore
LevelDB EntityStore
MongoDB EntityStore
Preferences EntityStore
Redis EntityStore
Riak EntityStore
SQL EntityStore
Ehcache Cache
Memcache Cache
ElasticSearch Index/Query
OpenRDF Index/Query
Apache Solr Index/Query
SQL Index/Query
Codahale Metrics
Migration
Reindexer

Hazelcast EntityStore

code

docs

tests

EntityStore service backed by the Hazelcast in-memory data grid.

Table 54. Artifact

Group IDArtifact IDVersion

org.apache.polygene.extensions

org.apache.polygene.extension.entitystore-hazelcast

0


Assembly

Assembly is done using the provided Assembler:

public void assemble( ModuleAssembly module )
    throws AssemblyException
{
  [...snip...]

    new HazelcastEntityStoreAssembler().withConfig( configModule, Visibility.layer ).assemble( module );
}

Configuration

Here are the configuration properties for the Hazelcast EntityStore:

public interface HazelcastConfiguration
        extends ConfigurationComposite
{

    @UseDefaults
    Property<String> configXmlLocation();

    @UseDefaults
    Property<String> mapName();

}

configXmlLocation represent the location of the Hazelcast XML based configuration.

mapName is the name of the used Hazelcast Map