Uses of Interface
org.apache.jackrabbit.core.util.StringIndex
-
Packages that use StringIndex Package Description 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 Modifier and Type Class Description classNamespaceRegistryImplANamespaceRegistryImpl... -
Uses of StringIndex in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle that return StringIndex Modifier and Type Method Description StringIndexAbstractBundlePersistenceManager. getNameIndex()Returns the local name indexStringIndexAbstractBundlePersistenceManager. 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 Modifier and Type Class Description classDbNameIndexImplements aStringIndexthat stores and retrieves the names from a table in a database.classNGKDbNameIndexSame asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it might not be provided by the underlying database (e.g.classPostgreSQLNameIndexSame asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it is not provided by the underlying database driver for PostgreSQL.Methods in org.apache.jackrabbit.core.persistence.pool that return StringIndex Modifier and Type Method Description StringIndexBundleDbPersistenceManager. 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 Modifier and Type Class Description classFileBasedIndexImplements aStringIndexthat is based on a hashmap and persists the names as property file.classHashMapIndexImplements aStringIndexthat is based on a hashmap.Fields in org.apache.jackrabbit.core.persistence.util declared as StringIndex Modifier and Type Field Description protected StringIndexBundleBinding. nameIndexthe name indexprotected StringIndexBundleBinding. nsIndexthe namespace indexConstructors in org.apache.jackrabbit.core.persistence.util with parameters of type StringIndex Constructor Description BundleBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)Creates a new bundle binding
-