|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.plugin.DefaultReaderResult
com.timeindexing.plugin.AnnotationReaderResult
public class AnnotationReaderResult
An implementation for the value returned by a reader plugin that also holds a value for an annotation to be assigned with the result.
| Constructor Summary | |
|---|---|
AnnotationReaderResult(java.nio.ByteBuffer bb,
Timestamp dTS,
DataType dType,
long annotationValue)
Construct an AnnotationReaderResult |
|
| Method Summary | |
|---|---|
long |
getAnnotation()
Get the annotation value. |
| Methods inherited from class com.timeindexing.plugin.DefaultReaderResult |
|---|
getData, getDataTimestamp, getDataType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.timeindexing.plugin.ReaderResult |
|---|
getData, getDataTimestamp, getDataType |
| Constructor Detail |
|---|
public AnnotationReaderResult(java.nio.ByteBuffer bb,
Timestamp dTS,
DataType dType,
long annotationValue)
| Method Detail |
|---|
public long getAnnotation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||