See: Description
| Interface | Description | 
|---|---|
| SynchronizedBuildCache.BuildCacheListener<C extends DBObject> | 
 Clients of SynchronizedBuildCache may choose to register an implementation of BuildCacheListener for test and/or diagnostic purposes. 
 | 
| Class | Description | 
|---|---|
| DBObjectIDMap<V> | 
 Map implementation to use when the key is a DBObjectID. 
 | 
| DBObjectIDMultiMap<V> | 
 MultiMap subclass specifically for keying by DBObjectID. 
 | 
| DBObjectIDSet | 
 Set implementation for storing DBObjectIDs. 
 | 
| DBObjectMap<K extends DBObject,V> | 
 Map implementation to use when the key is a DBObject. 
 | 
| DBObjectSet<T extends DBObject> | 
 Set implementation for storing DBObjects comparing only by name and type. 
 | 
| IdentitySet<T> | 
 Set for storing objects and testing their equality only using an identity match - i.e. 
 | 
| NameComparator | 
 Comparator that compares names using the case policy rules of a DatabaseDescriptor. 
 | 
| PropertySet | 
 Sets to hold properties and property paths in. 
 | 
| SynchronizedBuildCache<T extends DBObject> | 
 A thread-safe cache of DBObjects. 
 |