Interface RoutingStatus
- All Known Implementing Classes:
JeroMQRoutingStatus
public interface RoutingStatus
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getInstanceId
InstanceId getInstanceId() -
getRoutingTable
List<RoutingStatus.Route> getRoutingTable() -
getMasterNodeRoutingTable
List<RoutingStatus.Route> getMasterNodeRoutingTable() -
getApplicationNodeRoutingTable
List<RoutingStatus.Route> getApplicationNodeRoutingTable()
-