Uses of Class
org.apache.pinot.spi.annotations.InterfaceStability.Evolving
-
Packages that use InterfaceStability.Evolving Package Description org.apache.pinot.spi.annotations org.apache.pinot.spi.ingestion.segment.uploader org.apache.pinot.spi.stream -
-
Uses of InterfaceStability.Evolving in org.apache.pinot.spi.annotations
Classes in org.apache.pinot.spi.annotations with annotations of type InterfaceStability.Evolving Modifier and Type Class Description classInterfaceAudienceAnnotation to inform users of a package, class or method's intended audience.classInterfaceStabilityAnnotation to inform users of how much to rely on a particular package, class or method not changing over time. -
Uses of InterfaceStability.Evolving in org.apache.pinot.spi.ingestion.segment.uploader
Classes in org.apache.pinot.spi.ingestion.segment.uploader with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description interfaceSegmentUploaderInterface for uploading segments to Pinot -
Uses of InterfaceStability.Evolving in org.apache.pinot.spi.stream
Classes in org.apache.pinot.spi.stream with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description interfaceRowMetadataA class that provides relevant row-level metadata for rows indexed into a segment.interfaceStreamPartitionMsgOffsetAn interface to be implemented by streams consumed using Pinot LLC consumers.interfaceStreamPartitionMsgOffsetFactoryAn interface to be implemented by streams that are consumed using Pinot LLC consumption.
-