Interface DynamicResult
- All Known Subinterfaces:
ChangelogResult,MaterializedResult
- All Known Implementing Classes:
ChangelogCollectResult,CollectResultBase,MaterializedCollectBatchResult,MaterializedCollectResultBase,MaterializedCollectStreamResult
public interface DynamicResult
A result of a dynamic table program.
Note: Make sure to call close() after the result is not needed anymore.
-
Method Summary
-
Method Details
-
close
void close()Closes the retrieval and all involved threads.
-