Modifier and Type | Interface and Description |
---|---|
interface |
ProvidesModelerMeta |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseLookupMeta |
Modifier and Type | Class and Description |
---|---|
class |
DimensionLookupMeta |
Modifier and Type | Class and Description |
---|---|
class |
InfobrightLoaderMeta
Metadata for the Infobright loader.
|
Modifier and Type | Class and Description |
---|---|
class |
InsertUpdateMeta |
Modifier and Type | Class and Description |
---|---|
class |
IngresVectorwiseLoaderMeta
Metadata for the VectorWise bulk loader.
|
Modifier and Type | Class and Description |
---|---|
class |
MonetDBAgileMartMeta |
Modifier and Type | Class and Description |
---|---|
class |
MonetDBBulkLoaderMeta
Created on 20-feb-2007
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLBulkLoaderMeta
Here are the steps that we need to take to make streaming loading possible for MySQL:
The following steps are carried out by the step at runtime: - create a unique FIFO file (using mkfifo, LINUX ONLY FOLKS!) - Create a target table using standard Kettle SQL generation - Execute the LOAD DATA SQL Command to bulk load in a separate SQL thread in the background: - Write to the FIFO file - At the end, close the output stream to the FIFO file * At the end, remove the FIFO file Created on 24-oct-2007 |
Modifier and Type | Class and Description |
---|---|
class |
OraBulkLoaderMeta
Created on 20-feb-2007
|
Modifier and Type | Class and Description |
---|---|
class |
PGBulkLoaderMeta
Created on 20-feb-2007
|
Modifier and Type | Class and Description |
---|---|
class |
TableAgileMartMeta |
Modifier and Type | Method and Description |
---|---|
void |
AgileMartUtil.updateMetadata(ProvidesDatabaseConnectionInformation dpci,
long rowCount) |
Modifier and Type | Class and Description |
---|---|
class |
TableOutputMeta
Table Output meta data.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.