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