T - Type of the collection elements.@Internal public interface AsyncCollectionResult<T> extends AsyncResult
AsyncResult sub class for asynchronous result collections.| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
get()
Return the asynchronous result collection.
|
long |
getTimestamp() |
boolean |
hasTimestamp() |
asResultCollection, asWatermark, isResultCollection, isWatermarkboolean hasTimestamp()
long getTimestamp()
Collection<T> get() throws Exception
Exception - if the asynchronous result collection could not be completedCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.