IRouteMappingTables Interface

An interface to provide a custom implementation of the routing functionality of the RoutingTables

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public interface IRouteMappingTables

Properties

RouteCount Gets the number of routes in this routing table.

Methods

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.
PatchRoutingTable Patches the existing routing table with the supplied adapters.

See Also