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 |
---|---|
USqlTableStatistics |
Catalogs.getTableStatistic(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlTableStatistics> |
Catalogs.getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableStatistics> |
Catalogs.getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName,
ServiceCallback<USqlTableStatistics> serviceCallback)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTableStatistics>> |
Catalogs.getTableStatisticWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabase(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNext(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseNext(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsNext(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
Catalogs.listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlTableStatistics> |
Catalogs.getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName,
ServiceCallback<USqlTableStatistics> serviceCallback)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
Catalogs.listTableStatisticsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlTableStatistics |
USqlTableStatistics.withColNames(List<String> colNames)
Set the list of column names associated with these statistics.
|
USqlTableStatistics |
USqlTableStatistics.withCreateTime(org.joda.time.DateTime createTime)
Set the creation time of the statistics.
|
USqlTableStatistics |
USqlTableStatistics.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTableStatistics |
USqlTableStatistics.withFilterDefinition(String filterDefinition)
Set the filter definition for the statistics.
|
USqlTableStatistics |
USqlTableStatistics.withHasFilter(Boolean hasFilter)
Set the switch indicating if these statistics have a filter.
|
USqlTableStatistics |
USqlTableStatistics.withIsAutoCreated(Boolean isAutoCreated)
Set the switch indicating if these statistics are automatically created.
|
USqlTableStatistics |
USqlTableStatistics.withIsUserCreated(Boolean isUserCreated)
Set the switch indicating if these statistics are user created.
|
USqlTableStatistics |
USqlTableStatistics.withName(String name)
Set the name of the table statistics.
|
USqlTableStatistics |
USqlTableStatistics.withSchemaName(String schemaName)
Set the name of the schema associated with this table and database.
|
USqlTableStatistics |
USqlTableStatistics.withStatDataPath(String statDataPath)
Set the path to the statistics data.
|
USqlTableStatistics |
USqlTableStatistics.withTableName(String tableName)
Set the name of the table.
|
USqlTableStatistics |
USqlTableStatistics.withUpdateTime(org.joda.time.DateTime updateTime)
Set the last time the statistics were updated.
|
USqlTableStatistics |
USqlTableStatistics.withUserStatName(String userStatName)
Set the name of the user statistics.
|
Copyright © 2019. All rights reserved.