OptimizationOptions Class

This class will contain various optimizations that can be enabled in certain circumstances through the SystemSettings. Since this framework is used in many settings, for stability reasons, tradeoffs are made. This gives the users opportunities to enable/disable certain optimizations if for some reason they cause adverse effects on their system.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
public static class OptimizationOptions
Inheritance
Object    OptimizationOptions

Properties

DefaultRoutingMethod Specifies the desired routing method.
DisableAsyncQueueInProtocolParsing Eliminates certain async queues in the phasor protocol parsing.
RoutingBatchSize Specifies the target number of measurements per batch operation.
RoutingLatency Specifies a routing latency if the routing method recognizes this.

See Also