Package edu.ucsb.adl.bucket99

The Bucket99 driver.

See:
          Description

Interface Summary
MetadataSubdriver The interface between the Bucket99 metadata driver and subdrivers that generate individual metadata views.
QueryTranslator The interface between the Bucket99 query driver and the query translator employed by the driver.
Vocabulary A vocabulary of terms.
 

Class Summary
BlobMetadataSubdriver Metadata subdriver that generates ADL metadata reports by retrieving reports from a database as BLOBs (binary large objects), CLOBs (character large objects), or simple strings.
ConnectionPool A pool of database connections.
ConnectionPool.Status Describes the status of a connection pool.
DatabaseCodedVocabulary A vocabulary that is stored in a database, and which translates terms to sets of integer codes.
DatabaseURLMetadataSubdriver Metadata subdriver that generates ADL metadata reports by querying a database for URLs and loading the URLs.
FileCollectionDriver File-based driver for the ADL collection service.
FileLoader Loads files from URLs.
GenericQueryMetadataSubdriver Metadata subdriver that generates ADL metadata reports by querying a database and inserting the returned values into a template.
IdentifiersDriver Driver for the ADL identifiers service.
Log Appends time-stamped records to a log file or to a Java logger.
MetadataDriver Driver for the ADL metadata service.
PythonQueryTranslator Query translator that translates queries by executing a Python script.
QueryDriver Driver for the ADL query service.
QueryThread A thread that executes an SQL query on behalf of the query driver for a collection.
StatusServlet Returns the status of all Bucket99 drivers as an HTML document.
TemplateURLMetadataSubdriver Metadata subdriver that generates ADL metadata reports by loading them from URLs.
URLCollectionDriver URL-based driver for the ADL collection service.
 

Package edu.ucsb.adl.bucket99 Description

The Bucket99 driver.