Uses of Class
io.siddhi.core.table.Table.OnErrorAction
-
Packages that use Table.OnErrorAction Package Description io.siddhi.core.table -
-
Uses of Table.OnErrorAction in io.siddhi.core.table
Methods in io.siddhi.core.table that return Table.OnErrorAction Modifier and Type Method Description static Table.OnErrorActionTable.OnErrorAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Table.OnErrorAction[]Table.OnErrorAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-