@Service(name="hazelcast-factory") public class HazelcastBackingStoreFactory extends Object implements org.glassfish.ha.store.api.BackingStoreFactory
Constructor and Description |
---|
HazelcastBackingStoreFactory() |
Modifier and Type | Method and Description |
---|---|
<K extends Serializable,V extends Serializable> |
createBackingStore(org.glassfish.ha.store.api.BackingStoreConfiguration<K,V> bsc) |
org.glassfish.ha.store.api.BackingStoreTransaction |
createBackingStoreTransaction() |
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
createBackingStore
in interface org.glassfish.ha.store.api.BackingStoreFactory
org.glassfish.ha.store.api.BackingStoreException
public org.glassfish.ha.store.api.BackingStoreTransaction createBackingStoreTransaction()
createBackingStoreTransaction
in interface org.glassfish.ha.store.api.BackingStoreFactory
Copyright © 2021. All rights reserved.