Modifier and Type | Class and Description |
---|---|
class |
TwitterSpritzerFirehoseFactory
Twitter "spritzer" Firehose Factory named "twitzer".
|
Modifier and Type | Class and Description |
---|---|
class |
StaticAzureBlobStoreFirehoseFactory
This class is heavily inspired by the StaticS3FirehoseFactory class in the io.druid.firehose.s3 package
|
Modifier and Type | Class and Description |
---|---|
class |
StaticCloudFilesFirehoseFactory |
Modifier and Type | Class and Description |
---|---|
class |
StaticGoogleBlobStoreFirehoseFactory |
Modifier and Type | Class and Description |
---|---|
class |
KafkaEightFirehoseFactory |
Modifier and Type | Class and Description |
---|---|
class |
RabbitMQFirehoseFactory
A FirehoseFactory for RabbitMQ.
|
Modifier and Type | Class and Description |
---|---|
class |
RocketMQFirehoseFactory |
Modifier and Type | Class and Description |
---|---|
class |
StaticS3FirehoseFactory
Builds firehoses that read from a predefined list of S3 objects and then dry up.
|
Modifier and Type | Method and Description |
---|---|
FirehoseFactory |
NoopTask.getFirehoseFactory() |
FirehoseFactory |
IndexTask.IndexIOConfig.getFirehoseFactory() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RealtimeIndexTask.isFirehoseDrainableByClosing(FirehoseFactory firehoseFactory)
Is a firehose from this factory drainable by closing it? If so, we should drain on stopGracefully rather than
abruptly stopping.
|
Constructor and Description |
---|
IndexIOConfig(FirehoseFactory firehoseFactory,
Boolean appendToExisting,
Boolean skipFirehoseCaching) |
NoopTask(String id,
long runTime,
long isReadyTime,
String isReadyResult,
FirehoseFactory firehoseFactory,
Map<String,Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
IngestSegmentFirehoseFactory |
Modifier and Type | Method and Description |
---|---|
FirehoseFactory |
RealtimeIOConfig.getFirehoseFactory() |
Constructor and Description |
---|
RealtimeIOConfig(FirehoseFactory firehoseFactory,
PlumberSchool plumberSchool,
FirehoseFactoryV2 firehoseFactoryV2) |
Modifier and Type | Class and Description |
---|---|
class |
ClippedFirehoseFactory
Creates firehoses clipped to a particular time interval.
|
class |
CombiningFirehoseFactory
Creates firehose that combines data from different Firehoses.
|
class |
EventReceiverFirehoseFactory
Builds firehoses that accept events through the
EventReceiver interface. |
class |
FixedCountFirehoseFactory
Firehose to give out only first n events from the delegate firehose.
|
class |
IrcFirehoseFactory
Example code:
|
class |
LocalFirehoseFactory |
class |
ReplayableFirehoseFactory
Creates a wrapper firehose that writes from another firehose to disk and then serves nextRow() from disk.
|
class |
TimedShutoffFirehoseFactory
Creates firehoses that shut off at a particular time.
|
Modifier and Type | Method and Description |
---|---|
FirehoseFactory |
FixedCountFirehoseFactory.getDelegate() |
FirehoseFactory |
ClippedFirehoseFactory.getDelegate() |
FirehoseFactory |
TimedShutoffFirehoseFactory.getDelegateFactory() |
FirehoseFactory |
ReplayableFirehoseFactory.getDelegateFactory() |
Modifier and Type | Method and Description |
---|---|
List<FirehoseFactory> |
CombiningFirehoseFactory.getDelegateFactoryList() |
Constructor and Description |
---|
ClippedFirehoseFactory(FirehoseFactory delegate,
org.joda.time.Interval interval) |
FixedCountFirehoseFactory(FirehoseFactory delegate,
int count) |
ReplayableFirehoseFactory(FirehoseFactory delegateFactory,
Boolean reportParseExceptions,
Integer maxTempFileSize,
Integer readFirehoseRetries,
com.fasterxml.jackson.databind.ObjectMapper smileMapper) |
TimedShutoffFirehoseFactory(FirehoseFactory delegateFactory,
org.joda.time.DateTime shutoffTime) |
Constructor and Description |
---|
CombiningFirehoseFactory(List<FirehoseFactory> delegateFactoryList) |
Copyright © 2011–2017. All rights reserved.