6465666768697071727374
} finally { if (db != null) { db.close(); } if (options != null) { options.dispose(); } if (iterator != null) { iterator.dispose(); } }
99100101102103104105106107108
} finally { if (db != null) { db.close(); } if (options != null) { options.dispose(); } } } }
8586878889909192939495
} finally { if (db != null) { db.close(); } if (options != null) { options.dispose(); } if (readOptions != null) { readOptions.dispose(); } }
89909192939495969798
PlainTableConfig plainTableConfig = new PlainTableConfig(); opt.setTableFormatConfig(plainTableConfig); assertThat(opt.tableFactoryName()).isEqualTo("PlainTable"); } finally { if (opt != null) { opt.dispose(); } } } }
368369370371372373374375376
int intValue = rand.nextInt(); opt.setMinPartialMergeOperands(intValue); assert(opt.minPartialMergeOperands() == intValue); } opt.dispose(); System.out.println("Passed OptionsTest"); } }
416417418419420421422423424
380381382383384385386387388