Package deltix.qsrv.hf.tickdb.pub
Class CommonOptions
- java.lang.Object
-
- deltix.data.stream.ChannelPreferences
-
- deltix.qsrv.hf.tickdb.pub.CommonOptions
-
- Direct Known Subclasses:
LoadingOptions
,SelectionOptions
public abstract class CommonOptions extends ChannelPreferences
Provides fields common for SelectionOptions and LoadingOptions
-
-
Field Summary
Fields Modifier and Type Field Description int
channelBufferSize
ChannelQualityOfService
channelQOS
Channel quality of service setting.ChannelCompression
compression
-
Fields inherited from class deltix.data.stream.ChannelPreferences
channelPerformance, raw, typeLoader
-
-
Constructor Summary
Constructors Constructor Description CommonOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
copy(CommonOptions template)
-
Methods inherited from class deltix.data.stream.ChannelPreferences
getChannelPerformance, getTypeLoader
-
-
-
-
Field Detail
-
channelQOS
public ChannelQualityOfService channelQOS
Channel quality of service setting.
-
compression
public ChannelCompression compression
-
channelBufferSize
public int channelBufferSize
-
-
Method Detail
-
copy
protected void copy(CommonOptions template)
-
-