Uses of Class
org.apache.pinot.spi.annotations.InterfaceAudience.Public
-
Packages that use InterfaceAudience.Public Package Description org.apache.pinot.spi.annotations org.apache.pinot.spi.filesystem org.apache.pinot.spi.stream -
-
Uses of InterfaceAudience.Public in org.apache.pinot.spi.annotations
Classes in org.apache.pinot.spi.annotations with annotations of type InterfaceAudience.Public 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 InterfaceAudience.Public in org.apache.pinot.spi.filesystem
Classes in org.apache.pinot.spi.filesystem with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interfacePinotFSPinotFS is a restricted FS API that exposes functionality that is required for Pinot to use different FS implementations. -
Uses of InterfaceAudience.Public in org.apache.pinot.spi.stream
Classes in org.apache.pinot.spi.stream with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interfaceMessageBatch<T>Interface wrapping stream consumer.interfacePartitionLevelConsumerInterface for a consumer which fetches messages at the partition level of a stream, for given offsetsinterfaceRowMetadataA class that provides relevant row-level metadata for rows indexed into a segment.interfaceStreamLevelConsumerInterface for a consumer that consumes at stream level and is unaware of any partitions of the streaminterfaceStreamMessageDecoder<T>Interface for a decoder of messages fetched from the streaminterfaceStreamMetadataProviderInterface for provider of stream metadata such as partition count, partition offsets
-