Uses of Class
org.apache.pinot.spi.stream.StreamConfig.ConsumerType
-
Packages that use StreamConfig.ConsumerType Package Description org.apache.pinot.spi.stream -
-
Uses of StreamConfig.ConsumerType in org.apache.pinot.spi.stream
Methods in org.apache.pinot.spi.stream that return StreamConfig.ConsumerType Modifier and Type Method Description static StreamConfig.ConsumerTypeStreamConfig.ConsumerType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamConfig.ConsumerType[]StreamConfig.ConsumerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.stream that return types with arguments of type StreamConfig.ConsumerType Modifier and Type Method Description List<StreamConfig.ConsumerType>StreamConfig. getConsumerTypes()
-