com.bigdata.resources
Class MoveTask.ReceiveIndexPartitionTask

java.lang.Object
  extended by com.bigdata.service.FederationCallable<T>
      extended by com.bigdata.service.DataServiceCallable<Void>
          extended by 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

Method Summary
 Void call()
           
 
Methods inherited from class com.bigdata.service.DataServiceCallable
getDataService, isDataService, setDataService
 
Methods inherited from class com.bigdata.service.FederationCallable
getFederation, setFederation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.service.IFederationCallable
getFederation, setFederation
 

Method Detail

call

public Void call()
          throws Exception
Throws:
Exception


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