Uses of Class
net.snowflake.client.core.Event.EventType
-
Packages that use Event.EventType Package Description net.snowflake.client.core -
-
Uses of Event.EventType in net.snowflake.client.core
Methods in net.snowflake.client.core that return Event.EventType Modifier and Type Method Description Event.EventTypeEvent. getType()static Event.EventTypeEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.EventType[]Event.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.core with parameters of type Event.EventType Modifier and Type Method Description voidEvent. setType(Event.EventType type)static voidEventUtil. triggerBasicEvent(Event.EventType type, String message, boolean flushBuffer)Constructors in net.snowflake.client.core with parameters of type Event.EventType Constructor Description BasicEvent(Event.EventType type, String message)Event(Event.EventType type, String message)
-