RouteMappingHighLatencyLowCpu Class

Represents an alternative routing table that has intentional delays to lower overall CPU utilization.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public class RouteMappingHighLatencyLowCpu : IRouteMappingTables
Inheritance
Object    RouteMappingHighLatencyLowCpu
Implements
IRouteMappingTables

Constructors

RouteMappingHighLatencyLowCpu Creates a RouteMappingHighLatencyLowCpu

Properties

RouteCount Gets the number of routes in this routing table.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Assigns the status messaging callbacks.
InjectMeasurements This method will directly inject measurements into the routing table and use a shared local input adapter. For contention reasons, it is not recommended this be its default use case, but it is necessary at times.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PatchRoutingTable Patches the existing routing table with the supplied adapters.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also