Class FieldIteratorManager

java.lang.Object
com.pervasive.datarush.tokens.record.FieldIteratorManager

public final class FieldIteratorManager extends Object
Class responsible for creating iterators associated with a given RecordValued object.
  • 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