| Package | Description | 
|---|---|
| com.pervasive.datarush.encoding | 
 Provides basic interfaces used when converting tokens
 into various formats. 
 | 
| com.pervasive.datarush.encoding.binary | 
 Implementations of encoders of tokens
 into binary formats. 
 | 
| 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.tokens | 
 Provides classes and utilities for working with data tokens. 
 | 
| com.pervasive.datarush.tokens.record | 
 Provides implementations of and utilities for record valued
 tokens. 
 | 
| com.pervasive.datarush.tokens.scalar | 
 Provides implementations of and utilities for scalar valued
 tokens. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TokenDecoder.setTarget(TokenSettable buffer)
Designates the current target for decoding operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected TokenSettable | 
AbstractTokenDecoder.getTarget()
Returns the current target held by this decoder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SparseRecordDecoder.doTargetUpdated(TokenSettable target)  | 
protected abstract void | 
AbstractTokenDecoder.doTargetUpdated(TokenSettable target)
Sets the target buffer for decoding. 
 | 
void | 
AbstractTokenDecoder.setTarget(TokenSettable target)
This implementation sets the target variable and invokes
 the method  
AbstractTokenDecoder.doTargetUpdated(TokenSettable). | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BinaryOutputField
A binary valued field of a record output port. 
 | 
interface  | 
BooleanOutputField
A boolean valued field of a record output port. 
 | 
interface  | 
CharOutputField
A character valued field of a record output port. 
 | 
interface  | 
DateOutputField
A date valued field of a record output port. 
 | 
interface  | 
DoubleOutputField
A double valued field of a record output port. 
 | 
interface  | 
DurationOutputField
A duration valued field of a record output port. 
 | 
interface  | 
FloatOutputField
A float valued field of a record output port. 
 | 
interface  | 
IntOutputField
An integer valued field of a record output port. 
 | 
interface  | 
Ip4AddressOutputField
A ip4 address valued field of a record output port. 
 | 
interface  | 
Ip6AddressOutputField
A ip6 address valued field of a record output port. 
 | 
interface  | 
LongOutputField
A long valued field of a record output port. 
 | 
interface  | 
MoneyOutputField
A money valued field of a record output port. 
 | 
interface  | 
NumberOutputField
A number valued field of a record output port. 
 | 
interface  | 
NumericOutputField
A numeric valued field of a record output port. 
 | 
interface  | 
ObjectOutputField<T>
An object valued field of a record output port. 
 | 
interface  | 
PeriodOutputField
A period valued field of a record output port. 
 | 
interface  | 
RecordOutput
An output port generating a flow of record tokens. 
 | 
interface  | 
ScalarOutputField
A field of a record output port. 
 | 
interface  | 
StringOutputField
A string valued field of a record output port. 
 | 
interface  | 
TimeOutputField
A time valued field of a record output port. 
 | 
interface  | 
TimestampOutputField
A timestamp valued field of a record output port. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TokenSettable | 
MutableTokenSequence.getTokenSetter(int index)
Returns a mutator for the given index. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DataRegister
A mutable  
TokenValued object. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
TokenUtils.transfer(TokenValued[] sources,
        TokenSettable[] dest)
Transfers the given array of sources to the array of destinations by-position. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RecordSettable
A  
TokenSettable object containing record data. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MutableComposite
A composite of settable scalar fields. 
 | 
class  | 
RecordRegister
A composite register of scalar registers; a mutable  
RecordValued object. | 
class  | 
RecordSettableFilter
An adapter for converting the apparent type of a  
RecordSettable. | 
class  | 
SparseRecordRegister
A composite register of scalar registers; a mutable  
RecordValued object. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BinarySettable
A  
TokenSettable object containing a binary value. | 
interface  | 
BooleanSettable
A  
TokenSettable object containing a boolean value. | 
interface  | 
CharSettable
A  
TokenSettable object containing a character value. | 
interface  | 
DateSettable
A  
TokenSettable object containing a date value. | 
interface  | 
DoubleSettable
A  
TokenSettable object containing a double value. | 
interface  | 
DurationSettable
A  
TokenSettable object containing a duration value. | 
interface  | 
FloatSettable
A  
TokenSettable object containing a float value. | 
interface  | 
IntSettable
A  
TokenSettable object containing an integer value. | 
interface  | 
Ip4AddressSettable
A  
TokenSettable object containing a Inet4Address value. | 
interface  | 
Ip6AddressSettable
A  
TokenSettable object containing a Inet6Address value. | 
interface  | 
LongSettable
A  
TokenSettable object containing a long value. | 
interface  | 
MoneySettable
A  
TokenSettable object containing a money value. | 
interface  | 
NumberSettable
A  
TokenSettable object containing a number value. | 
interface  | 
NumericSettable
A  
TokenSettable object containing a numeric value. | 
interface  | 
ObjectSettable<T>
A  
TokenSettable object containing a Java object. | 
interface  | 
PeriodSettable
A  
TokenSettable object containing a period value. | 
interface  | 
ScalarRegister
A mutable  
ScalarValued object. | 
interface  | 
ScalarSettable
A  
TokenSettable containing a scalar value. | 
interface  | 
StringSettable
A  
TokenSettable object containing a string value. | 
interface  | 
TimeSettable
A  
TokenSettable object containing a time value. | 
interface  | 
TimestampSettable
A  
TokenSettable object containing a timestamp value. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryRegister
A mutable  
BinaryValued object. | 
class  | 
BooleanRegister
A mutable  
BooleanValued object. | 
class  | 
CharRegister
A mutable  
CharValued object. | 
class  | 
DateRegister
A mutable  
DateValued object. | 
class  | 
DoubleRegister
A mutable  
DoubleValued object. | 
class  | 
DurationRegister
A mutable  
DurationValued object. | 
class  | 
FloatRegister
A mutable  
BinaryValued object. | 
class  | 
IntRegister
A mutable  
IntValued object. | 
class  | 
Ip4AddressRegister
A mutable  
Ip4AddressValued object. | 
class  | 
Ip6AddressRegister
A mutable  
Ip6AddressValued object. | 
class  | 
LongRegister
A mutable  
IntValued object. | 
class  | 
MoneyRegister
A mutable  
MoneyValued object. | 
class  | 
NumericRegister
A mutable  
NumericValued object. | 
class  | 
ObjectRegister<O>
A mutable  
ObjectValued object. | 
class  | 
PeriodRegister
A mutable  
PeriodValued object. | 
class  | 
StringRegister
A mutable  
StringValued object. | 
class  | 
TimeRegister
A mutable  
TimeValued object. | 
class  | 
TimestampRegister
A mutable  
TimestampValued object. | 
Copyright © 2024 Actian Corporation. All rights reserved.