Searched refs:fillpercent (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCompactConfig.java28 private int fillpercent = 0; field in class:CompactConfig
47 @param fillpercent
50 public void setFillPercent(final int fillpercent) { argument
51 this.fillpercent = fillpercent;
63 return fillpercent;
H A DCompactStats.java22 CompactStats(int fillpercent, int timeout, int pages) { argument
23 this.compact_fillpercent = fillpercent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest117.tcl52 puts "Test$tnum: ($method $args) Database compaction and fillpercent."
166 for { set fillpercent 10 } { $fillpercent <= 100 }\
167 { incr fillpercent 10 } {
170 with fillpercent $fillpercent."
171 set ret [$db compact -fillpercent $fillpercent]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat319 CompactStats(int fillpercent, int timeout, int pages) {
320 this.compact_fillpercent = fillpercent;

Completed in 111 milliseconds