Home
last modified time | relevance | path

Searched refs:targetSize (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDbPath.java15 final long targetSize; field in DbPath
17 public DbPath(final Path path, final long targetSize) { in DbPath() argument
19 this.targetSize = targetSize; in DbPath()
34 if (targetSize != dbPath.targetSize) { in equals()
44 result = 31 * result + (int) (targetSize ^ (targetSize >>> 32)); in hashCode()
DTransactionDB.java368 public void setDeadlockInfoBufferSize(final int targetSize) { in setDeadlockInfoBufferSize() argument
369 setDeadlockInfoBufferSize(nativeHandle_, targetSize); in setDeadlockInfoBufferSize()
403 final int targetSize); in setDeadlockInfoBufferSize() argument
DDBOptions.java306 targetSizes[i] = dbPath.targetSize; in setDbPaths()
DOptions.java365 targetSizes[i] = dbPath.targetSize; in setDbPaths()
/rocksdb-6.9/port/win/
Dio_win.cc434 uint64_t targetSize = GetFileSize(); in Close() local
457 TruncateFile(targetSize); in Close()