|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringIndex | |
|---|---|
| org.apache.jackrabbit.core.persistence.bundle | |
| org.apache.jackrabbit.core.persistence.bundle.util | |
| 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 |
NamespaceIndex
Implements a string index that is based on the namespace indexes of the namespace registry. |
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. |
| 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)
Creates a new bundle binding |
|
ItemStateBinding(ErrorHandling errorHandling,
BLOBStore blobStore,
StringIndex nsIndex,
StringIndex nameIndex)
Creates a new item state binding |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||