Package com.orchestranetworks.d3
Interface NodeMonitoringContext
-
public interface NodeMonitoringContextCommon interface providing an execution context for replica node monitoring.- Since:
- 5.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorygetRepository()Returns the current data repository.D3SlavegetSlave()Returns D3 replica information.
-
-
-
Method Detail
-
getSlave
D3Slave getSlave()
Returns D3 replica information.
-
getRepository
Repository getRepository()
Returns the current data repository.
-
-