Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDefaultEnvTest.java68 public void lowerThreadPoolIOPriority() { in lowerThreadPoolIOPriority() method in DefaultEnvTest
70 defaultEnv.lowerThreadPoolIOPriority(Priority.BOTTOM); in lowerThreadPoolIOPriority()
72 defaultEnv.lowerThreadPoolIOPriority(Priority.LOW); in lowerThreadPoolIOPriority()
74 defaultEnv.lowerThreadPoolIOPriority(Priority.HIGH); in lowerThreadPoolIOPriority()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DEnv.java120 public Env lowerThreadPoolIOPriority(final Priority priority) { in lowerThreadPoolIOPriority() method in Env
121 lowerThreadPoolIOPriority(nativeHandle_, priority.getValue()); in lowerThreadPoolIOPriority()
161 private native void lowerThreadPoolIOPriority(final long handle, in lowerThreadPoolIOPriority() method in Env