Class HazelcastBackingStoreFactory

  • All Implemented Interfaces:
    org.glassfish.ha.store.api.BackingStoreFactory

    @Service(name="hazelcast-factory")
    public class HazelcastBackingStoreFactory
    extends Object
    implements org.glassfish.ha.store.api.BackingStoreFactory
    Author:
    steve
    • Constructor Detail

      • HazelcastBackingStoreFactory

        public HazelcastBackingStoreFactory()
    • Method Detail

      • createBackingStore

        public <K extends Serializable,​V extends Serializable> org.glassfish.ha.store.api.BackingStore<K,​V> createBackingStore​(org.glassfish.ha.store.api.BackingStoreConfiguration<K,​V> bsc)
                                                                                                                                    throws org.glassfish.ha.store.api.BackingStoreException
        Specified by:
        createBackingStore in interface org.glassfish.ha.store.api.BackingStoreFactory
        Throws:
        org.glassfish.ha.store.api.BackingStoreException
      • createBackingStoreTransaction

        public org.glassfish.ha.store.api.BackingStoreTransaction createBackingStoreTransaction()
        Specified by:
        createBackingStoreTransaction in interface org.glassfish.ha.store.api.BackingStoreFactory