Uses of Class
com.pervasive.datarush.ports.PortSetting
Packages that use PortSetting
Package
Description
Provides classes and interfaces for developing dataflow operators.
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
-
Uses of PortSetting in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return PortSettingModifier and TypeMethodDescriptionprotected PortSetting[]ExecutableOperator.getPortSettings(LogicalPort outputPort) May be overridden to specify port settings for a given output portOperatorProxies.ExecutableOperatorProxy.getPortSettings(LogicalPort outputPort) Public only as a matter of implementation; not intended for external use -
Uses of PortSetting in com.pervasive.datarush.ports
Methods in com.pervasive.datarush.ports that return PortSettingModifier and TypeMethodDescriptionstatic PortSettingPortSettings.batchSize(int size) Specifies the port should publish pushed data in batches of the specified size.static PortSettingPortSettings.immediate()Specifies that the port should immediately publish data when pushed.static PortSettingPortSettings.noSpooling()Disables writers writing published batches to disk.static PortSettingPortSettings.sizeByReaders(boolean enabled) Specifies whether the initial writeahead for a port should be automatically determined based on the number of readers.static PortSettingPortSettings.spoolThreshold(int size) Specifies the threshold at which the writer begins writing published batches to disk.static PortSettingPortSettings.writeahead(int size) Specifies the number of unread batches which a port can publish before blocking.Methods in com.pervasive.datarush.ports with parameters of type PortSettingModifier and TypeMethodDescriptionstatic EngineConfigPortSettings.apply(EngineConfig config, PortSetting... settings) Specifies the default properties for ports in the graph.