com.bigdata.resources
Class MoveTask.ReceiveIndexPartitionTask
java.lang.Object
com.bigdata.service.FederationCallable<T>
com.bigdata.service.DataServiceCallable<Void>
com.bigdata.resources.MoveTask.ReceiveIndexPartitionTask
- All Implemented Interfaces:
- IDataServiceCallable, IFederationCallable, Serializable, Callable<Void>
- Enclosing class:
- MoveTask
protected static class MoveTask.ReceiveIndexPartitionTask
- extends DataServiceCallable<Void>
Receives an index partition comprised of a historical index segment store
and an index segment store containing the buffered writes and registers
the index partition on the data service on which this procedure is
executed. This class is actually a Serializable wrapper which
submits the InnerReceiveIndexPartitionTask once it is running on
the target data service.
- Author:
- Bryan Thompson
- See Also:
InnerReceiveIndexPartitionTask,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
call
public Void call()
throws Exception
- Throws:
Exception
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.