Interface CommonContextMap
public interface CommonContextMap
Provides a subset of Map interface - without methods that directly refer to values.
This allows us to offload the values to disk.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
get
-
put
-
remove
- Returns:
- true if something was removed
-
keySet
-
size
int size()
-