/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 102 * @param index The index storing the trusted state info. 122 * @param index The index storing the trusted state info. 123 * @return The trusted state of the index in the database. 147 * @param index The index storing the trusted state info. 148 * @param trusted The state value to put into the database. 153 boolean trusted) 159 if(trusted) 152 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
|
H A D | VLVIndex.java | 96 * A flag to indicate if this vlvIndex should be trusted to be consistent 99 private boolean trusted = false; field in class:VLVIndex 232 this.trusted = state.getIndexTrustState(null, this); 233 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 236 // is no reason why this vlvIndex can't be upgraded to trusted. 1132 if(!trusted || rebuildRunning) 1495 * @param trusted True if this vlvIndex should be trusted or false 1499 public synchronized void setTrusted(Transaction txn, boolean trusted) argument 1502 this.trusted [all...] |
H A D | Index.java | 96 * A flag to indicate if this index should be trusted to be consistent 97 * with the entries database. If not trusted, we assume that existing 100 * rules will be observed when the index is not trusted: 105 private boolean trusted = false; field in class:Index 112 * flag overrides all behaviours of the trusted flag. 176 this.trusted = state.getIndexTrustState(null, this); 177 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 180 // is no reason why this index can't be upgraded to trusted. 287 if(rebuildRunning || trusted) 475 if(rebuildRunning || trusted) 1428 setTrusted(Transaction txn, boolean trusted) argument [all...] |
H A D | NullIndex.java | 336 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 86 * @param index The index storing the trusted state info. 107 * @param index The index storing the trusted state info. 108 * @return The trusted state of the index in the database. 135 * @param vlvIndex The index storing the trusted state info. 136 * @return The trusted state of the index in the database. 163 * @param index The index storing the trusted state info. 164 * @param trusted The state value to put into the database. 169 boolean trusted) 178 if(trusted) 195 * @param vlvIndex The VLV index storing the trusted stat 168 putIndexTrustState(Transaction txn, Index index, boolean trusted) argument 200 putIndexTrustState(Transaction txn, VLVIndex vlvIndex, boolean trusted) argument [all...] |
H A D | VLVIndex.java | 97 * A flag to indicate if this vlvIndex should be trusted to be consistent 100 private boolean trusted = false; field in class:VLVIndex 233 this.trusted = state.getIndexTrustState(null, this); 234 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 237 // is no reason why this vlvIndex can't be upgraded to trusted. 1133 if(!trusted || rebuildRunning) 1496 * @param trusted True if this vlvIndex should be trusted or false 1500 public synchronized void setTrusted(Transaction txn, boolean trusted) argument 1503 this.trusted [all...] |
H A D | Index.java | 97 * A flag to indicate if this index should be trusted to be consistent 98 * with the entries database. If not trusted, we assume that existing 101 * rules will be observed when the index is not trusted: 106 private boolean trusted = false; field in class:Index 113 * flag overrides all behaviours of the trusted flag. 177 this.trusted = state.getIndexTrustState(null, this); 178 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 181 // is no reason why this index can't be upgraded to trusted. 288 if(rebuildRunning || trusted) 476 if(rebuildRunning || trusted) 1429 setTrusted(Transaction txn, boolean trusted) argument [all...] |
H A D | NullIndex.java | 337 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 103 * @param index The index storing the trusted state info. 123 * @param index The index storing the trusted state info. 124 * @return The trusted state of the index in the database. 148 * @param index The index storing the trusted state info. 149 * @param trusted The state value to put into the database. 154 boolean trusted) 160 if(trusted) 153 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
|
H A D | VLVIndex.java | 97 * A flag to indicate if this vlvIndex should be trusted to be consistent 100 private boolean trusted = false; field in class:VLVIndex 233 this.trusted = state.getIndexTrustState(null, this); 234 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 237 // is no reason why this vlvIndex can't be upgraded to trusted. 1133 if(!trusted || rebuildRunning) 1496 * @param trusted True if this vlvIndex should be trusted or false 1500 public synchronized void setTrusted(Transaction txn, boolean trusted) argument 1503 this.trusted [all...] |
H A D | Index.java | 97 * A flag to indicate if this index should be trusted to be consistent 98 * with the entries database. If not trusted, we assume that existing 101 * rules will be observed when the index is not trusted: 106 private boolean trusted = false; field in class:Index 113 * flag overrides all behaviours of the trusted flag. 177 this.trusted = state.getIndexTrustState(null, this); 178 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 181 // is no reason why this index can't be upgraded to trusted. 288 if(rebuildRunning || trusted) 476 if(rebuildRunning || trusted) 1429 setTrusted(Transaction txn, boolean trusted) argument [all...] |
H A D | NullIndex.java | 337 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 102 * @param index The index storing the trusted state info. 122 * @param index The index storing the trusted state info. 123 * @return The trusted state of the index in the database. 147 * @param index The index storing the trusted state info. 148 * @param trusted The state value to put into the database. 153 boolean trusted) 159 if(trusted) 152 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
|
H A D | VLVIndex.java | 96 * A flag to indicate if this vlvIndex should be trusted to be consistent 99 private boolean trusted = false; field in class:VLVIndex 232 this.trusted = state.getIndexTrustState(null, this); 233 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 236 // is no reason why this vlvIndex can't be upgraded to trusted. 1132 if(!trusted || rebuildRunning) 1495 * @param trusted True if this vlvIndex should be trusted or false 1499 public synchronized void setTrusted(Transaction txn, boolean trusted) argument 1502 this.trusted [all...] |
H A D | Index.java | 96 * A flag to indicate if this index should be trusted to be consistent 97 * with the entries database. If not trusted, we assume that existing 100 * rules will be observed when the index is not trusted: 105 private boolean trusted = false; field in class:Index 112 * flag overrides all behaviours of the trusted flag. 176 this.trusted = state.getIndexTrustState(null, this); 177 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 180 // is no reason why this index can't be upgraded to trusted. 287 if(rebuildRunning || trusted) 475 if(rebuildRunning || trusted) 1428 setTrusted(Transaction txn, boolean trusted) argument [all...] |
H A D | NullIndex.java | 336 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | State.java | 86 * @param index The index storing the trusted state info. 107 * @param index The index storing the trusted state info. 108 * @return The trusted state of the index in the database. 135 * @param vlvIndex The index storing the trusted state info. 136 * @return The trusted state of the index in the database. 163 * @param index The index storing the trusted state info. 164 * @param trusted The state value to put into the database. 169 boolean trusted) 178 if(trusted) 195 * @param vlvIndex The VLV index storing the trusted stat 168 putIndexTrustState(Transaction txn, Index index, boolean trusted) argument 200 putIndexTrustState(Transaction txn, VLVIndex vlvIndex, boolean trusted) argument [all...] |
H A D | VLVIndex.java | 97 * A flag to indicate if this vlvIndex should be trusted to be consistent 100 private boolean trusted = false; field in class:VLVIndex 233 this.trusted = state.getIndexTrustState(null, this); 234 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) 237 // is no reason why this vlvIndex can't be upgraded to trusted. 1133 if(!trusted || rebuildRunning) 1496 * @param trusted True if this vlvIndex should be trusted or false 1500 public synchronized void setTrusted(Transaction txn, boolean trusted) argument 1503 this.trusted [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
H A D | Index.java | 52 void setTrusted(WriteableTransaction txn, boolean trusted); argument
|
H A D | DefaultIndex.java | 66 * A flag to indicate if this index should be trusted to be consistent with the entries tree. 67 * If not trusted, we assume that existing entryIDSets for a key is still accurate. However, keys 69 * observed when the index is not trusted: 75 private volatile boolean trusted; field in class:DefaultIndex 105 trusted = flags.contains(TRUSTED); 106 if (!trusted && entryContainer.getHighestEntryID(txn).longValue() == 0) 109 // is no reason why this index can't be upgraded to trusted. 186 * If index is not trusted then this will cause all subsequent reads for this key to 191 else if (trusted) 267 return trusted 291 setTrusted(WriteableTransaction txn, boolean trusted) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | Suffix.java | 278 * Sets the trusted status of all of the indexes, vlvIndexes, id2children 281 * @param trusted True if the indexes should be trusted or false 285 * trusted. 287 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument 289 entryContainer.getID2Children().setTrusted(null,trusted); 290 entryContainer.getID2Subtree().setTrusted(null, trusted); 295 index.setTrusted(null, trusted); 298 index.setTrusted(null, trusted); 301 index.setTrusted(null, trusted); [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | Suffix.java | 279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children 282 * @param trusted True if the indexes should be trusted or false 286 * trusted. 288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument 290 entryContainer.getID2Children().setTrusted(null,trusted); 291 entryContainer.getID2Subtree().setTrusted(null, trusted); 296 index.setTrusted(null, trusted); 299 index.setTrusted(null, trusted); 302 index.setTrusted(null, trusted); [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | Suffix.java | 279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children 282 * @param trusted True if the indexes should be trusted or false 286 * trusted. 288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument 290 entryContainer.getID2Children().setTrusted(null,trusted); 291 entryContainer.getID2Subtree().setTrusted(null, trusted); 296 index.setTrusted(null, trusted); 299 index.setTrusted(null, trusted); 302 index.setTrusted(null, trusted); [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | Suffix.java | 278 * Sets the trusted status of all of the indexes, vlvIndexes, id2children 281 * @param trusted True if the indexes should be trusted or false 285 * trusted. 287 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument 289 entryContainer.getID2Children().setTrusted(null,trusted); 290 entryContainer.getID2Subtree().setTrusted(null, trusted); 295 index.setTrusted(null, trusted); 298 index.setTrusted(null, trusted); 301 index.setTrusted(null, trusted); [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/ |
H A D | Suffix.java | 279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children 282 * @param trusted True if the indexes should be trusted or false 286 * trusted. 288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument 290 entryContainer.getID2Children().setTrusted(null,trusted); 291 entryContainer.getID2Subtree().setTrusted(null, trusted); 296 index.setTrusted(null, trusted); 299 index.setTrusted(null, trusted); 302 index.setTrusted(null, trusted); [all...] |