public interface Operations
Modifier and Type | Method and Description |
---|---|
OperationListResult |
list()
Lists all of the available Data Lake Store REST API operations.
|
rx.Observable<OperationListResult> |
listAsync()
Lists all of the available Data Lake Store REST API operations.
|
ServiceFuture<OperationListResult> |
listAsync(ServiceCallback<OperationListResult> serviceCallback)
Lists all of the available Data Lake Store REST API operations.
|
rx.Observable<ServiceResponse<OperationListResult>> |
listWithServiceResponseAsync()
Lists all of the available Data Lake Store REST API operations.
|
OperationListResult list()
IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<OperationListResult> listAsync(ServiceCallback<OperationListResult> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<OperationListResult> listAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<OperationListResult>> listWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.