docs/javadoc/reference/com/facebook/datasource/DataSources.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.datasource.DataSources |
Static utility methods pertaining to the DataSource interface.
| Public Methods |
|---|
| static <T> Supplier<DataSource<T>> |
| static <T> DataSource<T> |
| static <T> DataSource<T> |
| static <T> T |
This methods blocks the calling thread until the DataSource has a final result, has been cancelled or has failed. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
This methods blocks the calling thread until the DataSource has a final result, has been cancelled or has failed.
| dataSource | The DataSource to wait for. The caller MUST close the data source after this method returned! |
DataSource. Intermediate results are ignored. Might be null if the data source has been cancelled.| Throwable | if the DataSource has failed |
+Generated by Doclava. +