Uses of Class
io.microraft.report.RaftNodeReport.RaftNodeReportReason
-
Packages that use RaftNodeReport.RaftNodeReportReason Package Description io.microraft.report -
-
Uses of RaftNodeReport.RaftNodeReportReason in io.microraft.report
Methods in io.microraft.report that return RaftNodeReport.RaftNodeReportReason Modifier and Type Method Description RaftNodeReport.RaftNodeReportReason
RaftNodeReport. getReason()
static RaftNodeReport.RaftNodeReportReason
RaftNodeReport.RaftNodeReportReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static RaftNodeReport.RaftNodeReportReason[]
RaftNodeReport.RaftNodeReportReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-