Package | Description |
---|---|
com.pervasive.datarush.tokens |
Provides classes and utilities for working with data tokens.
|
com.pervasive.datarush.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultModificationCountProvider
Provides a change number sequence which is
manually managed.
|
class |
InputModificationCountProvider
A change sequence derived from an input port.
|
Constructor and Description |
---|
AbstractRecordValued(F[] fieldValues,
ModificationCountProvider modificationCountProvider)
Constructs a value using the given elements as the
field elements.
|
AbstractRecordValued(RecordTokenType type,
F[] fieldValues,
boolean validateType,
ModificationCountProvider modificationCountProvider)
Constructs a value using the given elements as the
field elements, using the specified type.
|
AbstractRecordValued(RecordTokenType type,
F[] fieldValues,
ModificationCountProvider modificationCountProvider)
Constructs a value using the given elements as the
field elements, using the specified type.
|
CompositeValue(RecordTokenType type,
ScalarValued[] fields,
ModificationCountProvider modCountProvider)
Construct a composite with the described schema using
the supplied
ScalarValued objects. |
CompositeValue(ScalarValued[] fields,
ModificationCountProvider modCountProvider)
Construct a composite from the supplied
ScalarValued objects. |
FieldIteratorManager(RecordValued record,
ModificationCountProvider modificationCountProvider)
Creates a new FieldIteratorManager.
|
RecordValuedFilter(RecordTokenType targetType,
Map<String,String> targetToSourceNameMapping,
RecordValued source,
ModificationCountProvider modificationCountProvider)
Defines a
RecordValued object, declaring the specified
type, backed by the underlying source. |
RecordValuedFilter(RecordTokenType targetType,
RecordValued source,
ModificationCountProvider modificationCountProvider)
Defines a
RecordValued object, declaring the specified
type, backed by the underlying source. |
Copyright © 2020 Actian Corporation. All rights reserved.