Uses of Class
org.apache.jackrabbit.core.data.DataIdentifier

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

Uses of DataIdentifier in org.apache.jackrabbit.core.data
 

Fields in org.apache.jackrabbit.core.data with type parameters of type DataIdentifier
protected  Map<DataIdentifier,WeakReference<DataIdentifier>> FileDataStore.inUse
          All data identifiers that are currently in use are in this set until they are garbage collected.
protected  Map<DataIdentifier,WeakReference<DataIdentifier>> FileDataStore.inUse
          All data identifiers that are currently in use are in this set until they are garbage collected.
 

Methods in org.apache.jackrabbit.core.data that return DataIdentifier
 DataIdentifier AbstractDataRecord.getIdentifier()
          Returns the data identifier.
 DataIdentifier DataRecord.getIdentifier()
          Returns the identifier of this record.
 

Methods in org.apache.jackrabbit.core.data that return types with arguments of type DataIdentifier
 Iterator<DataIdentifier> DataStore.getAllIdentifiers()
          Get all identifiers.
 Iterator<DataIdentifier> FileDataStore.getAllIdentifiers()
          Get all identifiers.
 

Methods in org.apache.jackrabbit.core.data with parameters of type DataIdentifier
 DataRecord DataStore.getRecord(DataIdentifier identifier)
          Returns the identified data record.
 DataRecord FileDataStore.getRecord(DataIdentifier identifier)
          Returns the record with the given identifier.
 DataRecord DataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
 DataRecord FileDataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
 

Constructors in org.apache.jackrabbit.core.data with parameters of type DataIdentifier
AbstractDataRecord(DataIdentifier identifier)
          Creates a data record with the given identifier.
FileDataRecord(DataIdentifier identifier, File file)
          Creates a data record based on the given identifier and file.
 

Uses of DataIdentifier in org.apache.jackrabbit.core.data.db
 

Fields in org.apache.jackrabbit.core.data.db declared as DataIdentifier
protected  DataIdentifier DbInputStream.identifier
           
 

Fields in org.apache.jackrabbit.core.data.db with type parameters of type DataIdentifier
protected  Map<DataIdentifier,WeakReference<DataIdentifier>> DbDataStore.inUse
          All data identifiers that are currently in use are in this set until they are garbage collected.
protected  Map<DataIdentifier,WeakReference<DataIdentifier>> DbDataStore.inUse
          All data identifiers that are currently in use are in this set until they are garbage collected.
 

Methods in org.apache.jackrabbit.core.data.db that return types with arguments of type DataIdentifier
 Iterator<DataIdentifier> DbDataStore.getAllIdentifiers()
          Get all identifiers.
 

Methods in org.apache.jackrabbit.core.data.db with parameters of type DataIdentifier
 DataRecord DbDataStore.getRecord(DataIdentifier identifier)
          Returns the identified data record.
 DataRecord DbDataStore.getRecordIfStored(DataIdentifier identifier)
          Check if a record for the given identifier exists, and return it if yes.
protected  void DbDataStore.usesIdentifier(DataIdentifier identifier)
           
 

Constructors in org.apache.jackrabbit.core.data.db with parameters of type DataIdentifier
DbDataRecord(DbDataStore store, DataIdentifier identifier, long length, long lastModified)
          Creates a data record based on the given identifier and length.
DbInputStream(DbDataStore store, DataIdentifier identifier)
          Create a database input stream for the given identifier.
 



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