| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
USqlDatabase |
Catalogs.getDatabase(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName,
com.microsoft.rest.ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<USqlDatabase>> |
Catalogs.getDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlDatabase> |
Catalogs.listDatabasesNext(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>> |
Catalogs.listDatabasesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName,
com.microsoft.rest.ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
USqlDatabase |
USqlDatabase.withName(String name)
Set the name of the database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/