public interface HiveURLInfo
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.concurrent.CompletableFuture<T> |
callScript(java.lang.Class<T> resultType)
Calls a script represented by the parsed hive url.
|
<T> java.util.concurrent.CompletableFuture<T> |
downloadFile(java.lang.Class<T> resultType)
Calls a download file script represented by the parsed hive url.
|
java.util.concurrent.CompletableFuture<Vault> |
getVault()
Returns the vault targeted by the parsed url.
|
<T> java.util.concurrent.CompletableFuture<T> callScript(java.lang.Class<T> resultType)
<T> java.util.concurrent.CompletableFuture<T> downloadFile(java.lang.Class<T> resultType)
java.util.concurrent.CompletableFuture<Vault> getVault()