Package org.glassfish.ha.store.spi
Interface StorableMap<K,V>
public interface StorableMap<K,V>
- Author:
- Mahesh Kannan
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNewKeys
Collection<K> getNewKeys() -
getModifiedKeys
Collection<K> getModifiedKeys() -
getDeletedKeys
Collection<K> getDeletedKeys() -
get
-