Klasse RuntimeInfo
java.lang.Object
io.github.primelib.prometheus4j.model.RuntimeInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RuntimeInfo
extends Object
RuntimeInfo
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRuntimeInfo(String CWD, String GODEBUG, String GOGC, Integer GOMAXPROCS, Long corruptionCount, Integer goroutineCount, String lastConfigTime, Boolean reloadConfigSuccess, String startTime, String storageRetention) RuntimeInfo(Consumer<RuntimeInfo> spec) Constructs a validated implementation ofRuntimeInfo. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleancorruptionCount(Long corruptionCount) CWD()booleanGODEBUG()GOGC()GOMAXPROCS(Integer GOMAXPROCS) goroutineCount(Integer goroutineCount) inthashCode()lastConfigTime(String lastConfigTime) reloadConfigSuccess(Boolean reloadConfigSuccess) storageRetention(String storageRetention) toString()
-
Felddetails
-
CWD
-
GODEBUG
-
GOGC
-
GOMAXPROCS
-
corruptionCount
-
goroutineCount
-
lastConfigTime
-
reloadConfigSuccess
-
startTime
-
storageRetention
-
-
Konstruktordetails
-
RuntimeInfo
Constructs a validated implementation ofRuntimeInfo.- Parameter:
spec- the specification to process
-
RuntimeInfo
-
RuntimeInfo
protected RuntimeInfo()
-
-
Methodendetails
-
CWD
-
GODEBUG
-
GOGC
-
GOMAXPROCS
-
corruptionCount
-
goroutineCount
-
lastConfigTime
-
reloadConfigSuccess
-
startTime
-
storageRetention
-
CWD
- Gibt zurück:
this.
-
GODEBUG
- Gibt zurück:
this.
-
GOGC
- Gibt zurück:
this.
-
GOMAXPROCS
- Gibt zurück:
this.
-
corruptionCount
- Gibt zurück:
this.
-
goroutineCount
- Gibt zurück:
this.
-
lastConfigTime
- Gibt zurück:
this.
-
reloadConfigSuccess
- Gibt zurück:
this.
-
startTime
- Gibt zurück:
this.
-
storageRetention
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-