|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KettleFileException | |
---|---|
org.pentaho.di.compatibility | Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself. |
org.pentaho.di.core | |
org.pentaho.di.core.exception | This package contains a set of Exceptions used in Kettle. |
org.pentaho.di.core.logging | This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. |
org.pentaho.di.core.row |
Uses of KettleFileException in org.pentaho.di.compatibility |
---|
Methods in org.pentaho.di.compatibility that throw KettleFileException | |
---|---|
void |
Row.write(DataOutputStream dos)
Write the content of the row to a DataOutputStream. |
void |
Value.write(OutputStream outputStream)
Write the value, including the meta-data to a DataOutputStream |
boolean |
Row.writeData(DataOutputStream dos)
Write a row of Values to a DataOutputStream, without saving the meta-data. |
boolean |
Value.writeData(DataOutputStream dos)
Write the data of this Value, without the meta-data to a DataOutputStream |
Constructors in org.pentaho.di.compatibility that throw KettleFileException | |
---|---|
Row(DataInputStream dis)
Read a row of Values from an input-stream. |
|
Row(DataInputStream dis,
int size,
Row meta)
Read a number of Values without meta-data into a row. |
|
Row(DataInputStream dis,
Row meta)
Read a number of Values without meta-data into a row. |
|
Value(InputStream is)
Read the Value, including meta-data from a DataInputStream |
|
Value(Value metaData,
DataInputStream dis)
Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method! |
Uses of KettleFileException in org.pentaho.di.core |
---|
Methods in org.pentaho.di.core that throw KettleFileException | |
---|---|
void |
DBCache.saveCache(LogWriter log)
|
Constructors in org.pentaho.di.core that throw KettleFileException | |
---|---|
DBCacheEntry(DataInputStream dis)
Read the data for this Cache entry from a data input stream |
Uses of KettleFileException in org.pentaho.di.core.exception |
---|
Subclasses of KettleFileException in org.pentaho.di.core.exception | |
---|---|
class |
KettleEOFException
This is an exception thrown by file handling (I/O) |
Uses of KettleFileException in org.pentaho.di.core.logging |
---|
Methods in org.pentaho.di.core.logging that throw KettleFileException | |
---|---|
static Log4jFileAppender |
LogWriter.createFileAppender(String filename,
boolean exact)
Create a file appender |
static Log4jFileAppender |
LogWriter.createFileAppender(String filename,
boolean exact,
boolean append)
Create a file appender |
Uses of KettleFileException in org.pentaho.di.core.row |
---|
Methods in org.pentaho.di.core.row that throw KettleFileException | |
---|---|
Object |
ValueMetaInterface.readData(DataInputStream inputStream)
De-serialize data from an inputstream. |
Object[] |
RowMetaInterface.readData(DataInputStream inputStream)
De-serialize a row of data (no metadata is read) from an input stream |
Object |
ValueMeta.readData(DataInputStream inputStream)
|
Object[] |
RowMeta.readData(DataInputStream inputStream)
|
void |
ValueMetaInterface.writeData(DataOutputStream outputStream,
Object object)
Serialize the content of the specified data object to the outputStream. |
void |
ValueMeta.writeData(DataOutputStream outputStream,
Object object)
|
void |
RowMetaInterface.writeData(DataOutputStream outputStream,
Object[] data)
Write a serialized version of the supplied data to the outputStream (based on the metadata but not the metadata itself) |
void |
RowMeta.writeData(DataOutputStream outputStream,
Object[] data)
Write ONLY the specified data to the outputStream |
void |
ValueMetaInterface.writeMeta(DataOutputStream outputStream)
Write the content of this class (metadata) to the specified output stream. |
void |
RowMetaInterface.writeMeta(DataOutputStream outputStream)
Write a serialized version of this class (Row Metadata) to the specified outputStream |
void |
ValueMeta.writeMeta(DataOutputStream outputStream)
|
void |
RowMeta.writeMeta(DataOutputStream outputStream)
Write ONLY the specified metadata to the outputStream |
Constructors in org.pentaho.di.core.row that throw KettleFileException | |
---|---|
RowMeta(DataInputStream inputStream)
|
|
ValueMeta(DataInputStream inputStream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |