Package org.glassfish.ha.store.api
-
Interface Summary Interface Description BackingStoreFactory A factory for creating BackingStore(s).BackingStoreTransaction HashableKey This interface is implemented by objects that are used as Keys in BackingStore operations.Storeable A Storeable is an interface that must be implemented by objects that are to be presisted in the backing store.StoreEntryProcessor<K,V extends Serializable> -
Class Summary Class Description BackingStore<K extends Serializable,V extends Serializable> An object that stores a given value against an id.BackingStoreConfiguration<K extends Serializable,V extends Serializable> -
Exception Summary Exception Description BackingStoreException This exception is thrown to signal any BackingStore specific exception.