| Package | Description |
|---|---|
| org.apache.druid.segment.realtime.firehose | |
| org.apache.druid.server.metrics |
| 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 |
|---|---|
Iterable<Map.Entry<String,EventReceiverFirehoseMetric>> |
EventReceiverFirehoseRegister.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventReceiverFirehoseRegister.register(String serviceName,
EventReceiverFirehoseMetric metric) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.