@Service(name="file") public class FileBackingStoreFactory extends Object implements org.glassfish.ha.store.api.BackingStoreFactory
| Constructor and Description |
|---|
FileBackingStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
<K extends Serializable,V extends Serializable> |
createBackingStore(org.glassfish.ha.store.api.BackingStoreConfiguration<K,V> conf) |
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> conf) throws org.glassfish.ha.store.api.BackingStoreException
createBackingStore in interface org.glassfish.ha.store.api.BackingStoreFactoryorg.glassfish.ha.store.api.BackingStoreExceptionpublic org.glassfish.ha.store.api.BackingStoreTransaction createBackingStoreTransaction()
createBackingStoreTransaction in interface org.glassfish.ha.store.api.BackingStoreFactoryCopyright © 2019. All rights reserved.