public class TimestreamMetaIterator extends Object implements Iterator<TimestreamMeta>
| 构造器和说明 |
|---|
TimestreamMetaIterator(AsyncClient asyncClient,
SearchRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected SearchResponse |
getResponse() |
long |
getTotalCount() |
boolean |
hasNext() |
TimestreamMeta |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TimestreamMetaIterator(AsyncClient asyncClient, SearchRequest request)
public boolean hasNext()
hasNext 在接口中 Iterator<TimestreamMeta>public TimestreamMeta next()
next 在接口中 Iterator<TimestreamMeta>public void remove()
remove 在接口中 Iterator<TimestreamMeta>public long getTotalCount()
protected SearchResponse getResponse()
Copyright © 2025. All Rights Reserved.