public class RoutingTables : IDisposable
Public Class RoutingTables
Implements IDisposable
public ref class RoutingTables : IDisposable
Gemstone.Timeseries.Adapters.RoutingTables = function();
Type.createClass(
'Gemstone.Timeseries.Adapters.RoutingTables',
null,
IDisposable);
RoutingTables | Creates a new instance of the RoutingTables class. |
ActionAdapters | Gets or sets the active ActionAdapterCollection. |
InputAdapters | Gets or sets the active InputAdapterCollection. |
Log | Log messages generated by an adapter. |
OutputAdapters | Gets or sets the active OutputAdapterCollection. |
BroadcastMeasurementsHandler | Event handler for distributing new measurements in a broadcast fashion. |
CalculateRoutingTables | Spawn routing tables recalculation. |
Dispose | Releases all the resources used by the RoutingTables object. |
Dispose(Boolean) | Releases the unmanaged resources used by the RoutingTables object and optionally releases the managed resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Releases the unmanaged resources before the RoutingTables object is reclaimed by GC.
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
HandleConnectOnDemandAdapters | Starts or stops connect on demand adapters based on current state of demanded input or output signals. |
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. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnProcessException | Raises the ProcessException event. |
OnStatusMessage | Raises the StatusMessage event and sends this data to the Logger. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TraverseDependencyChain(IInputAdapter, IActionAdapter, IOutputAdapter) | Determines the set of adapters in the dependency chain for all adapters in the system which are either not connect or demand or are demanded. |
TraverseDependencyChain(ISetMeasurementKey, IInputAdapter, IActionAdapter, IOutputAdapter) | Determines the set of adapters in the dependency chain that produces the set of signals in the inputMeasurementKeysRestriction and returns the set of input signals required by the adapters in the chain and the set of output signals produced by the adapters in the chain. |
ProcessException | Event is raised when there is an exception encountered while processing. |
StatusMessage | Provides status messages to consumer. |