Class Summary |
CacheAdministration |
CacheAdministration handles configuration settings about cache
(data object (or DataStruct object), simple query or complex query cache). |
Condition |
This class stores one condition declared in WHERE part of SELECT clause. |
ConfigurationAdministration |
This interface contains part of caches' (data object (or DataStruct object)
and query) mechanisms needed for cache administration. |
DataStructCache |
This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) by their OIDs and provides cache
configuration and administration. |
DataStructCacheImpl |
This class contains data and mechanisms needed for caching data objects (or
DataStruct objects) by their OIDs and provides cache configuration and
administration. |
DataStructShell |
DOShell class maintains data for result (data objects and data handles). |
DOCache |
This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) by their OIDs and provides cache
configuration and administration. |
DODSHashMap |
DODSHashMap class implements Hash map (for storing data objects), and
provides statistics about the cache (query number, cache hits number, their
get/set/increment methods, percents of used cache, cache hits,...). |
DOShell |
DOShell class maintains data for result (data objects and data handles). |
QueryCache |
This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) and queries and provides cache configuration
and administration. |
QueryCacheImpl |
This class contains data and mechanisms needed for caching data objects (or
DataStruct objects) and queries and provides cache configuration and
administration. |
QueryCacheItemImpl |
This class stores one query and its necessary data, for query array. |
QueryResult |
This class stores results of one query. |
TableConfiguration |
TableConfiguration contains parameters about table configuration. |
TransactionCacheImpl |
This class contains data and mechanisms needed for caching data objects (or
DataStruct objects) and queries and provides cache configuration and
administration. |
TransactionQueryCache |
This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) and queries and provides cache configuration
and administration. |
UpdateConfigurationAdministration |
Utility methods used by the cacheAdmin app. |
Wrapper |
|