Uses of Class
org.opends.server.types.IndexType
-
Packages that use IndexType Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of IndexType in org.opends.server.api
Methods in org.opends.server.api with parameters of type IndexType Modifier and Type Method Description abstract boolean
LocalBackend. isIndexed(AttributeType attributeType, IndexType indexType)
Indicates whether search operations which target the specified attribute in the indicated manner would be considered indexed in this backend. -
Uses of IndexType in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type IndexType Modifier and Type Method Description boolean
ChangelogBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
ConfigurationBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
LDIFBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
MemoryBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
MonitorBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
NullBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
RootDSEBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
SchemaBackend. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of IndexType in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type IndexType Modifier and Type Method Description boolean
BackendImpl. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of IndexType in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type IndexType Modifier and Type Method Description boolean
TaskBackend. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of IndexType in org.opends.server.types
Methods in org.opends.server.types that return IndexType Modifier and Type Method Description static IndexType
IndexType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexType
IndexType. valueOf(Matcher.MatcherType matcherType)
Returns theIndexType
associated with the provided comparison matcher type (equality, substrings, greater or equal, less or equal, present, or approximate).static IndexType[]
IndexType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-