Searched refs:fromValue (Results 1 – 13 of 13) sorted by relevance
34 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()
45 static WalFileType fromValue(final byte value) { in fromValue() method in WalFileType
43 static StateType fromValue(final byte value) in fromValue() method in StateType
45 public static WalProcessingOption fromValue(final byte value) { in fromValue() method in WalProcessingOption
44 static OperationType fromValue(final byte value) in fromValue() method in OperationType
56 static ThreadType fromValue(final byte value) in fromValue() method in ThreadType
70 static CompactionStyle fromValue(final byte value) in fromValue() method in CompactionStyle
49 static OperationStage fromValue(final byte value) in fromValue() method in OperationStage
105 static CompactionReason fromValue(final byte value) { in fromValue() method in CompactionReason
23 this.type = WalFileType.fromValue(walFileTypeValue); in LogFile()
115 return CompactionReason.fromValue(compactionReason(nativeHandle_)); in compactionReason()
509 return CompactionStyle.fromValue(compactionStyle(nativeHandle_)); in compactionStyle()
1363 return CompactionStyle.fromValue(compactionStyle(nativeHandle_)); in compactionStyle()