Home
last modified time | relevance | path

Searched refs:cfHandle (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatchWithIndex.java259 final long cfHandle); in put() argument
263 final long cfHandle); in putDirect() argument
268 final long cfHandle); in merge() argument
272 final int keyLen, final long cfHandle) throws RocksDBException; in delete() argument
276 final int keyLen, final long cfHandle) throws RocksDBException; in singleDelete() argument
279 final int keyLength, final long cfHandle) throws RocksDBException; in removeDirect() argument
287 final byte[] endKey, final int endKeyLen, final long cfHandle); in deleteRange() argument
305 private native long iterator1(final long handle, final long cfHandle); in iterator1() argument
307 final long handle, final long baseIteratorHandle, final long cfHandle); in iteratorWithBase() argument
311 final byte[] key, final int keyLen, final long cfHandle); in getFromBatch() argument
[all …]
DWriteBatch.java227 final long cfHandle); in put() argument
231 final long cfHandle); in putDirect() argument
236 final long cfHandle); in merge() argument
240 final int keyLen, final long cfHandle) throws RocksDBException; in delete() argument
244 final int keyLen, final long cfHandle) throws RocksDBException; in singleDelete() argument
247 final int keyLength, final long cfHandle) throws RocksDBException; in removeDirect() argument
253 final byte[] endKey, final int endKeyLen, final long cfHandle); in deleteRange() argument
DAbstractWriteBatch.java167 final byte[] value, final int valueLen, final long cfHandle) in put() argument
172 final long cfHandle) throws RocksDBException; in putDirect() argument
178 final byte[] value, final int valueLen, final long cfHandle) in merge() argument
185 final int keyLen, final long cfHandle) throws RocksDBException; in delete() argument
191 final int keyLen, final long cfHandle) throws RocksDBException; in singleDelete() argument
194 final int keyLength, final long cfHandle) throws RocksDBException; in removeDirect() argument
200 final byte[] endKey, final int endKeyLen, final long cfHandle) throws RocksDBException; in deleteRange() argument
DRocksDB.java3988 final ColumnFamilyHandle cfHandle = new ColumnFamilyHandle(this, in getDefaultColumnFamily() local
3990 cfHandle.disOwnNativeHandle(); in getDefaultColumnFamily()
3991 return cfHandle; in getDefaultColumnFamily()
4304 final long cfHandle) throws RocksDBException; in put() argument
4315 final long cfHandle) throws RocksDBException; in delete() argument
4321 final long cfHandle) throws RocksDBException; in singleDelete() argument
4327 final byte[] key, final int keyLen, final long cfHandle) in singleDelete() argument
4359 final long cfHandle) throws RocksDBException; in merge() argument
4378 final long cfHandle) throws RocksDBException; in get() argument
4430 int keyLength, long cfHandle) throws RocksDBException; in deleteDirect() argument
[all …]
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DMergeTest.java244 final ColumnFamilyHandle cfHandle = in cFOperatorOption()
250 db.put(cfHandle, "cfkey2".getBytes(), "xx".getBytes()); in cFOperatorOption()
252 db.merge(cfHandle, new WriteOptions(), "cfkey2".getBytes(), in cFOperatorOption()
254 value = db.get(cfHandle, "cfkey2".getBytes()); in cFOperatorOption()
306 final ColumnFamilyHandle cfHandle = in cFUInt64AddOperatorOption()
312 db.put(cfHandle, "cfkey2".getBytes(), longToByteArray(200)); in cFUInt64AddOperatorOption()
314 db.merge(cfHandle, new WriteOptions(), "cfkey2".getBytes(), in cFUInt64AddOperatorOption()
316 value = db.get(cfHandle, "cfkey2".getBytes()); in cFUInt64AddOperatorOption()
DRocksDBTest.java89 cfHandle.close(); in createColumnFamily()
114 cfHandle.close(); in createColumnFamilies()
134 cfHandle.close(); in createColumnFamilies()
160 cfHandle.close(); in createColumnFamiliesfromDescriptors()
180 cfHandle.close(); in createColumnFamiliesfromDescriptors()
1281 cfHandle.close(); in compactFiles()
1303 cfHandle.close(); in enableAutoCompaction()
1475 cfHandle.close(); in getColumnFamilyMetaData()
1509 cfHandle.close(); in getPropertiesOfAllTables()
1539 cfHandle.close(); in getPropertiesOfTablesInRange()
[all …]
DWalFilterTest.java74 for (final ColumnFamilyHandle cfHandle : cfHandles) { in walFilter()
75 cfHandle.close(); in walFilter()
99 for (final ColumnFamilyHandle cfHandle : cfHandles) { in walFilter()
100 cfHandle.close(); in walFilter()
DCompactionFilterFactoryTest.java61 for (final ColumnFamilyHandle cfHandle : cfHandles) { in columnFamilyOptions_setCompactionFilterFactory()
62 cfHandle.close(); in columnFamilyOptions_setCompactionFilterFactory()
DTransactionLogIteratorTest.java53 try (final ColumnFamilyHandle cfHandle = db.createColumnFamily( in getBatch() argument
56 db.put(cfHandle, String.valueOf(i).getBytes(), in getBatch()
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorIntTest.java222 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
223 cfHandle.close(); in testRoundtripCf()
256 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
257 cfHandle.close(); in testRoundtripCf()
DReverseBytewiseComparatorIntTest.java225 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
226 cfHandle.close(); in testRoundtripCf()
259 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
260 cfHandle.close(); in testRoundtripCf()
DIntComparatorTest.java221 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
222 cfHandle.close(); in testRoundtripCf()
255 for (final ColumnFamilyHandle cfHandle : cfHandles) { in testRoundtripCf()
256 cfHandle.close(); in testRoundtripCf()
/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/
DPutBenchmarks.java75 for (final ColumnFamilyHandle cfHandle : cfHandles) { in cleanup()
76 cfHandle.close(); in cleanup()
DGetBenchmarks.java91 for (final ColumnFamilyHandle cfHandle : cfHandles) { in cleanup()
92 cfHandle.close(); in cleanup()
DMultiGetBenchmarks.java100 for (final ColumnFamilyHandle cfHandle : cfHandles) { in cleanup()
101 cfHandle.close(); in cleanup()