| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.parse.repl | |
| org.apache.hadoop.hive.ql.parse.repl.dump.events | |
| org.apache.hadoop.hive.ql.parse.repl.load |
| Modifier and Type | Method and Description |
|---|---|
DumpType |
EximUtil.SemanticAnalyzerWrapperContext.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EximUtil.SemanticAnalyzerWrapperContext.setEventType(DumpType eventType) |
| Modifier and Type | Method and Description |
|---|---|
static DumpType |
DumpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DumpType[] |
DumpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DumpType |
AddCheckConstraintHandler.dumpType() |
DumpType |
AddUniqueConstraintHandler.dumpType() |
DumpType |
AddDefaultConstraintHandler.dumpType() |
DumpType |
AddPrimaryKeyHandler.dumpType() |
DumpType |
AddNotNullConstraintHandler.dumpType() |
DumpType |
EventHandler.dumpType() |
DumpType |
AddForeignKeyHandler.dumpType() |
| Modifier and Type | Method and Description |
|---|---|
DumpType |
DumpMetaData.getDumpType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DumpMetaData.setDump(DumpType lvl,
Long eventFrom,
Long eventTo,
org.apache.hadoop.fs.Path cmRoot,
Long dumpExecutionId,
boolean replScopeModified) |
void |
DumpMetaData.setDumpType(DumpType dumpType) |
| Constructor and Description |
|---|
DumpMetaData(org.apache.hadoop.fs.Path dumpRoot,
DumpType lvl,
Long eventFrom,
Long eventTo,
org.apache.hadoop.fs.Path cmRoot,
HiveConf hiveConf) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.