Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DThreadStatus.java12 private final ThreadType threadType; field in ThreadStatus
34 this.threadType = ThreadType.fromValue(threadTypeValue); in ThreadStatus()
59 return threadType; in getThreadType()
142 public static String getThreadTypeName(final ThreadType threadType) { in getThreadTypeName() argument
143 return getThreadTypeName(threadType.getValue()); in getThreadTypeName()
DStateType.java45 for (final StateType threadType : StateType.values()) { in fromValue()
46 if (threadType.value == value) { in fromValue()
47 return threadType; in fromValue()
DOperationType.java46 for (final OperationType threadType : OperationType.values()) { in fromValue()
47 if (threadType.value == value) { in fromValue()
48 return threadType; in fromValue()
DThreadType.java58 for (final ThreadType threadType : ThreadType.values()) { in fromValue()
59 if (threadType.value == value) { in fromValue()
60 return threadType; in fromValue()
DOperationStage.java51 for (final OperationStage threadType : OperationStage.values()) { in fromValue()
52 if (threadType.value == value) { in fromValue()
53 return threadType; in fromValue()