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>dateListArrayList<String>namespaceListArrayList<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:RemoteQueryExecute a query on a remote host.- Specified by:
executein interfaceRemoteQuery<Table>- Parameters:
database- database to use for execution.- Returns:
- result of the query.
-
testDb
- Throws:
IOException
-
main
- Throws:
IOException
-