Interface | Description |
---|---|
CommonDataConstants | |
CommonRowParser.ColumnUpdater | |
DataFactory |
Used by plugins that need lifecycle support.
|
DataFactoryPlugin |
Interface for plugins that need lifecycle support.
|
DataInputParser |
Parser interface.
|
DataInputSource |
I/O Source interface for common data adapters.
|
DataOutputBatchSink |
Extends DataOutputSink for delayed writes of batches of rows.
|
DataOutputBatchSink.FreeBufferCallback | |
DataOutputBinaryFormatter |
The interface for binary data formatters.
|
DataOutputCharFormatter |
The interface for binary data formatters.
|
DataOutputColumnFormatter |
The interface for column-store data formatters.
|
DataOutputColumnSink |
Extends DataOutputSink for writing to a partitioned columnar store.
|
DataOutputColumnSink.BucketFileCallbacks |
A trio of callbacks for the start and finish of bucket files.
|
DataOutputFormatter |
The interface for generic data formatters.
|
DataOutputRowSink |
Extends DataOutputSink for writing one row at a time.
|
DataOutputSink |
Base interface for ECDA output sinks, which write formatted data to various I/O mechanisms (files, network sockets, etc).
|
EcdaContext | |
EcdaReaderContext | |
EcdaWriterContext | |
OptionsUtils.OptionParameter | |
RowFilter |
Filters rows for the agent.
|
RowInserter |
This interface is a thin wrapper around PreparedStatement for use in the
ECDA API.
|
SourceData.Handler |
Handler for SourceDatas.
|
TypeFormatter | |
TypeFormatterFactory | |
TypeParser |
A generic typesafe parser for individual columns
|
TypeParserFactory |
Class | Description |
---|---|
AbstractDataInputSource | |
BuffersInputStream |
A queue of ByteBuffers, with interfaces to read as a stream of bytes or as a
stream of lines.
|
BuffersInputStream.SimpleSourceDataHandler |
Simple handler for SourceDatas.
|
CommonRowParser | |
CommonRowParser.DecimalNumber | |
EcdaPluginFactory | |
FreeQueue<T> |
Implements a fair free list that's much faster than a BlockingArrayQueue when there
are many takers.
|
HexToBinaryConverter |
Machine to convert hex digits (either char or byte) to byte arrays.
|
HexToBinaryConverter.Gbfhd_tuple |
For return results from getBytesFromHexDigits()
|
LogLevel | |
OptionsUtils | |
OptionsUtils.CaseInsensitiveEnumOptionParameter | |
OptionsUtils.DoubleOptionParameter | |
OptionsUtils.EnumOptionParameter | |
OptionsUtils.IntOptionParameter | |
OptionsUtils.StringOptionParameter | |
SourceData |
Used for writing data to a
BuffersInputStream . |
SourceDataFactory<T extends SourceData> |
Factory for subclasses of SourceData.
|
SourceWorkUnit<T extends SourceData> |
Enum | Description |
---|---|
EcdaContext.Phase | |
EcdaPluginFactory.PluginType |
Copyright (C) 2003-2021 SQLstream, Inc.