• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/

Lines Matching refs:java

12 import java.util.Comparator;
175 java.util.HashSet keySet = new java.util.HashSet();
211 throws DatabaseException, java.io.FileNotFoundException {
221 throws DatabaseException, java.io.FileNotFoundException {
230 java.io.OutputStream outfile, int flags)
231 throws DatabaseException, java.io.FileNotFoundException {
247 public java.io.OutputStream get_error_stream() /* no exception */ {
251 public void set_error_stream(java.io.OutputStream stream) /* no exception */ {
263 public java.io.OutputStream get_message_stream() /* no exception */ {
267 public void set_message_stream(java.io.OutputStream stream) /* no exception */ {
404 public void open(DbTxn txnid, String file, String database, int type, int flags, int mode) throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException { db_javaJNI.Db_open(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, file, database, type, flags, mode); }
420 public void set_bt_compare(java.util.Comparator bt_compare_fcn) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_bt_compare(swigCPtr, this, (bt_compare_handler = bt_compare_fcn) != null ); }
428 public void set_dup_compare(java.util.Comparator dup_compare_fcn) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_dup_compare(swigCPtr, this, (dup_compare_handler = dup_compare_fcn) != null ); }
436 public void set_h_compare(java.util.Comparator h_compare_fcn) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_h_compare(swigCPtr, this, (h_compare_handler = h_compare_fcn) != null ); }
470 /* package */ boolean verify0(String file, String database, java.io.OutputStream outfile, int flags) { return db_javaJNI.Db_verify0(swigCPtr, this, file, database, outfile, flags); }