Uses of Class
com.bigdata.resources.AbstractAtomicUpdateTask

Packages that use AbstractAtomicUpdateTask
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 AbstractAtomicUpdateTask in com.bigdata.resources
 

Subclasses of AbstractAtomicUpdateTask in com.bigdata.resources
protected static class CompactingMergeTask.AtomicUpdateCompactingMergeTask
           The source view is pre-overflow (the last writes are on the old journal) while the current view is post-overflow (reflects writes made since overflow).
protected static class IncrementalBuildTask.AtomicUpdateIncrementalBuildTask
           The source is an IndexSegment that was built from the mutable BTree associated with the lastCommitTime on old journal of some index partition.
protected static class JoinIndexPartitionTask.AtomicUpdateJoinIndexPartition
          Task performs an atomic update of the index partition view definitions on the live journal and the MetadataIndex, thereby putting into effect the changes made by a JoinIndexPartitionTask.
protected static class MoveTask.AtomicUpdate
          Moves an index partition from this data service to another data service.
protected static class SplitIndexPartitionTask.AtomicUpdateSplitIndexPartitionTask
          An ITx.UNISOLATED operation that splits the live index using the same Split points, generating new index partitions with new partition identifiers.
 



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