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
  • Method Details

    • execute

      public Map<String,​Object> execute​(Database db)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      db - database to use for execution.
      Returns:
      result of the query.