public interface LogIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Indicates whether there are more log entries in this iterator.
|
LogEntry |
next()
Returns the next log entry in this iterator.
|
long |
size()
Returns the total number of log entries available to this iterator
throughout this iterator object's lifetime.
|
boolean hasNext() throws EngineException
EngineException
- If a system error occurs.LogEntry next() throws EngineException
EngineException
- If the next log entry could not be
retrieved.long size() throws EngineException
EngineException
- If the total number of log entries
could not be retrieved.© 2000-2025 Flux Corporation. All rights reserved.