public interface IPacketStoreIterator
IPacketReferenceStore
.Modifier and Type | Method and Description |
---|---|
void |
close()
Discards this iterator.
|
long |
getMinPendingPacketTime()
Returns the minimal start time of the remaining packets to be iterated through.
|
IRecorderPacketReference |
next()
Returns the next packet reference, or
null if the end
has been reached. |
IRecorderPacketReference next()
null
if the end
has been reached.long getMinPendingPacketTime()
void close()
IPacketStoreIterator.next()
returns null
, but can be performed manually sooner.© Copyright IBM Corp. 2013. All rights reserved.