Uses of Class
org.apache.druid.guice.annotations.UnstableApi
-
Packages that use UnstableApi Package Description org.apache.druid.data.input org.apache.druid.segment.incremental org.apache.druid.storage -
-
Uses of UnstableApi in org.apache.druid.data.input
Classes in org.apache.druid.data.input with annotations of type UnstableApi Modifier and Type Interface Description interfaceInputEntityInputEntity abstracts an input entity and knows how to read bytes from the given entity.interfaceInputEntityReaderInputEntityReader knows how to parse data intoInputRow.interfaceInputFormatInputFormat abstracts the file format of input data.interfaceInputSourceInputSource abstracts the storage system where input data is stored.interfaceInputSourceFactoryAn interface to generate aSplittableInputSourceobjects on the fly.interfaceInputSourceReader -
Uses of UnstableApi in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental with annotations of type UnstableApi Modifier and Type Interface Description interfaceAppendableIndexSpecAppendableIndexSpec describes the in-memory indexing method for data ingestion. -
Uses of UnstableApi in org.apache.druid.storage
Classes in org.apache.druid.storage with annotations of type UnstableApi Modifier and Type Interface Description interfaceStorageConnectorLow level interface for interacting with different storage providers like S3, GCS, Azure and local file system.
-