Uses of Package
org.apache.jackrabbit.core.data

Packages that use org.apache.jackrabbit.core.data
org.apache.jackrabbit.core.data   
org.apache.jackrabbit.core.data.db   
 

Classes in org.apache.jackrabbit.core.data used by org.apache.jackrabbit.core.data
AbstractDataRecord
          Abstract data record base class.
AbstractDataStore
           
AsyncUploadCache
          This class holds all in progress uploads.
AsyncUploadCacheResult
          This class holds result of asynchronous upload from AsyncUploadCache
AsyncUploadCallback
          This interface defines callback methods to reflect the status of asynchronous upload.
AsyncUploadResult
          The class holds the result of asynchronous upload to Backend
Backend
          The interface defines the backend which can be plugged into CachingDataStore.
CachingDataStore
          A caching data store that consists of LocalCache and Backend.
DataIdentifier
          Opaque data identifier used to identify records in a data store.
DataRecord
          Immutable data record that consists of a binary stream.
DataStore
          Append-only store for binary streams.
DataStoreException
          Exception thrown by the Data Store module.
MultiDataStoreAware
          To use a DataStore within a MultiDataStore it must implement this MultiDataStoreAware Interface.
 

Classes in org.apache.jackrabbit.core.data used by org.apache.jackrabbit.core.data.db
AbstractDataRecord
          Abstract data record base class.
AbstractDataStore
           
DataIdentifier
          Opaque data identifier used to identify records in a data store.
DataRecord
          Immutable data record that consists of a binary stream.
DataStore
          Append-only store for binary streams.
DataStoreException
          Exception thrown by the Data Store module.
MultiDataStoreAware
          To use a DataStore within a MultiDataStore it must implement this MultiDataStoreAware Interface.
 



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.