|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataItem
An item of data presented by a data reader into the index. This is the generic interface to the data coming into the system.
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getBytes()
Get the data itself |
DataType |
getDataType()
Get the DataType of the DataItem. |
java.lang.Object |
getObject()
Get the object from a DataItem. |
long |
getSize()
Get the size of the data item |
| Method Detail |
|---|
java.nio.ByteBuffer getBytes()
long getSize()
DataType getDataType()
java.lang.Object getObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||