Uses of Class
org.apache.pinot.spi.config.table.TableStatus.IngestionState
-
Packages that use TableStatus.IngestionState Package Description org.apache.pinot.spi.config.table -
-
Uses of TableStatus.IngestionState in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return TableStatus.IngestionState Modifier and Type Method Description TableStatus.IngestionStateTableStatus.IngestionStatus. getIngestionState()static TableStatus.IngestionStateTableStatus.IngestionState. valueOf(String name)Returns the enum constant of this type with the specified name.static TableStatus.IngestionState[]TableStatus.IngestionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.config.table with parameters of type TableStatus.IngestionState Modifier and Type Method Description static TableStatus.IngestionStatusTableStatus.IngestionStatus. newIngestionStatus(TableStatus.IngestionState state, String errorMessage)
-