com.bigdata.service
Class AbstractScaleOutFederation.PurgeResourcesTask

java.lang.Object
  extended by com.bigdata.service.AbstractScaleOutFederation.PurgeResourcesTask
All Implemented Interfaces:
Callable<Void>
Enclosing class:
AbstractScaleOutFederation<T>

public static class AbstractScaleOutFederation.PurgeResourcesTask
extends Object
implements Callable<Void>

Task directs a DataService to purge any unused resources and to optionally truncate the extent of the live journal.

Version:
$Id: AbstractScaleOutFederation.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
AbstractScaleOutFederation.PurgeResourcesTask(IDataService dataService, boolean truncateJournal)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
Constructor Detail

AbstractScaleOutFederation.PurgeResourcesTask

public AbstractScaleOutFederation.PurgeResourcesTask(IDataService dataService,
                                                     boolean truncateJournal)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.