Uses of Class
org.glassfish.ha.store.api.BackingStoreException
Packages that use BackingStoreException
Package
Description
-
Uses of BackingStoreException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that throw BackingStoreException -
Uses of BackingStoreException in org.glassfish.ha.store.api
Methods in org.glassfish.ha.store.api that throw BackingStoreExceptionModifier and TypeMethodDescriptionvoidBackingStore.close()Typically called during shutdown of the process.voidBackingStoreTransaction.commit()<K extends Serializable,V extends Serializable>
BackingStore<K,V> BackingStoreFactory.createBackingStore(BackingStoreConfiguration<K, V> conf) This method is called to create a BackingStore.voidBackingStore.destroy()Called when the store is no longer needed.protected voidBackingStore.initialize(BackingStoreConfiguration<K, V> conf) abstract VLoad and return the data for the given id.abstract voidRemove the association for the id.intBackingStore.removeExpired()Remove expired entriesintBackingStore.removeExpired(long idleForMillis) abstract StringSave the value whose key is id.abstract intBackingStore.size()Get the current size of the storevoidBackingStore.updateTimestamp(K key, long time) TODO: BEGIN: REMOVE after shoal integrationBackingStore.updateTimestamp(K key, String version, Long accessTime) Recomended way is to just do a save(k, v) -
Uses of BackingStoreException in org.glassfish.ha.store.impl
Methods in org.glassfish.ha.store.impl that throw BackingStoreExceptionModifier and TypeMethodDescription<K extends Serializable,V extends Serializable>
BackingStore<K,V> NoOpBackingStoreFactory.createBackingStore(BackingStoreConfiguration<K, V> conf) voidNoOpBackingStore.destroy()protected voidNoOpBackingStore.initialize(BackingStoreConfiguration<K, V> conf) voidintNoOpBackingStore.removeExpired()intNoOpBackingStore.size()NoOpBackingStore.updateTimestamp(K key, String version, Long accessTime) -
Uses of BackingStoreException in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that throw BackingStoreExceptionModifier and TypeMethodDescriptionstatic BackingStoreFactoryBackingStoreFactoryRegistry.getFactoryInstance(String type) Return an instance of BackingStoreFactory for the specified type.