| Interface | Description |
|---|---|
| ChatHandler |
Objects that can be registered with a
ServiceAnnouncingChatHandlerProvider and provide http endpoints for indexing-related
objects. |
| ChatHandlerProvider | |
| EventReceiver |
| Class | Description |
|---|---|
| ChatHandlerResource | |
| ChatHandlers | |
| ClippedFirehoseFactory |
Creates firehoses clipped to a particular time interval.
|
| CombiningFirehoseFactory |
Creates firehose that combines data from different Firehoses.
|
| EventReceiverFirehoseFactory |
Builds firehoses that accept events through the
EventReceiver interface. |
| FixedCountFirehoseFactory |
Firehose to give out only first n events from the delegate firehose.
|
| HttpFirehoseFactory | |
| IngestSegmentFirehose | |
| InlineFirehose |
Firehose that produces data from its own spec
|
| InlineFirehoseFactory |
Creates firehose that produces data inlined in its own spec
|
| LocalFirehoseFactory |
Firehose that reads data from files on local disk
|
| NoopChatHandlerProvider | |
| PredicateFirehose |
Provides a view on a firehose that only returns rows that match a certain predicate.
|
| PrefetchSqlFirehoseFactory<T> |
PrefetchSqlFirehoseFactory is an abstract firehose factory for reading prefetched sql resultset data.
|
| ServiceAnnouncingChatHandlerProvider |
Provides a way for the outside world to talk to objects in the indexing service.
|
| SqlFetcher<T> |
A file fetcher used by
PrefetchSqlFirehoseFactory. |
| SqlFirehose | |
| SqlFirehoseFactory | |
| TimedShutoffFirehoseFactory |
Creates firehoses that shut off at a particular time.
|
| WindowedStorageAdapter |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.