Interface BackendIndexCfgClient
- All Superinterfaces:
ConfigurationClient
Backend Indexes are used to store information that makes it possible to locate entries very quickly when processing search operations.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends BackendIndexCfgClient,
? extends BackendIndexCfg> Get the configuration definition associated with this Backend Index.Gets the "attribute" property.Gets the "big-index-extensible-matching-rule" property.Gets the "big-index-included-attribute-value" property.Gets the "index-entry-limit" property.Gets the "index-extensible-matching-rule" property.Gets the "index-type" property.Gets the "substring-length" property.Gets the "ttl-age" property.Gets the "confidentiality-enabled" property.Gets the "ttl-enabled" property.void
Sets the "attribute" property.void
Sets the "big-index-extensible-matching-rule" property.void
Sets the "big-index-included-attribute-value" property.void
Sets the "confidentiality-enabled" property.void
Sets the "index-entry-limit" property.void
Sets the "index-extensible-matching-rule" property.void
Sets the "index-type" property.void
Sets the "substring-length" property.void
setTtlAge
(ValueOrExpression<Long> value) Sets the "ttl-age" property.void
setTtlEnabled
(ValueOrExpression<Boolean> value) Sets the "ttl-enabled" property.Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Method Details
-
definition
ManagedObjectDefinition<? extends BackendIndexCfgClient,? extends BackendIndexCfg> definition()Get the configuration definition associated with this Backend Index.- Specified by:
definition
in interfaceConfigurationClient
- Returns:
- Returns the configuration definition associated with this Backend Index.
-
getAttribute
Gets the "attribute" property.Specifies the name of the attribute for which the index is to be maintained.
- Returns:
- Returns the value of the "attribute" property.
-
setAttribute
@MandatoryProperty void setAttribute(ValueOrExpression<AttributeType> value) throws PropertyException, PropertyException Sets the "attribute" property.Specifies the name of the attribute for which the index is to be maintained.
This property is read-only and can only be modified during creation of a Backend Index.
- Parameters:
value
- The value of the "attribute" property.- Throws:
PropertyException
- If the new value is invalid.PropertyException
- If this Backend Index is not being initialized.
-
getBigIndexExtensibleMatchingRule
SortedSet<ValueOrExpression<String>> getBigIndexExtensibleMatchingRule()Gets the "big-index-extensible-matching-rule" property.The extensible matching rule in a big index.
An extensible matching rule must be specified using either LOCALE or OID of the matching rule.
- Returns:
- Returns the values of the "big-index-extensible-matching-rule" property.
-
setBigIndexExtensibleMatchingRule
void setBigIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>> values) throws PropertyException Sets the "big-index-extensible-matching-rule" property.The extensible matching rule in a big index.
An extensible matching rule must be specified using either LOCALE or OID of the matching rule.
- Parameters:
values
- The values of the "big-index-extensible-matching-rule" property.- Throws:
PropertyException
- If one or more of the new values are invalid.
-
getBigIndexIncludedAttributeValue
SortedSet<ValueOrExpression<String>> getBigIndexIncludedAttributeValue()Gets the "big-index-included-attribute-value" property.An attribute value which should be indexed in any big indexes.
Restricts the set of attribute values indexed by big indexes. All attribute values will be indexed by default.
- Returns:
- Returns the values of the "big-index-included-attribute-value" property.
-
setBigIndexIncludedAttributeValue
void setBigIndexIncludedAttributeValue(Collection<ValueOrExpression<String>> values) throws PropertyException Sets the "big-index-included-attribute-value" property.An attribute value which should be indexed in any big indexes.
Restricts the set of attribute values indexed by big indexes. All attribute values will be indexed by default.
- Parameters:
values
- The values of the "big-index-included-attribute-value" property.- Throws:
PropertyException
- If one or more of the new values are invalid.
-
isConfidentialityEnabled
ValueOrExpression<Boolean> isConfidentialityEnabled()Gets the "confidentiality-enabled" property.Specifies whether contents of the index should be confidential.
Setting the flag to true will hash keys for equality type indexes using SHA-1 and encrypt the list of entries matching a substring key for substring indexes.
Default value:
false
- Returns:
- Returns the value of the "confidentiality-enabled" property.
-
setConfidentialityEnabled
Sets the "confidentiality-enabled" property.Specifies whether contents of the index should be confidential.
Setting the flag to true will hash keys for equality type indexes using SHA-1 and encrypt the list of entries matching a substring key for substring indexes.
- Parameters:
value
- The value of the "confidentiality-enabled" property.- Throws:
PropertyException
- If the new value is invalid.
-
getIndexEntryLimit
ValueOrExpression<Integer> getIndexEntryLimit()Gets the "index-entry-limit" property.Specifies the maximum number of entries that are allowed to match a given index key before that particular index key is no longer maintained.
This is analogous to the ALL IDs threshold in the Sun Java System Directory Server. If this is specified, its value overrides the JE backend-wide configuration. For no limit, use 0 for the value. Changing the index entry limit significantly can result in serious performance degradation. Please read the documentation before changing this setting.
Default value is inherited from another property
- Returns:
- Returns the value of the "index-entry-limit" property.
-
setIndexEntryLimit
Sets the "index-entry-limit" property.Specifies the maximum number of entries that are allowed to match a given index key before that particular index key is no longer maintained.
This is analogous to the ALL IDs threshold in the Sun Java System Directory Server. If this is specified, its value overrides the JE backend-wide configuration. For no limit, use 0 for the value. Changing the index entry limit significantly can result in serious performance degradation. Please read the documentation before changing this setting.
- Parameters:
value
- The value of the "index-entry-limit" property.- Throws:
PropertyException
- If the new value is invalid.
-
getIndexExtensibleMatchingRule
SortedSet<ValueOrExpression<String>> getIndexExtensibleMatchingRule()Gets the "index-extensible-matching-rule" property.The extensible matching rule in an extensible index.
An extensible matching rule must be specified using either LOCALE or OID of the matching rule.
- Returns:
- Returns the values of the "index-extensible-matching-rule" property.
-
setIndexExtensibleMatchingRule
void setIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>> values) throws PropertyException Sets the "index-extensible-matching-rule" property.The extensible matching rule in an extensible index.
An extensible matching rule must be specified using either LOCALE or OID of the matching rule.
- Parameters:
values
- The values of the "index-extensible-matching-rule" property.- Throws:
PropertyException
- If one or more of the new values are invalid.
-
getIndexType
Gets the "index-type" property.Specifies the type(s) of indexing that should be performed for the associated attribute.
For equality, presence, and substring index types, the associated attribute type must have a corresponding matching rule.
- Returns:
- Returns the values of the "index-type" property.
-
setIndexType
@MandatoryProperty void setIndexType(Collection<ValueOrExpression<BackendIndexCfgDefn.IndexType>> values) throws PropertyException Sets the "index-type" property.Specifies the type(s) of indexing that should be performed for the associated attribute.
For equality, presence, and substring index types, the associated attribute type must have a corresponding matching rule.
- Parameters:
values
- The values of the "index-type" property.- Throws:
PropertyException
- If one or more of the new values are invalid.
-
getSubstringLength
ValueOrExpression<Integer> getSubstringLength()Gets the "substring-length" property.The length of substrings in a substring index.
Default value:
6
- Returns:
- Returns the value of the "substring-length" property.
-
setSubstringLength
Sets the "substring-length" property.The length of substrings in a substring index.
- Parameters:
value
- The value of the "substring-length" property.- Throws:
PropertyException
- If the new value is invalid.
-
getTtlAge
ValueOrExpression<Long> getTtlAge()Gets the "ttl-age" property.The age when timestamps are considered to have expired.
Default value:
0s
- Returns:
- Returns the value of the "ttl-age" property.
-
setTtlAge
Sets the "ttl-age" property.The age when timestamps are considered to have expired.
- Parameters:
value
- The value of the "ttl-age" property.- Throws:
PropertyException
- If the new value is invalid.
-
isTtlEnabled
ValueOrExpression<Boolean> isTtlEnabled()Gets the "ttl-enabled" property.Enable TTL for this generalized time index.
Default value:
false
- Returns:
- Returns the value of the "ttl-enabled" property.
-
setTtlEnabled
Sets the "ttl-enabled" property.Enable TTL for this generalized time index.
- Parameters:
value
- The value of the "ttl-enabled" property.- Throws:
PropertyException
- If the new value is invalid.
-