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


public interface StorableMap<K,V>

Author:
Mahesh Kannan

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

Method Detail

getNewKeys

java.util.Collection<K> getNewKeys()

getModifiedKeys

java.util.Collection<K> getModifiedKeys()

getDeletedKeys

java.util.Collection<K> getDeletedKeys()

get

V get(K k)


Copyright © 2010. All Rights Reserved.