Uses of Interface
com.orchestranetworks.d3.NodeMonitoringContext
-
Packages that use NodeMonitoringContext Package Description com.orchestranetworks.d3 Provides classes for distributed data delivery (D3) functionalities. -
-
Uses of NodeMonitoringContext in com.orchestranetworks.d3
Methods in com.orchestranetworks.d3 with parameters of type NodeMonitoringContext Modifier and Type Method Description voidNodeMonitoring. handleWhenDown(NodeMonitoringContext aContext)This method is triggered when the replica node's status changes to'Unavailable'.voidNodeMonitoring. handleWhenUp(NodeMonitoringContext aContext)This method is triggered when the replica node's status changes to'Available'.
-