public class AllStatistics extends Object
AllStatistics
TODOConstructor and Description |
---|
AllStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
add(FlowConstructStatistics stat) |
void |
clear() |
FlowConstructStatistics |
getApplicationStatistics() |
Collection<FlowConstructStatistics> |
getComponentStatistics()
Deprecated.
use #getServiceStatistics
|
Collection<FlowConstructStatistics> |
getServiceStatistics() |
long |
getStartTime() |
boolean |
isEnabled()
Are statistics logged
|
void |
logSummary() |
void |
logSummary(PrintWriter printer) |
void |
remove(FlowConstructStatistics stat) |
void |
setEnabled(boolean b)
Enable statistics logs (this is a dynamic parameter)
|
void |
setStartTime(long startTime) |
public void logSummary()
public void logSummary(PrintWriter printer)
public void clear()
public boolean isEnabled()
public void setEnabled(boolean b)
public long getStartTime()
public void setStartTime(long startTime)
public void add(FlowConstructStatistics stat)
public void remove(FlowConstructStatistics stat)
@Deprecated public Collection<FlowConstructStatistics> getComponentStatistics()
public Collection<FlowConstructStatistics> getServiceStatistics()
public FlowConstructStatistics getApplicationStatistics()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.