org.usergrid.cassandra.DataLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of usergrid-test-utils Show documentation
Show all versions of usergrid-test-utils Show documentation
Test Utilities for Usergrid system.
package org.usergrid.cassandra;
/**
* @author zznate
*/
public interface DataLoader {
/**
* Free-form execution
*/
void execute();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy