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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestStore.java264 DbCompat.setRecordLength(config, fixedLen);
267 DbCompat.setRecordLength(config, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java273 public static void setRecordLength(DatabaseConfig dbConfig, int val) { method in class:DbCompat
274 dbConfig.setRecordLength(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java233 config.setRecordLength(HISTORY_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1357 public void setRecordLength(final int recordLength) { method in class:DatabaseConfig

Completed in 35 milliseconds