java.lang.Object
com.pervasive.datarush.tokens.record.FieldIteratorManager
Class responsible for creating iterators associated with a given RecordValued
object.
-
Constructor Summary
ConstructorsConstructorDescriptionFieldIteratorManager(RecordValued record, ModificationCountProvider modificationCountProvider) Creates a new FieldIteratorManager. -
Method Summary
Modifier and TypeMethodDescriptionnewIterator(FieldIteratorProperties properties) Creates an iterator on the managed record.
-
Constructor Details
-
FieldIteratorManager
public FieldIteratorManager(RecordValued record, ModificationCountProvider modificationCountProvider) Creates a new FieldIteratorManager.- Parameters:
record- The record value.modificationCountProvider- The modification count provider to use to indicate when the underlying record changes values.
-
-
Method Details
-
newIterator
Creates an iterator on the managed record.- Parameters:
properties- properties for the iterator- Returns:
- a new iterator
-