Modifier and Type | Method and Description |
---|---|
Firehose |
FirehoseFactory.connect(T parser)
Initialization method that connects up the fire hose.
|
Modifier and Type | Class and Description |
---|---|
class |
FileIteratingFirehose |
Modifier and Type | Method and Description |
---|---|
Firehose |
TwitterSpritzerFirehoseFactory.connect(InputRowParser parser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
StaticAzureBlobStoreFirehoseFactory.connect(StringInputRowParser stringInputRowParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
StaticCloudFilesFirehoseFactory.connect(StringInputRowParser stringInputRowParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
StaticGoogleBlobStoreFirehoseFactory.connect(StringInputRowParser stringInputRowParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
KafkaEightFirehoseFactory.connect(ByteBufferInputRowParser firehoseParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
RabbitMQFirehoseFactory.connect(ByteBufferInputRowParser firehoseParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
RocketMQFirehoseFactory.connect(ByteBufferInputRowParser byteBufferInputRowParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
StaticS3FirehoseFactory.connect(StringInputRowParser firehoseParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
RealtimeIndexTask.getFirehose()
Public for tests.
|
Modifier and Type | Method and Description |
---|---|
Firehose |
IngestSegmentFirehoseFactory.connect(InputRowParser inputRowParser) |
Modifier and Type | Method and Description |
---|---|
Firehose |
FireDepartment.connect() |
Modifier and Type | Class and Description |
---|---|
class |
CombiningFirehoseFactory.CombiningFirehose |
class |
EventReceiverFirehoseFactory.EventReceiverFirehose |
class |
IngestSegmentFirehose |
class |
PredicateFirehose
Provides a view on a firehose that only returns rows that match a certain predicate.
|
class |
ReplayableFirehoseFactory.ReplayableFirehose |
class |
TimedShutoffFirehoseFactory.TimedShutoffFirehose |
Modifier and Type | Method and Description |
---|---|
Firehose |
TimedShutoffFirehoseFactory.connect(InputRowParser parser) |
Firehose |
ReplayableFirehoseFactory.connect(InputRowParser parser) |
Firehose |
FixedCountFirehoseFactory.connect(InputRowParser parser) |
Firehose |
CombiningFirehoseFactory.connect(InputRowParser parser) |
Firehose |
ClippedFirehoseFactory.connect(InputRowParser parser) |
Firehose |
IrcFirehoseFactory.connect(IrcInputRowParser firehoseParser) |
Firehose |
EventReceiverFirehoseFactory.connect(MapInputRowParser firehoseParser) |
Firehose |
LocalFirehoseFactory.connect(StringInputRowParser firehoseParser) |
Constructor and Description |
---|
PredicateFirehose(Firehose firehose,
com.google.common.base.Predicate<InputRow> predicate) |
Modifier and Type | Method and Description |
---|---|
static void |
Plumbers.addNextRow(com.google.common.base.Supplier<Committer> committerSupplier,
Firehose firehose,
Plumber plumber,
boolean reportParseExceptions,
FireDepartmentMetrics metrics) |
static com.google.common.base.Supplier<Committer> |
Committers.supplierFromFirehose(Firehose firehose) |
Copyright © 2011–2017. All rights reserved.