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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java86 private int sortedSetCapacity = 4000; field in class:VLVIndex
146 this.sortedSetCapacity = config.getMaxBlockSize();
791 if(newSize >= sortedSetCapacity)
1072 if(newSize >= sortedSetCapacity)
1672 return sortedSetCapacity;
1790 this.sortedSetCapacity = cfg.getMaxBlockSize();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java87 private int sortedSetCapacity = 4000; field in class:VLVIndex
147 this.sortedSetCapacity = config.getMaxBlockSize();
792 if(newSize >= sortedSetCapacity)
1073 if(newSize >= sortedSetCapacity)
1673 return sortedSetCapacity;
1791 this.sortedSetCapacity = cfg.getMaxBlockSize();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java87 private int sortedSetCapacity = 4000; field in class:VLVIndex
147 this.sortedSetCapacity = config.getMaxBlockSize();
792 if(newSize >= sortedSetCapacity)
1073 if(newSize >= sortedSetCapacity)
1673 return sortedSetCapacity;
1791 this.sortedSetCapacity = cfg.getMaxBlockSize();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java86 private int sortedSetCapacity = 4000; field in class:VLVIndex
146 this.sortedSetCapacity = config.getMaxBlockSize();
791 if(newSize >= sortedSetCapacity)
1072 if(newSize >= sortedSetCapacity)
1672 return sortedSetCapacity;
1790 this.sortedSetCapacity = cfg.getMaxBlockSize();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java87 private int sortedSetCapacity = 4000; field in class:VLVIndex
147 this.sortedSetCapacity = config.getMaxBlockSize();
792 if(newSize >= sortedSetCapacity)
1073 if(newSize >= sortedSetCapacity)
1673 return sortedSetCapacity;
1791 this.sortedSetCapacity = cfg.getMaxBlockSize();

Completed in 81 milliseconds