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 ChannelPerformancechannelPerformancebooleanrawTypeLoadertypeLoaderLoader for Timebase types.
-
Constructor Summary
Constructors Constructor Description ChannelPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPerformancegetChannelPerformance()TypeLoadergetTypeLoader()
-
-
-
Field Detail
-
raw
public boolean raw
-
typeLoader
public TypeLoader typeLoader
Loader for Timebase types.Resolves a tickdb type to a class bound with it.
nullvalue 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()
-
-