public class ProfileInfoIterator extends ProfileIterator
Modifier and Type | Class and Description |
---|---|
static class |
ProfileInfoIterator.ProfileInfo |
isAdmin, profileStoreContext, queryingUsername
Constructor and Description |
---|
ProfileInfoIterator(ExecutorFragmentContext context,
int maxRecords) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Map.Entry<String,UserBitShared.QueryProfile>> |
getProfiles(int skip,
int take)
Returns profiles based of given range.
|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
computeDuration, getAuthorizedProfiles
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ProfileInfoIterator(ExecutorFragmentContext context, int maxRecords)
protected Iterator<Map.Entry<String,UserBitShared.QueryProfile>> getProfiles(int skip, int take)
ProfileIterator
getProfiles
in class ProfileIterator
skip
- number of profiles to skiptake
- number of profiles to returnpublic boolean hasNext()
public Object next()
public void remove()
Copyright © 1970 The Apache Software Foundation. All rights reserved.