Package | Description |
---|---|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
Modifier and Type | Method and Description |
---|---|
IndexQuery |
IndexQueryFactoryImpl.createExactMatchQuery(String indexID,
org.forgerock.opendj.ldap.ByteSequence value) |
static IndexQuery |
IndexQuery.createIntersectionIndexQuery(Collection<IndexQuery> subIndexQueries)
Creates an IntersectionIndexQuery object from a collection of
IndexQuery objects.
|
IndexQuery |
IndexQueryFactoryImpl.createIntersectionQuery(Collection<IndexQuery> subqueries) |
IndexQuery |
IndexQueryFactoryImpl.createMatchAllQuery() |
static IndexQuery |
IndexQuery.createNullIndexQuery()
Creates an empty IndexQuery object.
|
IndexQuery |
IndexQueryFactoryImpl.createRangeMatchQuery(String indexID,
org.forgerock.opendj.ldap.ByteSequence lowerBound,
org.forgerock.opendj.ldap.ByteSequence upperBound,
boolean includeLowerBound,
boolean includeUpperBound) |
static IndexQuery |
IndexQuery.createUnionIndexQuery(Collection<IndexQuery> subIndexQueries)
Creates a union IndexQuery object from a collection of IndexQuery
objects.
|
IndexQuery |
IndexQueryFactoryImpl.createUnionQuery(Collection<IndexQuery> subqueries) |
Modifier and Type | Method and Description |
---|---|
static IndexQuery |
IndexQuery.createIntersectionIndexQuery(Collection<IndexQuery> subIndexQueries)
Creates an IntersectionIndexQuery object from a collection of
IndexQuery objects.
|
IndexQuery |
IndexQueryFactoryImpl.createIntersectionQuery(Collection<IndexQuery> subqueries) |
static IndexQuery |
IndexQuery.createUnionIndexQuery(Collection<IndexQuery> subIndexQueries)
Creates a union IndexQuery object from a collection of IndexQuery
objects.
|
IndexQuery |
IndexQueryFactoryImpl.createUnionQuery(Collection<IndexQuery> subqueries) |
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.