Class MicroBenchmarks.GetAvailableDatesForAllTables

java.lang.Object
com.illumon.iris.db.perf.MicroBenchmarks.GetAvailableDatesForAllTables
All Implemented Interfaces:
RemoteQuery<Table>, Serializable
Enclosing class:
MicroBenchmarks

public static class MicroBenchmarks.GetAvailableDatesForAllTables extends Object implements RemoteQuery<Table>
See Also:
  • Constructor Details

    • GetAvailableDatesForAllTables

      public GetAvailableDatesForAllTables()
  • Method Details

    • getDates

      public static String[] getDates(Database database, String nameSpace, String tableName)
    • execute

      public Table execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Specified by:
      execute in interface RemoteQuery<Table>
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.