Uses of Annotation Type
org.apache.druid.guice.annotations.UnstableApi
Packages that use UnstableApi
Package
Description
-
Uses of UnstableApi in org.apache.druid.data.input
Classes in org.apache.druid.data.input with annotations of type UnstableApiModifier and TypeInterfaceDescriptioninterfaceInputEntity abstracts an input entity and knows how to read bytes from the given entity.interfaceInputEntityReader knows how to parse data intoInputRow.interfaceInputFormat abstracts the file format of input data.interfaceInputSource abstracts the storage system where input data is stored.interfaceAn interface to generate aSplittableInputSourceobjects on the fly.interface -
Uses of UnstableApi in org.apache.druid.query.policy
Classes in org.apache.druid.query.policy with annotations of type UnstableApiModifier and TypeInterfaceDescriptioninterfaceExtensible interface for a granular-level (e.x.interfaceInterface for enforcing policies on data sources and segments in Druid queries. -
Uses of UnstableApi in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental with annotations of type UnstableApiModifier and TypeInterfaceDescriptioninterfaceDescribes 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 UnstableApiModifier and TypeInterfaceDescriptioninterfaceLow level interface for interacting with different storage providers like S3, GCS, Azure and local file system.