Package com.illumon.iris.db.util
Class PerformanceQueries.PerformanceOverview
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.util.PerformanceQueries.PerformanceOverview
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
- Enclosing class:
- PerformanceQueries
public static class PerformanceQueries.PerformanceOverview extends ContextAwareRemoteQuery<Object>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerformanceQueries.PerformanceOverview.QueryBuilder
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
db
- database to use for execution.- Returns:
- result of the query.
-