com.bigdata.counters.query
Class QueryUtil.ReadCounterSetXMLFileTask
java.lang.Object
com.bigdata.counters.query.QueryUtil.ReadCounterSetXMLFileTask
- All Implemented Interfaces:
- Callable<Void>
- Enclosing class:
- QueryUtil
public static class QueryUtil.ReadCounterSetXMLFileTask
- extends Object
- implements Callable<Void>
Task reads counters matching a regular expression into the caller's
CounterSet.
- Version:
- $Id: QueryUtil.java 3796 2010-10-14 12:33:37Z thompsonbry $
- Author:
- Bryan
Thompson
QueryUtil.ReadCounterSetXMLFileTask
public QueryUtil.ReadCounterSetXMLFileTask(File file,
CounterSet counterSet,
int nsamples,
PeriodEnum period,
Pattern regex)
- Parameters:
file - counterSet - nsamples - period - regex -
call
public Void call()
throws Exception
- Specified by:
call in interface Callable<Void>
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.