Uses of Interface
org.apache.jackrabbit.core.util.StringIndex

Packages that use StringIndex
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.pool   
org.apache.jackrabbit.core.persistence.util   
 

Uses of StringIndex in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement StringIndex
 class NamespaceRegistryImpl
          A NamespaceRegistryImpl ...
 

Uses of StringIndex in org.apache.jackrabbit.core.persistence.bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle that return StringIndex
 StringIndex AbstractBundlePersistenceManager.getNameIndex()
          Returns the local name index
 StringIndex AbstractBundlePersistenceManager.getNsIndex()
          Returns the namespace index
 

Uses of StringIndex in org.apache.jackrabbit.core.persistence.pool
 

Classes in org.apache.jackrabbit.core.persistence.pool that implement StringIndex
 class DbNameIndex
          Implements a StringIndex that stores and retrieves the names from a table in a database.
 class NGKDbNameIndex
          Same as DbNameIndex but does not make use of the Statement.RETURN_GENERATED_KEYS feature as it might not be provided by the underlying database (e.g. oracle).
 class PostgreSQLNameIndex
          Same as DbNameIndex but does not make use of the Statement.RETURN_GENERATED_KEYS feature as it is not provided by the underlying database driver for PostgreSQL.
 

Methods in org.apache.jackrabbit.core.persistence.pool that return StringIndex
 StringIndex BundleDbPersistenceManager.getNameIndex()
          Returns the local name index
 

Uses of StringIndex in org.apache.jackrabbit.core.persistence.util
 

Classes in org.apache.jackrabbit.core.persistence.util that implement StringIndex
 class FileBasedIndex
          Implements a StringIndex that is based on a hashmap and persists the names as property file.
 class HashMapIndex
          Implements a StringIndex that is based on a hashmap.
 

Fields in org.apache.jackrabbit.core.persistence.util declared as StringIndex
protected  StringIndex BundleBinding.nameIndex
          the name index
protected  StringIndex BundleBinding.nsIndex
          the namespace index
 

Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type StringIndex
BundleBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)
          Creates a new bundle binding
 



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