Uses of Interface
com.pervasive.datarush.sequences.TokenAppendable
Packages that use TokenAppendable
Package
Description
Provides operators for reading and writing DataRush staging datasets.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides classes and interfaces related to sequences of tokens.
Provides implementations of sequences of record valued tokens.
Provides implementations of sequences of scalar token values.
Provides implementations of and utilities for record valued
tokens.
-
Uses of TokenAppendable in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement TokenAppendableModifier and TypeClassDescriptionclassUtility for writing a data-set to be read byReadStagingDatasetoutside of an engine context. -
Uses of TokenAppendable in com.pervasive.datarush.ports.physical
Subinterfaces of TokenAppendable in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceAn output port generating a flow of record tokens.Methods in com.pervasive.datarush.ports.physical with parameters of type TokenAppendableModifier and TypeMethodDescriptionbooleanRecordInput.transfer(TokenAppendable out) Transfers the current token value of the input port to the target.booleanRecordInput.transfer(TokenAppendable out, boolean startWithNextToken) Transfers a token value from the input port to the given target, transferring either the current token (that is, push, then step) or the next token (that is, step, then push).booleanRecordInput.transfer(TokenAppendable out, long n) Transfers multiple tokens of the input port starting at the current token to the given target.booleanRecordInput.transfer(TokenAppendable out, long n, boolean startWithNextToken) Transfers multiple tokens from the input port, beginning either with the current token or the next token.booleanSteppableRecordValued.transfer(TokenAppendable out, long n, boolean startWithNextToken) voidRecordInput.transferAll(TokenAppendable out) Transfers all remaining tokens from the input port starting at the current token to the given target.voidRecordInput.transferAll(TokenAppendable out, boolean startWithNextToken) Transfers all remaining tokens from the input port, beginning either with the current token or the next token. -
Uses of TokenAppendable in com.pervasive.datarush.sequences
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequencesModifier and TypeInterfaceDescriptioninterfaceA TokenAppendable which has resources which need to be released when being disposed.interfaceA mutableTokenSequence. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.record
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.recordModifier and TypeInterfaceDescriptioninterfaceA sequence of composite tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.record that implement TokenAppendableModifier and TypeClassDescriptionfinal classPrimary implementation ofMutableRecordTokenSequence.final classAn implementation ofMutableRecordTokenSequencewhich stores data sparsely. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.scalar
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAMutableTokenSequencecontaining binary valued data.interfaceAMutableTokenSequencecontaining boolean valued data.interfaceAMutableTokenSequencecontaining character valued data.interfaceAMutableTokenSequencecontaining date valued data.interfaceAMutableTokenSequencecontaining double valued data.interfaceAMutableTokenSequencecontaining duration valued data.interfaceAMutableTokenSequencecontaining float valued data.interfaceAMutableTokenSequencecontaining integer valued data.interfaceAMutableTokenSequencecontaining ip4address valued data.interfaceAMutableTokenSequencecontaining ip6address valued data.interfaceAMutableTokenSequencecontaining long valued data.interfaceAMutableTokenSequencecontaining money valued data.interfaceAMutableTokenSequencecontaining numeric valued data.interfaceAMutableTokenSequencecontaining object valued data.interfaceAMutableTokenSequencecontaining period valued data.interfaceAMutableTokenSequenceof composite tokens, representing record data.interfaceAMutableTokenSequencecontaining scalar typed tokens.interfaceAMutableTokenSequencecontaining string valued data.interfaceAMutableTokenSequencecontaining timestamp valued data.interfaceAMutableTokenSequencecontaining time valued data.interfaceA sequence of scalar tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.scalar that implement TokenAppendableModifier and TypeClassDescriptionclassATokenSequencecontaining scalar typed tokens.final classPrimary implementation ofMutableBinaryTokenSequence.final classPrimary implementation ofMutableBooleanTokenSequence.final classPrimary implementation ofMutableCharTokenSequence.final classPrimary implementation ofMutableDateTokenSequence.final classPrimary implementation ofMutableDoubleTokenSequence.final classPrimary implementation ofMutableDurationTokenSequence.classPrimary implementation ofMutableFloatTokenSequence.final classPrimary implementation ofMutableIntTokenSequence.final classPrimary implementation ofMutableIp4AddressTokenSequence.final classPrimary implementation ofMutableIp6AddressTokenSequence.final classPrimary implementation ofMutableLongTokenSequence.final classPrimary implementation ofMutableMoneyTokenSequence.classPrimary implementation ofMutableNumericTokenSequence.final classPrimary implementation ofMutableObjectTokenSequence.final classPrimary implementation ofMutablePeriodTokenSequence.final classAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.final classAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.final classAn implementation ofMutableCharTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.final classAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIntTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableLongTokenSequencewhich stores data sparsely.final classAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.final classAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.final classAn implementation ofMutableObjectTokenSequencewhich stores data sparsely.final classAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.final classAn implementation ofMutableStringTokenSequencewhich stores data sparsely.final classAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classPrimary implementation ofMutableStringTokenSequence.final classPrimary implementation ofMutableTimestampTokenSequence.final classPrimary implementation ofMutableTimeTokenSequence. -
Uses of TokenAppendable in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement TokenAppendableModifier and TypeClassDescriptionstatic classFactory for creating record maps.