com.bigdata.relation.accesspath
Class FlushBufferTask
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushBufferTask
public FlushBufferTask(IBuffer<ISolution[]> buffer)
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.