com.bigdata.service
Class AbstractScaleOutFederation.ForceOverflowTask

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

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

Task forces immediate overflow of the specified data service, returning once both synchronous AND asynchronous overflow are complete.

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.ForceOverflowTask(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.ForceOverflowTask

public AbstractScaleOutFederation.ForceOverflowTask(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.