Uses of Interface
dev.getelements.elements.rt.remote.InstanceHostInfo
Packages that use InstanceHostInfo
-
Uses of InstanceHostInfo in dev.getelements.elements.rt.remote
Classes in dev.getelements.elements.rt.remote that implement InstanceHostInfoMethods in dev.getelements.elements.rt.remote that return types with arguments of type InstanceHostInfoModifier and TypeMethodDescriptionStaticInstanceDiscoveryService.getHostInfoSet()InstanceDiscoveryService.getKnownHosts()Gets the known remote hosts.JndiSrvInstanceDiscoveryService.getKnownHosts()SpotifySrvInstanceDiscoveryService.getKnownHosts()StaticInstanceDiscoveryService.getKnownHosts()Methods in dev.getelements.elements.rt.remote with parameters of type InstanceHostInfoModifier and TypeMethodDescriptionstatic booleanInstanceHostInfo.equals(InstanceHostInfo a, InstanceHostInfo b) Tests an instance ofInstanceHostInfoagainst another instance ofInstanceHostInfostatic booleanInstanceHostInfo.equals(InstanceHostInfo a, Object b) Tests an instance ofInstanceHostInfoagainst an arbitraryObjectstatic intInstanceHostInfo.hashCode(InstanceHostInfo nfo) Implements the logic forObject.hashCode().Method parameters in dev.getelements.elements.rt.remote with type arguments of type InstanceHostInfoModifier and TypeMethodDescriptionvoidStaticInstanceDiscoveryService.setHostInfoSet(Set<InstanceHostInfo> hostInfoSet) InstanceDiscoveryService.subscribeToDiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) Subscribes to an event that fires when a new host joins the network.JndiSrvInstanceDiscoveryService.subscribeToDiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) SpotifySrvInstanceDiscoveryService.subscribeToDiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) StaticInstanceDiscoveryService.subscribeToDiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) InstanceDiscoveryService.subscribeToUndiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) Subscribes to an event that fires when a host leaves the network.JndiSrvInstanceDiscoveryService.subscribeToUndiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) SpotifySrvInstanceDiscoveryService.subscribeToUndiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer) StaticInstanceDiscoveryService.subscribeToUndiscovery(Consumer<InstanceHostInfo> instanceHostInfoConsumer)