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