| Package | Description |
|---|---|
| org.apache.hive.hplsql |
| Modifier and Type | Method and Description |
|---|---|
static Signal.Type |
Signal.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal.Type[] |
Signal.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exec.signal(Signal.Type type) |
void |
Exec.signal(Signal.Type type,
String value) |
void |
Exec.signal(Signal.Type type,
String value,
Exception exception) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.