Uses of Class
com.databricks.jdbc.api.impl.streaming.StreamingBatch.Status
-
Packages that use StreamingBatch.Status Package Description com.databricks.jdbc.api.impl.streaming -
-
Uses of StreamingBatch.Status in com.databricks.jdbc.api.impl.streaming
Methods in com.databricks.jdbc.api.impl.streaming that return StreamingBatch.Status Modifier and Type Method Description StreamingBatch.StatusStreamingBatch. getStatus()Gets the current status.static StreamingBatch.StatusStreamingBatch.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingBatch.Status[]StreamingBatch.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-