You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: engine/table/src/main/java/io/deephaven/engine/table/impl/locations/impl/TableLocationSubscriptionBuffer.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ public void close() {
129
129
* reset). No order is maintained internally. If a pending exception is thrown, this signals that the subscription
130
130
* is no longer valid and no subsequent location keys will be returned.
131
131
*
132
-
* @return The collection of pending location keys.
132
+
* @return A {@link LocationUpdate} collecting pending added and removed location keys, or {@code null} if there are
133
+
* none; the caller must {@link LocationUpdate#close() close} the returned object when done.
0 commit comments