public interface DynamicResult
Note: Make sure to call close() after the result is not needed anymore.
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the retrieval and all involved threads.
|
boolean |
isMaterialized()
Returns whether this result is materialized such that snapshots can be taken or results must
be retrieved record-wise.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.