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

Packages that use StringIndex
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.bundle.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 BundleDbPersistenceManager.getNameIndex()
          Returns the local name index
 StringIndex AbstractBundlePersistenceManager.getNameIndex()
          Returns the local name index
 StringIndex AbstractBundlePersistenceManager.getNsIndex()
          Returns the namespace index
 

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

Classes in org.apache.jackrabbit.core.persistence.bundle.util that implement StringIndex
 class DbNameIndex
          Implements a StringIndex that stores and retrieves the names from a table in a database.
 class HashMapIndex
          Implements a StringIndex that is based on a hashmap and persists the names as property file.
 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.
 

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

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



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