com.bigdata.relation.accesspath
Class FlushBufferTask

java.lang.Object
  extended by com.bigdata.relation.accesspath.FlushBufferTask
All Implemented Interfaces:
Callable<Long>

public class FlushBufferTask
extends Object
implements Callable<Long>

Task invokes IBuffer.flush() and returns its return value.

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

Constructor Summary
FlushBufferTask(IBuffer<ISolution[]> buffer)
           
 
Method Summary
 Long call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlushBufferTask

public FlushBufferTask(IBuffer<ISolution[]> buffer)
Method Detail

call

public Long call()
Specified by:
call in interface Callable<Long>
Returns:
The mutation count from IBuffer.flush().


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