See: Description
Class | Description |
---|---|
AbstractDataField | |
AbstractDataIntField | |
AbstractDataObjField | |
ArrayListAttachmentStrategy<T,C> | |
ByteArrayField |
The
ByteArrayField represents a linear byte array field
with plain serialized form. |
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 '!' (not) operations. |
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. |
MarshalledObjField |
The
MarshalledObjField represents an object field with plain Java serialized form. |
NotFilter |
Default implementation for
QDFilter.negate() operation. |
PatternFilter |
SubscriptionFilter that understands a simple GLOB-like grammar
to specify matching symbols. |
PatternFilter.RecordPatternFilter | |
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.
|
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. |
SymbolSetFilter |
Fast filter based on
SymbolSet . |
TimeField | |
VoidIntField | |
VoidObjField | |
WideDecimalField |
The
WideDecimalField represents a decimal field with compact serialized form. |
Exception | Description |
---|---|
FilterSyntaxException |
Thrown to indicate that subscription filter pattern for
PatternFilter , CompositeFilters or other filters has syntax errors. |
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.