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