|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractDataField | |
AbstractDataIntField | |
AbstractDataObjField | |
ByteArrayField | The ByteArrayField represents a linear byte array field
with plain serialized form. |
CharArrayField | Deprecated. Use StringField or ByteArrayField . |
CompactCharField | The CompactCharField represents a single character field
with UTF-8 serialized form. |
CompactIntField | The CompactIntField represents an integer field
with compact serialized form. |
CompositeFilters | SubscriptionFilter utilities that combine other filters with ',' (or) operations,
'&' (and) operations, and '!' |
DateField | |
DecimalField | The DecimalField represents a decimal field with compact serialized form. |
DefaultRecord | The DefaultRecord is a basic implementation of data record. |
DefaultScheme | The DefaultScheme is a basic implementation of data scheme. |
IPFSymbolFilter | Subscription filter that filters only based on symbol. |
MarshalledObjField | The MarshalledObjField represents an object field with plain Java serialized form. |
PatternFilter | SubscriptionFilter that understands a simple GLOB-like grammar
to specify matching symbols. |
PentaCodec | The PentaCodec performs symbol coding and serialization using
extensible 5-bit encoding. |
PlainIntField | The PlainIntField represents an integer field with plain serialized form. |
PlainObjField | Deprecated. Use ByteArrayField with custom serialization whenever possible,
or use MarshalledObjField that prevents unnecessary costly deserialization of
objects in multiplexor nodes. |
RecordOnlyFilter | Subscription filter that filters only based on the record name. |
RecordReaderAdapter | Reads incoming records from BufferedInput but add another, resulting record, into
RecordBuffer . |
RecordReaderSkipper | Reads records from BufferedInput , but does not add anything into RecordBuffer . |
SequenceField | |
ShortStringField | The ShortStringField represents a short (up to 4 characters) string
in a single integer with compact serialized form. |
StringField | The StringField represents a character sequence field
with CESU-8 serialized form. |
TimeField | |
VoidIntField | |
VoidObjField |
Exception Summary | |
---|---|
FilterSyntaxException | Thrown to indicate that subscription filter pattern for
PatternFilter or CompositeFilters has syntax errors. |
This package contains default implementations of various QD components which do not constitute any separate module or subsystem and which can be easily replaced.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |