Package deltix.qsrv.hf.tickdb.pub.query
Class IndexedUnboundDecoderMap
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.pub.query.IndexedUnboundDecoderMap
-
public class IndexedUnboundDecoderMap extends java.lang.ObjectUsed with message sources to quickly productUnboundDecoderinstances corresponding to raw messages, by using the type index, commonly provided byTypedMessageSourceand its subsclasses. This class is not thread-safe, as it is designed to work in the cursor read thread.
-
-
Constructor Summary
Constructors Constructor Description IndexedUnboundDecoderMap(CodecFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnboundDecodergetDecoder(MessageInfo info)
-
-
-
Constructor Detail
-
IndexedUnboundDecoderMap
public IndexedUnboundDecoderMap(CodecFactory factory)
-
-
Method Detail
-
getDecoder
public UnboundDecoder getDecoder(MessageInfo info)
-
-