| Constructor and Description |
|---|
LeafNode(IBatchReader reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
currentTimeIs(long time)
Check whether the current time equals the given time.
|
Object |
currentValue()
Function for getting the value at the given time.
|
NodeType |
getType() |
boolean |
hasNext() |
long |
next() |
public LeafNode(IBatchReader reader)
public boolean hasNext()
throws IOException
hasNext in interface NodeIOExceptionpublic long next()
throws IOException
next in interface NodeIOExceptionpublic boolean currentTimeIs(long time)
time - the given timepublic Object currentValue()
Copyright © 2022 The Apache Software Foundation. All rights reserved.