Package com.illumon.iris.db.perf
Class DbIOTest
java.lang.Object
com.illumon.iris.db.perf.DbIOTest
- All Implemented Interfaces:
RemoteQuery<Table>
,Serializable
public class DbIOTest extends Object implements RemoteQuery<Table>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description ArrayList<String>
dateList
ArrayList<String>
namespaceList
ArrayList<String>
tablenameList
-
Constructor Summary
Constructors Constructor Description DbIOTest()
-
Method Summary
-
Field Details
-
Constructor Details
-
DbIOTest
public DbIOTest()
-
-
Method Details
-
addTableToTest
-
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.
-
testDb
- Throws:
IOException
-
main
- Throws:
IOException
-