com.bigdata.counters.query
Class QueryUtil.ReadCounterSetXMLFileTask

java.lang.Object
  extended by 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

Constructor Summary
QueryUtil.ReadCounterSetXMLFileTask(File file, CounterSet counterSet, int nsamples, PeriodEnum period, Pattern regex)
           
 
Method Summary
 Void call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryUtil.ReadCounterSetXMLFileTask

public QueryUtil.ReadCounterSetXMLFileTask(File file,
                                           CounterSet counterSet,
                                           int nsamples,
                                           PeriodEnum period,
                                           Pattern regex)
Parameters:
file -
counterSet -
nsamples -
period -
regex -
Method Detail

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.