org.glassfish.ha.store.spi
Interface StorableMap<K,V>


public interface StorableMap<K,V>

Author:
Mahesh Kannan

Method Summary
 V get(K k)
           
 Collection<K> getDeletedKeys()
           
 Collection<K> getModifiedKeys()
           
 Collection<K> getNewKeys()
           
 

Method Detail

getNewKeys

Collection<K> getNewKeys()

getModifiedKeys

Collection<K> getModifiedKeys()

getDeletedKeys

Collection<K> getDeletedKeys()

get

V get(K k)


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