Class StreamTable
java.lang.Object
com.illumon.iris.db.tables.streaming.RemoteQueryStreamer
com.illumon.iris.db.tables.streaming.StreamTable
- All Implemented Interfaces:
RemoteQuery<QueryReplayer>,Serializable
public class StreamTable extends RemoteQueryStreamer
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description static StatusObserverdownloadTable(RemoteQueryClient rqc, String nameSpace, String tableName, String groupingColumn, String sortColumn, String destinationPath, String... filters)Map<String,Object>getStreams(Database database)static StatusObserverstreamTable(RemoteQueryClient rqc, RemoteQuery<Table> query, int memory, String groupingColumn, String sortColumn, Object feedHandler, String iterationFormula)static StatusObserverstreamTable(RemoteQueryClient rqc, String nameSpace, String tableName, String groupingColumn, String sortColumn, Object feedHandler, String iterationFormula, String... filters)
-
Method Details
-
getStreams
- Specified by:
getStreamsin classRemoteQueryStreamer
-
downloadTable
public static StatusObserver downloadTable(RemoteQueryClient rqc, String nameSpace, String tableName, String groupingColumn, String sortColumn, String destinationPath, String... filters) throws IOException- Throws:
IOException
-
streamTable
public static StatusObserver streamTable(RemoteQueryClient rqc, RemoteQuery<Table> query, int memory, String groupingColumn, String sortColumn, Object feedHandler, String iterationFormula) throws IOException- Throws:
IOException
-
streamTable
public static StatusObserver streamTable(RemoteQueryClient rqc, String nameSpace, String tableName, String groupingColumn, String sortColumn, Object feedHandler, String iterationFormula, String... filters) throws IOException- Throws:
IOException
-