Package | Description |
---|---|
org.apache.twill.discovery |
Classes in this package provides service discovery implementations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceDiscovered.contains(Discoverable discoverable)
Checks if the given discoverable contains in the current discovery list.
|
Cancellable |
InMemoryDiscoveryService.register(Discoverable discoverable) |
Cancellable |
ZKDiscoveryService.register(Discoverable discoverable)
Registers a
Discoverable in zookeeper. |
Cancellable |
DiscoveryService.register(Discoverable discoverable)
Registers a
Discoverable service. |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.