Package org.glassfish.ha.store.api

Interface Summary
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
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
BackingStoreException This exception is thrown to signal any BackingStore specific exception.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.