Package deltix.data.stream
Class ChannelPreferences
- java.lang.Object
-
- deltix.data.stream.ChannelPreferences
-
- Direct Known Subclasses:
CommonOptions
,TopicChannelPreferences
public abstract class ChannelPreferences extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ChannelPerformance
channelPerformance
boolean
raw
TypeLoader
typeLoader
Loader for Timebase types.
-
Constructor Summary
Constructors Constructor Description ChannelPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPerformance
getChannelPerformance()
TypeLoader
getTypeLoader()
-
-
-
Field Detail
-
raw
public boolean raw
-
typeLoader
public TypeLoader typeLoader
Loader for Timebase types.Resolves a tickdb type to a class bound with it.
null
value means the default loader. Any code, which needs to get the field value, must use getter method to avoidNullPointerException
.
-
channelPerformance
public ChannelPerformance channelPerformance
-
-
Method Detail
-
getTypeLoader
public TypeLoader getTypeLoader()
-
getChannelPerformance
public ChannelPerformance getChannelPerformance()
-
-