Uses of Class
com.bigdata.resources.AbstractResult

Packages that use AbstractResult
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
 

Uses of AbstractResult in com.bigdata.resources
 

Subclasses of AbstractResult in com.bigdata.resources
 class BuildResult
          The result of an CompactingMergeTask.
 class JoinResult
          The result of a JoinIndexPartitionTask.
 class MoveResult
          The object returned by MoveIndexPartitionTask.
 class SplitResult
          The result of a SplitIndexPartitionTask including enough metadata to identify the index partitions to be created and the index partition to be deleted.
 

Methods in com.bigdata.resources that return AbstractResult
protected  AbstractResult SplitIndexPartitionTask.doTask()
          Decides how many index partitions should be generated (N) and builds N IndexSegments from the source index partition.
protected  AbstractResult ScatterSplitTask.doTask()
          Breaks the index partition into N splits, where N was specified to the ctor, and redistributes those splits onto the move targets using a round robin.
 



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