Uses of Class
org.apache.pinot.spi.annotations.InterfaceStability.Stable
-
Packages that use InterfaceStability.Stable Package Description org.apache.pinot.spi.filesystem org.apache.pinot.spi.stream -
-
Uses of InterfaceStability.Stable in org.apache.pinot.spi.filesystem
Classes in org.apache.pinot.spi.filesystem with annotations of type InterfaceStability.Stable 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 InterfaceStability.Stable in org.apache.pinot.spi.stream
Classes in org.apache.pinot.spi.stream with annotations of type InterfaceStability.Stable 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 offsetsinterfaceStreamLevelConsumerInterface 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
-