public class SessionStatistics extends Object implements Iterable<Statistics>
sessions (in given phase) driven by the same executor.| Constructor and Description |
|---|
SessionStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
getOrCreate(Phase phase,
int stepId,
String name,
long startTime) |
Iterator<Statistics> |
iterator() |
Stream<Map<String,Statistics>> |
maps() |
Phase |
phase(int index) |
void |
prune(Phase phase) |
int |
size() |
Map<String,Statistics> |
stats(int index) |
int |
step(int index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<Statistics> iterator()
iterator in interface Iterable<Statistics>public Statistics getOrCreate(Phase phase, int stepId, String name, long startTime)
public int size()
public Phase phase(int index)
public int step(int index)
public Map<String,Statistics> stats(int index)
public Stream<Map<String,Statistics>> maps()
public void prune(Phase phase)
Copyright © 2019 JBoss by Red Hat. All rights reserved.