public class QueryExecuteStampTaskLogIterator extends Object implements Iterator<ExecuteStampTaskLog>, Iterable<ExecuteStampTaskLog>
| Constructor and Description |
|---|
QueryExecuteStampTaskLogIterator(CacheDatabase cache,
Gs2LogRestClient client,
String namespaceName,
String service,
String method,
String userId,
String action,
Long begin,
Long end,
Boolean longTerm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<ExecuteStampTaskLog> |
iterator() |
ExecuteStampTaskLog |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic QueryExecuteStampTaskLogIterator(CacheDatabase cache, Gs2LogRestClient client, String namespaceName, String service, String method, String userId, String action, Long begin, Long end, Boolean longTerm)
public boolean hasNext()
hasNext in interface Iterator<ExecuteStampTaskLog>public ExecuteStampTaskLog next()
next in interface Iterator<ExecuteStampTaskLog>public Iterator<ExecuteStampTaskLog> iterator()
iterator in interface Iterable<ExecuteStampTaskLog>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.