Package | Description |
---|---|
org.openfast | |
org.openfast.debug | |
org.openfast.extensions | |
org.openfast.template | |
org.openfast.template.operator | |
org.openfast.template.type | |
org.openfast.util |
Modifier and Type | Class and Description |
---|---|
class |
BitVectorValue |
class |
ByteVectorValue |
class |
DateValue |
class |
DecimalValue |
class |
GroupValue |
class |
IntegerValue |
class |
Message |
class |
NumericValue |
class |
ScalarValue |
class |
SequenceValue |
class |
StringValue |
Modifier and Type | Field and Description |
---|---|
protected FieldValue[] |
GroupValue.values |
Modifier and Type | Method and Description |
---|---|
FieldValue |
SequenceValue.copy() |
FieldValue |
ScalarValue.copy() |
FieldValue |
Message.copy() |
FieldValue |
GroupValue.copy() |
FieldValue |
FieldValue.copy() |
FieldValue |
GroupValue.getValue(int fieldIndex) |
FieldValue |
GroupValue.getValue(String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceValue.add(FieldValue[] values) |
void |
GroupValue.setFieldValue(Field field,
FieldValue value) |
void |
GroupValue.setFieldValue(int fieldIndex,
FieldValue value) |
void |
GroupValue.setFieldValue(String fieldName,
FieldValue value) |
Constructor and Description |
---|
GroupValue(Group group,
FieldValue[] values) |
Message(MessageTemplate template,
FieldValue[] fieldValues) |
Modifier and Type | Method and Description |
---|---|
void |
Trace.field(Field field,
FieldValue value,
FieldValue encoded,
byte[] encoding,
int pmapIndex) |
void |
BasicEncodeTrace.field(Field field,
FieldValue value,
FieldValue encoded,
byte[] encoding,
int pmapIndex) |
void |
BasicDecodeTrace.field(Field field,
FieldValue value,
FieldValue decodedValue,
byte[] encoding,
int pmapIndex) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
MapScalar.createValue(String value) |
FieldValue |
MapScalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
Modifier and Type | Method and Description |
---|---|
byte[] |
MapScalar.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder) |
boolean |
MapScalar.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
Modifier and Type | Class and Description |
---|---|
class |
LongValue |
class |
TwinValue |
Modifier and Type | Method and Description |
---|---|
FieldValue |
ComposedValueConverter.compose(FieldValue[] values) |
FieldValue |
StaticTemplateReference.createValue(String value) |
FieldValue |
Sequence.createValue(String value) |
FieldValue |
Scalar.createValue(String value) |
FieldValue |
MessageTemplate.createValue(String value) |
FieldValue |
Group.createValue(String value) |
abstract FieldValue |
Field.createValue(String value)
createValue method declaration
|
FieldValue |
DynamicTemplateReference.createValue(String value) |
FieldValue |
ComposedScalar.createValue(String value) |
FieldValue |
StaticTemplateReference.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader) |
FieldValue |
Sequence.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader)
Decode the specified stream of data
|
FieldValue |
Scalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
FieldValue |
Group.decode(InputStream in,
Group group,
Context context,
BitVectorReader pmapReader) |
abstract FieldValue |
Field.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader)
FieldValue decode method declaration
|
FieldValue |
DynamicTemplateReference.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader) |
FieldValue |
ComposedScalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
FieldValue[] |
Group.decodeFieldValues(InputStream in,
Group template,
BitVectorReader pmapReader,
Context context)
Goes through the all the field value array, starting with the index
passed, checks to see if a map actually created for the field to pass to
the decoder - the field index is created as a new Group object and stored
to the the FieldValue array.
|
protected FieldValue[] |
Group.decodeFieldValues(InputStream in,
Group template,
Context context)
If there is not a vector map created for the inputStream, a vector map
will be created to pass to the public decodeFieldValues method.
|
FieldValue[] |
ComposedValueConverter.split(FieldValue value) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
ComposedValueConverter.compose(FieldValue[] values) |
byte[] |
Group.encode(FieldValue value,
Group template,
Context context)
If there is no BitVector, this encoding method will create one.
|
byte[] |
StaticTemplateReference.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder) |
byte[] |
Sequence.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
Store the data passed to a byte array
|
byte[] |
Scalar.encode(FieldValue fieldValue,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder) |
byte[] |
Group.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
If your FieldValue already has a BitVector, use this encode method.
|
abstract byte[] |
Field.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder)
byte[] encode method declaration
|
byte[] |
DynamicTemplateReference.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder) |
byte[] |
ComposedScalar.encode(FieldValue value,
Group template,
Context context,
BitVectorBuilder presenceMapBuilder) |
boolean |
StaticTemplateReference.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
boolean |
Sequence.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
boolean |
Scalar.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
boolean |
Group.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue)
Determine if there is a Map of the passed byte array and fieldValue
|
abstract boolean |
Field.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue)
isPresenceMapBitSet method declaration
|
boolean |
DynamicTemplateReference.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
boolean |
ComposedScalar.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
FieldValue[] |
ComposedValueConverter.split(FieldValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
OperatorCodec.isPresenceMapBitSet(byte[] encoding,
FieldValue fieldValue) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
DecimalConverter.compose(FieldValue[] values) |
FieldValue[] |
DecimalConverter.split(FieldValue value) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
DecimalConverter.compose(FieldValue[] values) |
FieldValue[] |
DecimalConverter.split(FieldValue value) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
UnboundedCache.lookup(int index) |
FieldValue |
Cache.lookup(int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnboundedCache.containsValue(FieldValue value) |
boolean |
Cache.containsValue(FieldValue value) |
int |
UnboundedCache.getIndex(FieldValue value) |
int |
Cache.getIndex(FieldValue value) |
int |
UnboundedCache.store(FieldValue value) |
int |
Cache.store(FieldValue value) |
void |
UnboundedCache.store(int index,
FieldValue value) |
void |
Cache.store(int index,
FieldValue value) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.