public static class AbstractFederation.ReportTask extends Object implements Runnable
ILoadBalancerService
.Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
log
Note: The logger is named for this class, but since it is an inner
class the name uses a "$" delimiter (vs a ".") between the outer and
the inner class names.
|
Constructor and Description |
---|
AbstractFederation.ReportTask(AbstractFederation<?> fed) |
Modifier and Type | Method and Description |
---|---|
protected void |
reportPerformanceCounters()
Send performance counters to the load balancer.
|
void |
run()
Note: Don't throw anything here since we don't want to have the task
suppressed!
|
protected final org.apache.log4j.Logger log
public AbstractFederation.ReportTask(AbstractFederation<?> fed)
public void run()
protected void reportPerformanceCounters() throws IOException
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.