IRouteMappingTables Interface
An interface to provide a custom implementation of the routing functionality of the
RoutingTablesNamespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public interface IRouteMappingTables
Public Interface IRouteMappingTables
public interface class IRouteMappingTables
Gemstone.Timeseries.Adapters.IRouteMappingTables = function();
Gemstone.Timeseries.Adapters.IRouteMappingTables.createInterface('Gemstone.Timeseries.Adapters.IRouteMappingTables');
| RouteCount |
Gets the number of routes in this routing table.
|
| 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.
|