Uses of Interface
org.forgerock.opendj.ldap.spi.IndexingOptions
-
Packages that use IndexingOptions Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldap.spi Interfaces and classes for service providers.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of IndexingOptions in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema with parameters of type IndexingOptions Modifier and Type Method Description Collection<? extends Indexer>
AbstractEqualityMatchingRuleImpl. createIndexers(IndexingOptions options)
Collection<? extends Indexer>
AbstractOrderingMatchingRuleImpl. createIndexers(IndexingOptions options)
Collection<? extends Indexer>
MatchingRule. createIndexers(IndexingOptions options)
Returns the indexers for this matching rule configured using the provided indexing options.Collection<? extends Indexer>
MatchingRuleImpl. createIndexers(IndexingOptions options)
Returns the indexers for this matching rule. -
Uses of IndexingOptions in org.forgerock.opendj.ldap.spi
Methods in org.forgerock.opendj.ldap.spi that return IndexingOptions Modifier and Type Method Description IndexingOptions
IndexQueryFactory. getIndexingOptionsOrNull(AttributeDescription attributeDescription)
Returns the indexing options for the provided attribute, ornull
if the attribute is not indexed. -
Uses of IndexingOptions in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type IndexingOptions Modifier and Type Method Description Collection<? extends Indexer>
HistoricalCsnOrderingMatchingRuleImpl. createIndexers(IndexingOptions options)
Collection<? extends Indexer>
HistoricalCsnRangeMatchingRuleImpl. createIndexers(IndexingOptions options)
-