DataStore interface to define new caches and
permanent stores.@Deprecated public class DatabaseMap<K,V> extends Object implements Map<K,V>
| Constructor and Description |
|---|
DatabaseMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object arg0)
Deprecated.
|
boolean |
containsValue(Object arg0)
Deprecated.
|
Set<Map.Entry<K,V>> |
entrySet()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
V |
get(Object arg0)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Set<K> |
keySet()
Deprecated.
|
V |
put(K arg0,
V arg1)
Deprecated.
|
void |
putAll(Map<? extends K,? extends V> arg0)
Deprecated.
|
V |
remove(Object arg0)
Deprecated.
|
void |
shutdown()
Deprecated.
|
int |
size()
Deprecated.
|
Collection<V> |
values()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DatabaseMap()
throws DatabaseError
DatabaseErrorpublic void shutdown()
throws com.sleepycat.je.DatabaseException
com.sleepycat.je.DatabaseExceptionpublic boolean containsKey(Object arg0)
containsKey in interface Map<K,V>public boolean containsValue(Object arg0)
containsValue in interface Map<K,V>public boolean equals(Object obj)
Copyright © 2012–2016 Emory University. All rights reserved.