Home
last modified time | relevance | path

Searched refs:opType (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DSstFileReaderTest.java26 KeyValueWithOp(String key, String value, OpType opType) { in KeyValueWithOp() argument
29 this.opType = opType; in KeyValueWithOp()
41 return opType; in getOpType()
46 private OpType opType; field in SstFileReaderTest.KeyValueWithOp
DSstFileWriterTest.java36 KeyValueWithOp(String key, String value, OpType opType) { in KeyValueWithOp() argument
39 this.opType = opType; in KeyValueWithOp()
51 return opType; in getOpType()
56 private OpType opType; field in SstFileWriterTest.KeyValueWithOp