| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.firehose |
| Modifier and Type | Class and Description |
|---|---|
class |
EventReceiverFirehoseFactory.EventReceiverFirehose
Apart from adhering to
Firehose contract regarding concurrency, this class has two methods that might be
called concurrently with any other methods and each other, from arbitrary number of threads: EventReceiverFirehoseFactory.EventReceiverFirehose.addAll(java.io.InputStream, javax.servlet.http.HttpServletRequest) and
EventReceiverFirehoseFactory.EventReceiverFirehose.shutdown(java.lang.String, javax.servlet.http.HttpServletRequest). |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ChatHandler> |
ChatHandlerProvider.get(String key)
Retrieves a chat handler.
|
com.google.common.base.Optional<ChatHandler> |
NoopChatHandlerProvider.get(String key) |
com.google.common.base.Optional<ChatHandler> |
ServiceAnnouncingChatHandlerProvider.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatHandlerProvider.register(String key,
ChatHandler handler)
Registers a chat handler which provides an API for others to talk to objects in the indexing service.
|
void |
NoopChatHandlerProvider.register(String key,
ChatHandler handler) |
void |
ServiceAnnouncingChatHandlerProvider.register(String service,
ChatHandler handler) |
void |
ChatHandlerProvider.register(String key,
ChatHandler handler,
boolean announce)
Registers a chat handler which provides an API for others to talk to objects in the indexing service.
|
void |
NoopChatHandlerProvider.register(String key,
ChatHandler handler,
boolean announce) |
void |
ServiceAnnouncingChatHandlerProvider.register(String service,
ChatHandler handler,
boolean announce) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.