Home
last modified time | relevance | path

Searched refs:nativeHandle (Results 1 – 25 of 31) sorted by relevance

12

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java204 WriteBatch(final long nativeHandle) { in WriteBatch() argument
205 this(nativeHandle, false); in WriteBatch()
216 super(nativeHandle); in WriteBatch()
269 private native long getDataSize(final long nativeHandle); in getDataSize() argument
270 private native boolean hasPut(final long nativeHandle); in hasPut() argument
271 private native boolean hasDelete(final long nativeHandle); in hasDelete() argument
273 private native boolean hasDeleteRange(final long nativeHandle); in hasDeleteRange() argument
274 private native boolean hasMerge(final long nativeHandle); in hasMerge() argument
276 private native boolean hasEndPrepare(final long nativeHandle); in hasEndPrepare() argument
277 private native boolean hasCommit(final long nativeHandle); in hasCommit() argument
[all …]
DSlice.java49 Slice(final long nativeHandle) { in Slice() argument
50 this(nativeHandle, false); in Slice()
61 Slice(final long nativeHandle, final boolean owningNativeHandle) { in Slice() argument
63 setNativeHandle(nativeHandle, owningNativeHandle); in Slice()
120 final long nativeHandle = getNativeHandle(); in disposeInternal() local
122 disposeInternalBuf(nativeHandle, internalBufferOffset); in disposeInternal()
124 super.disposeInternal(nativeHandle); in disposeInternal()
DRocksMutableObject.java28 protected RocksMutableObject(final long nativeHandle) { in RocksMutableObject() argument
29 this.nativeHandle_ = nativeHandle; in RocksMutableObject()
51 public synchronized void setNativeHandle(final long nativeHandle, in setNativeHandle() argument
53 this.nativeHandle_ = nativeHandle; in setNativeHandle()
DTransactionLogIterator.java60 TransactionLogIterator(final long nativeHandle) { in TransactionLogIterator() argument
61 super(nativeHandle); in TransactionLogIterator()
78 final long nativeHandle) { in BatchResult() argument
80 writeBatch_ = new WriteBatch(nativeHandle, true); in BatchResult()
DDirectSlice.java115 final long nativeHandle = getNativeHandle(); in disposeInternal() local
117 disposeInternalBuf(nativeHandle, internalBufferOffset); in disposeInternal()
119 disposeInternal(nativeHandle); in disposeInternal()
DMergeOperator.java15 protected MergeOperator(final long nativeHandle) { in MergeOperator() argument
16 super(nativeHandle); in MergeOperator()
DCache.java10 protected Cache(final long nativeHandle) { in Cache() argument
11 super(nativeHandle); in Cache()
DFilter.java18 protected Filter(final long nativeHandle) { in Filter() argument
19 super(nativeHandle); in Filter()
DRocksObject.java27 protected RocksObject(final long nativeHandle) { in RocksObject() argument
29 this.nativeHandle_ = nativeHandle; in RocksObject()
DSnapshot.java12 Snapshot(final long nativeHandle) { in Snapshot() argument
13 super(nativeHandle); in Snapshot()
DAbstractCompactionFilter.java46 protected AbstractCompactionFilter(final long nativeHandle) { in AbstractCompactionFilter() argument
47 super(nativeHandle); in AbstractCompactionFilter()
DWriteBatchWithIndex.java77 WriteBatchWithIndex(final long nativeHandle) { in WriteBatchWithIndex() argument
78 super(nativeHandle); in WriteBatchWithIndex()
294 @Override final native void setMaxBytes(final long nativeHandle, in setMaxBytes() argument
DWriteOptions.java24 WriteOptions(final long nativeHandle) { in WriteOptions() argument
25 super(nativeHandle); in WriteOptions()
DAbstractSlice.java33 protected AbstractSlice(final long nativeHandle) { in AbstractSlice() argument
34 super(nativeHandle); in AbstractSlice()
DColumnFamilyHandle.java17 final long nativeHandle) { in ColumnFamilyHandle() argument
18 super(nativeHandle); in ColumnFamilyHandle()
DEnv.java148 Env(final long nativeHandle) { in Env() argument
149 super(nativeHandle); in Env()
DCompactionJobInfo.java21 private CompactionJobInfo(final long nativeHandle) { in CompactionJobInfo() argument
22 super(nativeHandle); in CompactionJobInfo()
DRocksIterator.java24 protected RocksIterator(RocksDB rocksDB, long nativeHandle) { in RocksIterator() argument
25 super(rocksDB, nativeHandle); in RocksIterator()
DSstFileReaderIterator.java24 protected SstFileReaderIterator(SstFileReader reader, long nativeHandle) { in SstFileReaderIterator() argument
25 super(reader, nativeHandle); in SstFileReaderIterator()
DStatistics.java150 private native void reset(final long nativeHandle) throws RocksDBException; in reset() argument
151 private native String toString(final long nativeHandle); in toString() argument
DAbstractRocksIterator.java29 final long nativeHandle) { in AbstractRocksIterator() argument
30 super(nativeHandle); in AbstractRocksIterator()
DCompactionJobStats.java17 CompactionJobStats(final long nativeHandle) { in CompactionJobStats() argument
18 super(nativeHandle); in CompactionJobStats()
DBackupEngine.java22 protected BackupEngine(final long nativeHandle) { in BackupEngine() argument
23 super(nativeHandle); in BackupEngine()
DTtlDB.java227 protected TtlDB(final long nativeHandle) { in TtlDB() argument
228 super(nativeHandle); in TtlDB()
DWBWIRocksIterator.java15 final long nativeHandle) { in WBWIRocksIterator() argument
16 super(wbwi, nativeHandle); in WBWIRocksIterator()

12