Package org.apache.drill.exec.store.sys
Class ProfileInfoIterator
java.lang.Object
org.apache.drill.exec.store.sys.ProfileIterator
org.apache.drill.exec.store.sys.ProfileInfoIterator
System table listing completed profiles
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.drill.exec.store.sys.ProfileIterator
isAdmin, profileStoreContext, queryingUsername -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Iterator<Map.Entry<String, UserBitShared.QueryProfile>> getProfiles(int skip, int take) Returns profiles based of given range.booleanhasNext()next()voidremove()Methods inherited from class org.apache.drill.exec.store.sys.ProfileIterator
computeDuration, getAuthorizedProfilesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ProfileInfoIterator
-
-
Method Details
-
getProfiles
Description copied from class:ProfileIteratorReturns profiles based of given range.- Specified by:
getProfilesin classProfileIterator- Parameters:
skip- number of profiles to skiptake- number of profiles to return- Returns:
- profiles iterator
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-