KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Monitoring.MonitoringApi Class Reference

Monitoring api More...

Public Member Functions

 MonitoringApi (ActorSystem system)
 Initializes a new instance of the MonitoringApi class. More...
 
async Task< ClusterTreeGetClusterTree ()
 Gets the last cluster scan result. Changes as system receives the scan results from nodes More...
 
bool InitiateScan ()
 Initiates the new actor system scan More...
 

Detailed Description

Monitoring api

Definition at line 29 of file MonitoringApi.cs.

Constructor & Destructor Documentation

◆ MonitoringApi()

KlusterKite.Monitoring.MonitoringApi.MonitoringApi ( ActorSystem  system)

Initializes a new instance of the MonitoringApi class.

Parameters
systemThe actor system.

Definition at line 47 of file MonitoringApi.cs.

Member Function Documentation

◆ GetClusterTree()

async Task<ClusterTree> KlusterKite.Monitoring.MonitoringApi.GetClusterTree ( )

Gets the last cluster scan result. Changes as system receives the scan results from nodes

Returns
The cluster scan result

Definition at line 63 of file MonitoringApi.cs.

◆ InitiateScan()

bool KlusterKite.Monitoring.MonitoringApi.InitiateScan ( )

Initiates the new actor system scan

Returns
The success of the operation

Definition at line 89 of file MonitoringApi.cs.


The documentation for this class was generated from the following file: