Searched defs:indexConfig (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java98 private LocalDBIndexCfg indexConfig; field in class:AttributeIndex
140 * @param indexConfig The attribute index configuration.
144 public AttributeIndex(LocalDBIndexCfg indexConfig, State state, argument
151 this.indexConfig = indexConfig;
154 AttributeType attrType = indexConfig.getAttribute();
157 int indexEntryLimit = indexConfig.getIndexEntryLimit();
159 if (indexConfig.getIndexType().contains(
180 if (indexConfig.getIndexType().contains(
194 if (indexConfig
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java98 private LocalDBIndexCfg indexConfig; field in class:AttributeIndex
140 * @param indexConfig The attribute index configuration.
144 public AttributeIndex(LocalDBIndexCfg indexConfig, State state, argument
151 this.indexConfig = indexConfig;
154 AttributeType attrType = indexConfig.getAttribute();
157 int indexEntryLimit = indexConfig.getIndexEntryLimit();
159 if (indexConfig.getIndexType().contains(
180 if (indexConfig.getIndexType().contains(
194 if (indexConfig
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java98 private LocalDBIndexCfg indexConfig; field in class:AttributeIndex
140 * @param indexConfig The attribute index configuration.
144 public AttributeIndex(LocalDBIndexCfg indexConfig, State state, argument
151 this.indexConfig = indexConfig;
154 AttributeType attrType = indexConfig.getAttribute();
157 int indexEntryLimit = indexConfig.getIndexEntryLimit();
159 if (indexConfig.getIndexType().contains(
180 if (indexConfig.getIndexType().contains(
194 if (indexConfig
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java98 private LocalDBIndexCfg indexConfig; field in class:AttributeIndex
140 * @param indexConfig The attribute index configuration.
144 public AttributeIndex(LocalDBIndexCfg indexConfig, State state, argument
151 this.indexConfig = indexConfig;
154 AttributeType attrType = indexConfig.getAttribute();
157 int indexEntryLimit = indexConfig.getIndexEntryLimit();
159 if (indexConfig.getIndexType().contains(
180 if (indexConfig.getIndexType().contains(
194 if (indexConfig
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java98 private LocalDBIndexCfg indexConfig; field in class:AttributeIndex
140 * @param indexConfig The attribute index configuration.
144 public AttributeIndex(LocalDBIndexCfg indexConfig, State state, argument
151 this.indexConfig = indexConfig;
154 AttributeType attrType = indexConfig.getAttribute();
157 int indexEntryLimit = indexConfig.getIndexEntryLimit();
159 if (indexConfig.getIndexType().contains(
180 if (indexConfig.getIndexType().contains(
194 if (indexConfig
[all...]

Completed in 27 milliseconds