Uses of Interface
gov.bnl.star.offline.scheduler.dataset.datasetManipulators.DatasetManipulator

Packages that use DatasetManipulator
gov.bnl.star.offline.scheduler.dataset.datasetManipulators Contains class for manipulating large datasets. 
 

Uses of DatasetManipulator in gov.bnl.star.offline.scheduler.dataset.datasetManipulators
 

Classes in gov.bnl.star.offline.scheduler.dataset.datasetManipulators that implement DatasetManipulator
 class DropDuplicateRegX
          A dataset manipulator used to drop entries with matching regular expression capture groups.
 class DropDuplicatesFromSortedList
          A dataset manipulator used to drop entries with matching regular expression capture groups from a list sorted be that capture groups.
 class DropMatchingRegX
          Drop any entry matching the configured regular expression
 class SortByRegX
          This is a sorter for large datasets that do not fit into memory.
 class SplitByMinMaxEntries
          Add markers to the dataset that show where it should be split.
 class SplitByRegX
          This class markers the dataset for splitting between non-matching regular expression capture groups in an ordered list
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.