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, getAuthorizedProfilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ProfileInfoIterator(ExecutorFragmentContext context, int maxRecords)
protected Iterator<Map.Entry<String,UserBitShared.QueryProfile>> getProfiles(int skip, int take)
ProfileIteratorgetProfiles in class ProfileIteratorskip - number of profiles to skiptake - number of profiles to returnpublic boolean hasNext()
public Object next()
public void remove()
Copyright © 2021 The Apache Software Foundation. All rights reserved.