Package com.illumon.iris.db.perf
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GetAvailableDatesForAllTables
public GetAvailableDatesForAllTables()
-
-
Method Details
-
getDates
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Specified by:
execute
in interfaceRemoteQuery<Table>
- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-