Home
last modified time | relevance | path

Searched refs:fromValue (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DThreadStatus.java34 this.threadType = ThreadType.fromValue(threadTypeValue); in ThreadStatus()
37 this.operationType = OperationType.fromValue(operationTypeValue); in ThreadStatus()
39 this.operationStage = OperationStage.fromValue(operationStageValue); in ThreadStatus()
41 this.stateType = StateType.fromValue(stateTypeValue); in ThreadStatus()
DWalFileType.java45 static WalFileType fromValue(final byte value) { in fromValue() method in WalFileType
DStateType.java43 static StateType fromValue(final byte value) in fromValue() method in StateType
DWalProcessingOption.java45 public static WalProcessingOption fromValue(final byte value) { in fromValue() method in WalProcessingOption
DOperationType.java44 static OperationType fromValue(final byte value) in fromValue() method in OperationType
DThreadType.java56 static ThreadType fromValue(final byte value) in fromValue() method in ThreadType
DCompactionStyle.java70 static CompactionStyle fromValue(final byte value) in fromValue() method in CompactionStyle
DOperationStage.java49 static OperationStage fromValue(final byte value) in fromValue() method in OperationStage
DCompactionReason.java105 static CompactionReason fromValue(final byte value) { in fromValue() method in CompactionReason
DLogFile.java23 this.type = WalFileType.fromValue(walFileTypeValue); in LogFile()
DCompactionJobInfo.java115 return CompactionReason.fromValue(compactionReason(nativeHandle_)); in compactionReason()
DColumnFamilyOptions.java509 return CompactionStyle.fromValue(compactionStyle(nativeHandle_)); in compactionStyle()
DOptions.java1363 return CompactionStyle.fromValue(compactionStyle(nativeHandle_)); in compactionStyle()