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 |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceRegistryImpl
A
NamespaceRegistryImpl ... |
Modifier and Type | Method and Description |
---|---|
StringIndex |
AbstractBundlePersistenceManager.getNameIndex()
Returns the local name index
|
StringIndex |
AbstractBundlePersistenceManager.getNsIndex()
Returns the namespace index
|
Modifier and Type | Class and Description |
---|---|
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. |
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. |
Modifier and Type | Method and Description |
---|---|
StringIndex |
BundleDbPersistenceManager.getNameIndex()
Returns the local name index
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected StringIndex |
BundleBinding.nameIndex
the name index
|
protected StringIndex |
BundleBinding.nsIndex
the namespace index
|
Constructor and Description |
---|
BundleBinding(ErrorHandling errorHandling,
BLOBStore blobStore,
StringIndex nsIndex,
StringIndex nameIndex,
DataStore dataStore)
Creates a new bundle binding
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.