Uses of Interface
com.pervasive.datarush.sequences.TokenAppendable
-
Packages that use TokenAppendable Package Description com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of tokens.com.pervasive.datarush.sequences.record Provides implementations of sequences of record valued tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.record 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 TokenAppendable Modifier and Type Class Description classDatasetBuilderUtility 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.physical Modifier and Type Interface Description interfaceRecordOutputAn output port generating a flow of record tokens.Methods in com.pervasive.datarush.ports.physical with parameters of type TokenAppendable Modifier and Type Method Description booleanRecordInput. 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.sequences Modifier and Type Interface Description interfaceCloseableTokenAppendableA TokenAppendable which has resources which need to be released when being disposed.interfaceMutableTokenSequenceA mutableTokenSequence. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.record
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.record Modifier and Type Interface Description interfaceRecordTokenAppendableA sequence of composite tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.record that implement TokenAppendable Modifier and Type Class Description classRecordTokenListPrimary implementation ofMutableRecordTokenSequence.classSparseRecordTokenListAn implementation ofMutableRecordTokenSequencewhich stores data sparsely. -
Uses of TokenAppendable in com.pervasive.datarush.sequences.scalar
Subinterfaces of TokenAppendable in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interfaceMutableBinaryTokenSequenceAMutableTokenSequencecontaining binary valued data.interfaceMutableBooleanTokenSequenceAMutableTokenSequencecontaining boolean valued data.interfaceMutableCharTokenSequenceAMutableTokenSequencecontaining character valued data.interfaceMutableDateTokenSequenceAMutableTokenSequencecontaining date valued data.interfaceMutableDoubleTokenSequenceAMutableTokenSequencecontaining double valued data.interfaceMutableDurationTokenSequenceAMutableTokenSequencecontaining duration valued data.interfaceMutableFloatTokenSequenceAMutableTokenSequencecontaining float valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableIp4AddressTokenSequenceAMutableTokenSequencecontaining ip4address valued data.interfaceMutableIp6AddressTokenSequenceAMutableTokenSequencecontaining ip6address valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.interfaceMutableMoneyTokenSequenceAMutableTokenSequencecontaining money valued data.interfaceMutableNumericTokenSequenceAMutableTokenSequencecontaining numeric valued data.interfaceMutableObjectTokenSequence<O>AMutableTokenSequencecontaining object valued data.interfaceMutablePeriodTokenSequenceAMutableTokenSequencecontaining period valued data.interfaceMutableRecordTokenSequenceAMutableTokenSequenceof composite tokens, representing record data.interfaceMutableScalarTokenSequenceAMutableTokenSequencecontaining scalar typed tokens.interfaceMutableStringTokenSequenceAMutableTokenSequencecontaining string valued data.interfaceMutableTimestampTokenSequenceAMutableTokenSequencecontaining timestamp valued data.interfaceMutableTimeTokenSequenceAMutableTokenSequencecontaining time valued data.interfaceScalarTokenAppendableA sequence of scalar tokens to which additional tokens can be appended.Classes in com.pervasive.datarush.sequences.scalar that implement TokenAppendable Modifier and Type Class Description classAbstractScalarTokenSequenceATokenSequencecontaining scalar typed tokens.classBinaryTokenListPrimary implementation ofMutableBinaryTokenSequence.classBooleanTokenListPrimary implementation ofMutableBooleanTokenSequence.classCharTokenListPrimary implementation ofMutableCharTokenSequence.classDateTokenListPrimary implementation ofMutableDateTokenSequence.classDoubleTokenListPrimary implementation ofMutableDoubleTokenSequence.classDurationTokenListPrimary implementation ofMutableDurationTokenSequence.classFloatTokenListPrimary implementation ofMutableFloatTokenSequence.classIntTokenListPrimary implementation ofMutableIntTokenSequence.classIp4AddressTokenListPrimary implementation ofMutableIp4AddressTokenSequence.classIp6AddressTokenListPrimary implementation ofMutableIp6AddressTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classMoneyTokenListPrimary implementation ofMutableMoneyTokenSequence.classNumericTokenListPrimary implementation ofMutableNumericTokenSequence.classObjectTokenList<O>Primary implementation ofMutableObjectTokenSequence.classPeriodTokenListPrimary implementation ofMutablePeriodTokenSequence.classSparseBinaryTokenListAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.classSparseBooleanTokenListAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.classSparseCharTokenListAn implementation ofMutableCharTokenSequencewhich stores data sparsely.classSparseDateTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classSparseDoubleTokenListAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.classSparseDurationTokenListAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.classSparseFloatTokenListAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseIp4AddressTokenListAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.classSparseIp6AddressTokenListAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.classSparseMoneyTokenListAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.classSparseNumericTokenListAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.classSparseObjectTokenList<T>An implementation ofMutableObjectTokenSequencewhich stores data sparsely.classSparsePeriodTokenListAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.classSparseStringTokenListAn implementation ofMutableStringTokenSequencewhich stores data sparsely.classSparseTimestampTokenListAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.classSparseTimeTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classStringTokenListPrimary implementation ofMutableStringTokenSequence.classTimestampTokenListPrimary implementation ofMutableTimestampTokenSequence.classTimeTokenListPrimary implementation ofMutableTimeTokenSequence. -
Uses of TokenAppendable in com.pervasive.datarush.tokens.record
Classes in com.pervasive.datarush.tokens.record that implement TokenAppendable Modifier and Type Class Description static classRecordMap.BuilderFactory for creating record maps.
-