Class AppDataTopic
java.lang.Object
org.radarbase.config.AvroTopicConfig
org.radarbase.schema.specification.DataTopic
org.radarbase.schema.specification.AppDataTopic
- Direct Known Subclasses:
PassiveDataTopic
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpropertiesMap(Map<String, Object> map, boolean reduced) Turns this topic into an descriptive properties map.Methods inherited from class org.radarbase.schema.specification.DataTopic
getDoc, getFields, getSampleRate, getTopicNames, getTopics, getType, getUnit, setKeySchema, setValueSchema, toString, toStringMethods inherited from class org.radarbase.config.AvroTopicConfig
getKeySchema, getTags, getTopic, getValueSchema, parseAvroTopic, setTags, setTopic
-
Constructor Details
-
AppDataTopic
public AppDataTopic()
-
-
Method Details
-
getAppProvider
-
propertiesMap
Description copied from class:DataTopicTurns this topic into an descriptive properties map.- Overrides:
propertiesMapin classDataTopic- Parameters:
map- properties to add to.reduced- whether to set a reduced set of properties, to decrease verbosity.
-