| Package | Description |
|---|---|
| net.snowflake.client.core |
| Modifier and Type | Method and Description |
|---|---|
Event.EventType |
Event.getType() |
static Event.EventType |
Event.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setType(Event.EventType type) |
static void |
EventUtil.triggerBasicEvent(Event.EventType type,
String message,
boolean flushBuffer) |
| Constructor and Description |
|---|
BasicEvent(Event.EventType type,
String message) |
Event(Event.EventType type,
String message) |
Copyright © 2022. All rights reserved.