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.Object
Used with message sources to quickly productUnboundDecoder
instances corresponding to raw messages, by using the type index, commonly provided byTypedMessageSource
and 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 UnboundDecoder
getDecoder(MessageInfo info)
-
-
-
Constructor Detail
-
IndexedUnboundDecoderMap
public IndexedUnboundDecoderMap(CodecFactory factory)
-
-
Method Detail
-
getDecoder
public UnboundDecoder getDecoder(MessageInfo info)
-
-