Package gov.bnl.star.offline.scheduler.dataset.datasetManipulators

Contains class for manipulating large datasets.

See:
          Description

Interface Summary
DatasetManipulator The base class for any operations that manipulate the dataset gov.bnl.star.offline.scheduler.dataset.Dataset object.
 

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

Package gov.bnl.star.offline.scheduler.dataset.datasetManipulators Description

Contains class for manipulating large datasets.



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