public NetworkMapService
A network map contains lists of nodes on the network along with information about their identity keys, services
they provide and host names or IP addresses where they can be connected to. This information is cached locally within
nodes, by the interface NetworkMapCache
. Currently very basic consensus controls are applied, using signed changes which
replace each other based on a serial number present in the change.
interface NetworkMapCache
Modifier and Type | Interface and Description |
---|---|
static class |
NetworkMapService.Companion |
static class |
NetworkMapService.FetchMapRequest |
static class |
NetworkMapService.FetchMapResponse |
static class |
NetworkMapService.QueryIdentityRequest |
static class |
NetworkMapService.QueryIdentityResponse |
static class |
NetworkMapService.RegistrationRequest |
static class |
NetworkMapService.RegistrationResponse |
static class |
NetworkMapService.SubscribeRequest |
static class |
NetworkMapService.SubscribeResponse |
static class |
NetworkMapService.Update |
static class |
NetworkMapService.UpdateAcknowledge |
Modifier and Type | Field and Description |
---|---|
static NetworkMapService.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.corda.core.node.NodeInfo> |
getNodes() |
static NetworkMapService.Companion Companion