Package com.timeindexing.data

Provides classes that hold data to be put into an Index.

See:
          Description

Interface Summary
DataItem An item of data presented by a data reader into the index.
DataReader A data reader gets data from the application.
 

Class Summary
AbstractDataItem An abstract base class for all DataItem implementations.
BigDecimalItem A item of data presented by a data reader This is an implementation of BigDecimalItem.
BigIntegerItem A item of data presented by a data reader This is an implementation of BigIntegerItem.
BooleanItem A item of data presented by a data reader This is an implementation of BooleanItem.
ByteBufferItem A item of data presented by a data reader This is an implementation of ByteBufferItem.
ByteItem A item of data presented by a data reader This is an implementation of ByteItem.
CharItem A item of data presented by a data reader This is an implementation of CharItem.
DataItemFactory The DataItemFactory is responsible for converting a ByteBuffer into a DataItem, given a specific DataType.
DoubleItem A item of data presented by a data reader This is an implementation of DoubleItem.
FloatItem A item of data presented by a data reader This is an implementation of FloatItem.
IntegerItem A item of data presented by a data reader This is an implementation of IntegerItem.
LongItem A item of data presented by a data reader This is an implementation of LongItem.
ReaderResultItem A item of data presented by a data reader This is an implementation of ByteBufferItem.
SerializableItem A item of data presented by a data reader This is an implementation of SerializableItem.
ShortItem A item of data presented by a data reader This is an implementation of ShortItem.
StringItem A item of data presented by a data reader This is an implementation of StringItem.
 

Package com.timeindexing.data Description

Provides classes that hold data to be put into an Index.



Timeindexing 2008