Uses of Interface
com.pervasive.datarush.tokens.ModificationCountProvider
Packages that use ModificationCountProvider
Package
Description
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for record valued
tokens.
-
Uses of ModificationCountProvider in com.pervasive.datarush.tokens
Classes in com.pervasive.datarush.tokens that implement ModificationCountProviderModifier and TypeClassDescriptionclassProvides a change number sequence which is manually managed.final classA change sequence derived from an input port. -
Uses of ModificationCountProvider in com.pervasive.datarush.tokens.record
Constructors in com.pervasive.datarush.tokens.record with parameters of type ModificationCountProviderModifierConstructorDescriptionprotectedAbstractRecordValued(RecordTokenType type, F[] fieldValues, boolean validateType, ModificationCountProvider modificationCountProvider) Constructs a value using the given elements as the field elements, using the specified type.protectedAbstractRecordValued(RecordTokenType type, F[] fieldValues, ModificationCountProvider modificationCountProvider) Constructs a value using the given elements as the field elements, using the specified type.protectedAbstractRecordValued(F[] fieldValues, ModificationCountProvider modificationCountProvider) Constructs a value using the given elements as the field elements.CompositeValue(ScalarValued[] fields, ModificationCountProvider modCountProvider) Construct a composite from the suppliedScalarValuedobjects.CompositeValue(RecordTokenType type, ScalarValued[] fields, ModificationCountProvider modCountProvider) Construct a composite with the described schema using the suppliedScalarValuedobjects.FieldIteratorManager(RecordValued record, ModificationCountProvider modificationCountProvider) Creates a new FieldIteratorManager.RecordValuedFilter(RecordTokenType targetType, RecordValued source, ModificationCountProvider modificationCountProvider) Defines aRecordValuedobject, declaring the specified type, backed by the underlying source.RecordValuedFilter(RecordTokenType targetType, Map<String, String> targetToSourceNameMapping, RecordValued source, ModificationCountProvider modificationCountProvider) Defines aRecordValuedobject, declaring the specified type, backed by the underlying source.