Uses of Class
org.apache.pinot.spi.utils.ReadMode
-
Packages that use ReadMode Package Description org.apache.pinot.spi.config.instance org.apache.pinot.spi.utils -
-
Uses of ReadMode in org.apache.pinot.spi.config.instance
Methods in org.apache.pinot.spi.config.instance that return ReadMode Modifier and Type Method Description ReadModeInstanceDataManagerConfig. getReadMode() -
Uses of ReadMode in org.apache.pinot.spi.utils
Fields in org.apache.pinot.spi.utils declared as ReadMode Modifier and Type Field Description static ReadModeReadMode. DEFAULT_MODEMethods in org.apache.pinot.spi.utils that return ReadMode Modifier and Type Method Description static ReadModeReadMode. getEnum(String strVal)static ReadModeReadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadMode[]ReadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-