public interface QueryResult extends Collection
The lifecycle of a QueryResult is as follows
Modifier and Type | Method and Description |
---|---|
void |
close()
Method to close the results, making them unusable thereafter.
|
void |
disconnect()
Method to disconnect the results from the ExecutionContext, meaning that thereafter it just behaves
like a List.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2021. All rights reserved.