public class LogEntryIterator extends Object implements Iterator<LogEntry>
Iterator
interface over LogEntry
by iterating through TailLogEntriesResponse
streamed by BidiStream
. This class is instantiated by LogEntryServerStream
and is not intended to be used explicitly.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
LogEntry |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2023 Google LLC. All rights reserved.