Toggle navigation
Home
io.atomix.bench.BenchmarkProgress to com.fasterxml.jackson.databind.JsonNode
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
progress.getState()
to
progress.get("state").asText()
BenchmarkState.RUNNING
to
BenchmarkState.RUNNING.name()
progress.getProcesses().size()
to
progress.get("processes").size()
Cascading Type Change (Similar)
BenchmarkProgress
to
JsonNode