Interface ServiceAnnouncer
-
- All Known Implementing Classes:
CuratorServiceAnnouncer,NoopServiceAnnouncer,ServiceAnnouncer.Noop
@Deprecated public interface ServiceAnnouncer
Deprecated.This class is deprecated, Add service toDruidNodeAnnouncernode announcement instead. Announces our ability to serve a particular function. Multiple users may announce the same service, in which case they are treated as interchangeable instances of that service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceAnnouncer.NoopDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidannounce(DruidNode node)Deprecated.voidunannounce(DruidNode node)Deprecated.
-