Package com.sleepycat.collections
package com.sleepycat.collections
Data access based on the standard Java collections API.
-
ClassDescriptionProvides access to the current transaction for the current thread within the context of a Berkeley DB environment.MapEntryParameter<K,
V> A simpleMap.Entryimplementation that can be used as in input parameter.An interface implemented to assign new primary key values.A abstract base class for all stored collections.Static methods operating on collections and maps.A abstract base class for all stored collections and maps.StoredEntrySet<K,V> The Set returned by Map.entrySet().The Iterator returned by all stored collections.StoredKeySet<K>The Set returned by Map.keySet() and which can also be constructed directly if a Map is not needed.StoredList<E>A List view of aDatabase.StoredMap<K,V> A Map view of aDatabase.StoredSortedEntrySet<K,V> The SortedSet returned by Map.entrySet().The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed.StoredSortedMap<K,V> A SortedMap view of aDatabase.The SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed.The Set returned by Map.values() and Map.duplicates(), and which can also be constructed directly if a Map is not needed.Starts a transaction, callsTransactionWorker.doWork(), and handles transaction retry and exceptions.The interface implemented to perform the work within a transaction.Creates stored collections having tuple keys and serialized entity values.