public class InProgressSnapshot extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<InProgressSnapshot,String> |
TO_FORMATTED_STRING |
static com.google.common.base.Function<InProgressSnapshot,String> |
TO_TABBED_STRING |
Modifier and Type | Method and Description |
---|---|
String |
asFormattedString() |
String |
asTabbedString() |
static InProgressSnapshot |
capture(EventTimer timer,
ThreadContext context) |
List<Class<?>> |
getColumnClasses() |
int |
getColumnCount() |
Collection<String> |
getColumnDescriptions() |
Collection<String> |
getColumnNames() |
List<Map<String,Object>> |
getValues() |
public static final com.google.common.base.Function<InProgressSnapshot,String> TO_TABBED_STRING
public static final com.google.common.base.Function<InProgressSnapshot,String> TO_FORMATTED_STRING
public int getColumnCount()
public Collection<String> getColumnDescriptions()
public Collection<String> getColumnNames()
public static InProgressSnapshot capture(EventTimer timer, ThreadContext context)
public String asTabbedString()
public String asFormattedString()
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.