ydb-embedded-ui 9.3.1 → 9.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AutoRefreshControl/i18n/index.d.ts +1 -1
- package/dist/components/Drawer/Drawer.d.ts +2 -1
- package/dist/components/Drawer/Drawer.js +4 -4
- package/dist/components/Drawer/Drawer.js.map +1 -1
- package/dist/{containers/Storage → components}/EmptyFilter/EmptyFilter.js +2 -2
- package/dist/components/EmptyFilter/EmptyFilter.js.map +1 -0
- package/dist/{containers/App → components/EmptyFilter}/i18n/index.js +1 -1
- package/dist/components/EmptyFilter/i18n/index.js.map +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +1 -0
- package/dist/components/EmptyState/EmptyState.js +1 -0
- package/dist/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/components/EmptyState/EmptyState.scss +9 -0
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +3 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js.map +1 -1
- package/dist/components/EnableFullscreenButton/i18n/en.json +3 -0
- package/dist/components/EnableFullscreenButton/i18n/index.d.ts +2 -0
- package/dist/components/EnableFullscreenButton/i18n/index.js +5 -0
- package/dist/components/EnableFullscreenButton/i18n/index.js.map +1 -0
- package/dist/components/FixedHeightQuery/FixedHeightQuery.d.ts +9 -0
- package/dist/components/FixedHeightQuery/FixedHeightQuery.js +23 -0
- package/dist/components/FixedHeightQuery/FixedHeightQuery.js.map +1 -0
- package/dist/components/FixedHeightQuery/FixedHeightQuery.scss +42 -0
- package/dist/components/HealthcheckStatus/HealthcheckStatus.d.ts +8 -0
- package/dist/components/HealthcheckStatus/HealthcheckStatus.js +41 -0
- package/dist/components/HealthcheckStatus/HealthcheckStatus.js.map +1 -0
- package/dist/components/HealthcheckStatus/i18n/en.json +7 -0
- package/dist/components/HealthcheckStatus/i18n/index.d.ts +2 -0
- package/dist/components/HealthcheckStatus/i18n/index.js +5 -0
- package/dist/components/HealthcheckStatus/i18n/index.js.map +1 -0
- package/dist/components/ProgressViewer/ProgressViewer.d.ts +2 -1
- package/dist/components/ProgressViewer/ProgressViewer.js +3 -2
- package/dist/components/ProgressViewer/ProgressViewer.js.map +1 -1
- package/dist/components/SplitPane/SplitPane.scss +0 -1
- package/dist/containers/App/Content.js +18 -14
- package/dist/containers/App/Content.js.map +1 -1
- package/dist/containers/Clusters/Clusters.js +19 -7
- package/dist/containers/Clusters/Clusters.js.map +1 -1
- package/dist/containers/Clusters/Clusters.scss +7 -53
- package/dist/containers/Clusters/columns.d.ts +18 -1
- package/dist/containers/Clusters/columns.js +43 -9
- package/dist/containers/Clusters/columns.js.map +1 -1
- package/dist/containers/Clusters/i18n/en.json +3 -1
- package/dist/containers/Clusters/i18n/index.d.ts +1 -1
- package/dist/containers/Clusters/i18n/index.js +1 -2
- package/dist/containers/Clusters/i18n/index.js.map +1 -1
- package/dist/containers/Header/Header.d.ts +1 -5
- package/dist/containers/Header/Header.js +14 -10
- package/dist/containers/Header/Header.js.map +1 -1
- package/dist/containers/Header/Header.scss +1 -1
- package/dist/containers/Header/breadcrumbs.d.ts +3 -1
- package/dist/containers/Header/breadcrumbs.js +18 -6
- package/dist/containers/Header/breadcrumbs.js.map +1 -1
- package/dist/containers/Header/i18n/en.json +3 -1
- package/dist/containers/Header/i18n/index.d.ts +1 -1
- package/dist/containers/Operations/columns.js +2 -2
- package/dist/containers/Operations/columns.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/StorageGroupsEmptyDataMessage.js +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/StorageGroupsEmptyDataMessage.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageNodesTable/StorageNodesEmptyDataMessage.js +1 -1
- package/dist/containers/Storage/PaginatedStorageNodesTable/StorageNodesEmptyDataMessage.js.map +1 -1
- package/dist/containers/Tablet/components/TabletStorageInfo/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +30 -29
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.scss +41 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +8 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +3 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +9 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +7 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +27 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +5 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +1 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/en.json +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueriesData.js +11 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueriesData.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js +2 -3
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/hooks/useScrollToSelected.d.ts +19 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/hooks/useScrollToSelected.js +31 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/hooks/useScrollToSelected.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/utils.js +1 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/utils.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopicData/TopicData.js +1 -1
- package/dist/containers/Tenant/Diagnostics/TopicData/TopicData.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopicData/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Healthcheck/Healthcheck.d.ts +9 -0
- package/dist/containers/Tenant/Healthcheck/Healthcheck.js +49 -0
- package/dist/containers/Tenant/Healthcheck/Healthcheck.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/Healthcheck.scss +112 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckFilter.d.ts +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckFilter.js +9 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckFilter.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssue.d.ts +7 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssue.js +25 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssue.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/ComputeLocation.d.ts +9 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/ComputeLocation.js +67 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/ComputeLocation.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/HealthcheckIssueDetails.d.ts +6 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/HealthcheckIssueDetails.js +67 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/HealthcheckIssueDetails.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/NodeInfo.d.ts +7 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/NodeInfo.js +19 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/NodeInfo.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/PoolInfo.d.ts +6 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/PoolInfo.js +12 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/PoolInfo.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/StorageLocation.d.ts +9 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/StorageLocation.js +95 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/StorageLocation.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/utils.d.ts +25 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/utils.js +17 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueDetails/utils.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueTabs.d.ts +8 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueTabs.js +23 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssueTabs.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssues.d.ts +6 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssues.js +41 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckIssues.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckRefresh.d.ts +6 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckRefresh.js +47 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckRefresh.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckView.d.ts +8 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckView.js +42 -0
- package/dist/containers/Tenant/Healthcheck/components/HealthcheckView.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/i18n/en.json +41 -0
- package/dist/containers/Tenant/Healthcheck/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Healthcheck/i18n/index.js +5 -0
- package/dist/containers/Tenant/Healthcheck/i18n/index.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/shared.d.ts +11 -0
- package/dist/containers/Tenant/Healthcheck/shared.js +36 -0
- package/dist/containers/Tenant/Healthcheck/shared.js.map +1 -0
- package/dist/containers/Tenant/Healthcheck/useHealthcheck.d.ts +14 -0
- package/dist/containers/Tenant/Healthcheck/useHealthcheck.js +19 -0
- package/dist/containers/Tenant/Healthcheck/useHealthcheck.js.map +1 -0
- package/dist/containers/Tenant/Query/Preview/components/TopicPreview.js +1 -1
- package/dist/containers/Tenant/Query/Preview/components/TopicPreview.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/useQueryInfoMenuItems.js +1 -1
- package/dist/containers/Tenant/Query/QueryResult/components/QueryInfoDropdown/useQueryInfoMenuItems.js.map +1 -1
- package/dist/containers/Tenant/Tenant.js +14 -25
- package/dist/containers/Tenant/Tenant.js.map +1 -1
- package/dist/containers/Tenant/TenantDrawerWrappers.d.ts +7 -0
- package/dist/containers/Tenant/TenantDrawerWrappers.js +47 -0
- package/dist/containers/Tenant/TenantDrawerWrappers.js.map +1 -0
- package/dist/containers/Tenant/TenantPages.d.ts +2 -0
- package/dist/containers/Tenant/TenantPages.js.map +1 -1
- package/dist/containers/Tenant/constants.d.ts +4 -0
- package/dist/containers/Tenant/constants.js +18 -0
- package/dist/containers/Tenant/constants.js.map +1 -0
- package/dist/containers/Tenant/i18n/en.json +7 -1
- package/dist/containers/Tenant/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/useTenantQueryParams.d.ts +12 -0
- package/dist/containers/Tenant/useTenantQueryParams.js +39 -0
- package/dist/containers/Tenant/useTenantQueryParams.js.map +1 -0
- package/dist/containers/Tenant/utils/schemaActions.js +2 -2
- package/dist/containers/Tenant/utils/schemaActions.js.map +1 -1
- package/dist/containers/UserSettings/i18n/en.json +1 -1
- package/dist/store/reducers/capabilities/hooks.d.ts +3 -0
- package/dist/store/reducers/capabilities/hooks.js +9 -0
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- package/dist/store/reducers/clusters/selectors.d.ts +1 -2
- package/dist/store/reducers/clusters/selectors.js +0 -28
- package/dist/store/reducers/clusters/selectors.js.map +1 -1
- package/dist/store/reducers/clusters/types.d.ts +0 -10
- package/dist/store/reducers/header/types.d.ts +4 -2
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +631 -331
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +8 -35
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js.map +1 -1
- package/dist/store/reducers/healthcheckInfo/types.d.ts +2 -0
- package/dist/store/reducers/healthcheckInfo/utils.d.ts +3 -0
- package/dist/store/reducers/healthcheckInfo/utils.js +34 -0
- package/dist/store/reducers/healthcheckInfo/utils.js.map +1 -1
- package/dist/store/reducers/tenant/constants.d.ts +0 -1
- package/dist/store/reducers/tenant/constants.js +0 -1
- package/dist/store/reducers/tenant/constants.js.map +1 -1
- package/dist/store/reducers/tenants/utils.d.ts +2 -1
- package/dist/store/reducers/tenants/utils.js +15 -2
- package/dist/store/reducers/tenants/utils.js.map +1 -1
- package/dist/styles/index.scss +3 -0
- package/dist/types/api/capabilities.d.ts +1 -1
- package/dist/types/api/healthcheck.d.ts +80 -13
- package/dist/types/api/healthcheck.js +1 -0
- package/dist/types/api/healthcheck.js.map +1 -1
- package/dist/types/api/tenant.d.ts +4 -0
- package/dist/types/api/tenant.js.map +1 -1
- package/dist/uiFactory/types.d.ts +18 -0
- package/dist/uiFactory/uiFactory.d.ts +1 -1
- package/dist/uiFactory/uiFactory.js +6 -0
- package/dist/uiFactory/uiFactory.js.map +1 -1
- package/dist/utils/createToast.d.ts +2 -9
- package/dist/utils/createToast.js +5 -6
- package/dist/utils/createToast.js.map +1 -1
- package/package.json +1 -1
- package/dist/containers/App/i18n/en.json +0 -3
- package/dist/containers/App/i18n/index.d.ts +0 -2
- package/dist/containers/App/i18n/index.js.map +0 -1
- package/dist/containers/App/i18n/ru.json +0 -3
- package/dist/containers/Clusters/ClustersStatistics.d.ts +0 -7
- package/dist/containers/Clusters/ClustersStatistics.js +0 -10
- package/dist/containers/Clusters/ClustersStatistics.js.map +0 -1
- package/dist/containers/Clusters/i18n/ru.json +0 -15
- package/dist/containers/Storage/EmptyFilter/EmptyFilter.js.map +0 -1
- package/dist/containers/Storage/EmptyFilter/i18n/index.js +0 -6
- package/dist/containers/Storage/EmptyFilter/i18n/index.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +0 -106
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -34
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -7
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -37
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +0 -51
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -9
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.scss +0 -50
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js.map +0 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -15
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -20
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js.map +0 -1
- /package/dist/{containers/Storage → components}/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{containers/Storage → components}/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{containers/Storage → components}/EmptyFilter/i18n/index.d.ts +0 -0
- /package/dist/{containers/Storage → components}/EmptyFilter/i18n/ru.json +0 -0
@@ -1,13 +1,12 @@
|
|
1
|
-
import type { IssueLog
|
1
|
+
import type { IssueLog } from '../../../types/api/healthcheck';
|
2
2
|
import type { RootState } from '../../defaultStore';
|
3
|
-
import type { IssuesTree } from './types';
|
4
3
|
export declare const healthcheckApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
5
4
|
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
6
5
|
database: string;
|
7
6
|
maxLevel?: number;
|
8
7
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
9
8
|
}, "api", "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
10
|
-
export declare const
|
9
|
+
export declare const selectCheckStatus: ((state: {
|
11
10
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
12
11
|
singleClusterMode: boolean;
|
13
12
|
cluster: import("../cluster/types").ClusterState;
|
@@ -33,18 +32,365 @@ export declare const selectIssuesTrees: ((state: {
|
|
33
32
|
queryActions: import("../queryActions/types").QueryActionsState;
|
34
33
|
fullscreen: boolean;
|
35
34
|
clusters: import("../clusters/types").ClustersFilters;
|
36
|
-
}, database: string) =>
|
35
|
+
}, database: string) => import("../../../types/api/healthcheck").SelfCheckResult | undefined) & {
|
37
36
|
clearCache: () => void;
|
38
37
|
resultsCount: () => number;
|
39
38
|
resetResultsCount: () => void;
|
40
39
|
} & {
|
41
|
-
resultFunc: (resultFuncArgs_0:
|
42
|
-
|
40
|
+
resultFunc: (resultFuncArgs_0: {
|
41
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
42
|
+
singleClusterMode: boolean;
|
43
|
+
cluster: import("../cluster/types").ClusterState;
|
44
|
+
tenant: import("../tenant/types").TenantState;
|
45
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
46
|
+
schema: {
|
47
|
+
loading: boolean;
|
48
|
+
data: {};
|
49
|
+
currentSchemaPath: undefined;
|
50
|
+
showPreview: boolean;
|
51
|
+
};
|
52
|
+
tenants: import("../tenants/types").TenantsState;
|
53
|
+
partitions: {
|
54
|
+
selectedConsumer?: string;
|
55
|
+
};
|
56
|
+
query: import("../query/types").QueryState;
|
57
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
58
|
+
settings: import("../settings/types").SettingsState;
|
59
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
60
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
61
|
+
authentication: import("../authentication/types").AuthenticationState;
|
62
|
+
header: import("../header/types").HeaderState;
|
63
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
64
|
+
fullscreen: boolean;
|
65
|
+
clusters: import("../clusters/types").ClustersFilters;
|
66
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
67
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
68
|
+
database: string;
|
69
|
+
maxLevel?: number;
|
70
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
71
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
72
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
73
|
+
originalArgs?: undefined | undefined;
|
74
|
+
data?: undefined | undefined;
|
75
|
+
error?: undefined | undefined;
|
76
|
+
requestId?: undefined | undefined;
|
77
|
+
endpointName?: string | undefined;
|
78
|
+
startedTimeStamp?: undefined | undefined;
|
79
|
+
fulfilledTimeStamp?: undefined | undefined;
|
80
|
+
} & {
|
81
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
82
|
+
isUninitialized: true;
|
83
|
+
isLoading: false;
|
84
|
+
isSuccess: false;
|
85
|
+
isError: false;
|
86
|
+
}) | ({
|
87
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
88
|
+
error: undefined;
|
89
|
+
requestId: string;
|
90
|
+
originalArgs: {
|
91
|
+
database: string;
|
92
|
+
maxLevel?: number;
|
93
|
+
};
|
94
|
+
endpointName: string;
|
95
|
+
startedTimeStamp: number;
|
96
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
97
|
+
fulfilledTimeStamp: number;
|
98
|
+
} & {
|
99
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
100
|
+
isUninitialized: false;
|
101
|
+
isLoading: false;
|
102
|
+
isSuccess: true;
|
103
|
+
isError: false;
|
104
|
+
}) | ({
|
105
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
106
|
+
originalArgs: {
|
107
|
+
database: string;
|
108
|
+
maxLevel?: number;
|
109
|
+
};
|
110
|
+
requestId: string;
|
111
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
112
|
+
error?: unknown;
|
113
|
+
endpointName: string;
|
114
|
+
startedTimeStamp: number;
|
115
|
+
fulfilledTimeStamp?: number | undefined;
|
116
|
+
} & {
|
117
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
118
|
+
isUninitialized: false;
|
119
|
+
isLoading: true;
|
120
|
+
isSuccess: false;
|
121
|
+
isError: false;
|
122
|
+
}) | ({
|
123
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
124
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
125
|
+
requestId: string;
|
126
|
+
fulfilledTimeStamp?: number | undefined;
|
127
|
+
originalArgs: {
|
128
|
+
database: string;
|
129
|
+
maxLevel?: number;
|
130
|
+
};
|
131
|
+
endpointName: string;
|
132
|
+
startedTimeStamp: number;
|
133
|
+
error: unknown;
|
134
|
+
} & {
|
135
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
136
|
+
isUninitialized: false;
|
137
|
+
isLoading: false;
|
138
|
+
isSuccess: false;
|
139
|
+
isError: true;
|
140
|
+
})) => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
141
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
142
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
143
|
+
singleClusterMode: boolean;
|
144
|
+
cluster: import("../cluster/types").ClusterState;
|
145
|
+
tenant: import("../tenant/types").TenantState;
|
146
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
147
|
+
schema: {
|
148
|
+
loading: boolean;
|
149
|
+
data: {};
|
150
|
+
currentSchemaPath: undefined;
|
151
|
+
showPreview: boolean;
|
152
|
+
};
|
153
|
+
tenants: import("../tenants/types").TenantsState;
|
154
|
+
partitions: {
|
155
|
+
selectedConsumer?: string;
|
156
|
+
};
|
157
|
+
query: import("../query/types").QueryState;
|
158
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
159
|
+
settings: import("../settings/types").SettingsState;
|
160
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
161
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
162
|
+
authentication: import("../authentication/types").AuthenticationState;
|
163
|
+
header: import("../header/types").HeaderState;
|
164
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
165
|
+
fullscreen: boolean;
|
166
|
+
clusters: import("../clusters/types").ClustersFilters;
|
167
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
168
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
169
|
+
database: string;
|
170
|
+
maxLevel?: number;
|
171
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
172
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
173
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
174
|
+
originalArgs?: undefined | undefined;
|
175
|
+
data?: undefined | undefined;
|
176
|
+
error?: undefined | undefined;
|
177
|
+
requestId?: undefined | undefined;
|
178
|
+
endpointName?: string | undefined;
|
179
|
+
startedTimeStamp?: undefined | undefined;
|
180
|
+
fulfilledTimeStamp?: undefined | undefined;
|
181
|
+
} & {
|
182
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
183
|
+
isUninitialized: true;
|
184
|
+
isLoading: false;
|
185
|
+
isSuccess: false;
|
186
|
+
isError: false;
|
187
|
+
}) | ({
|
188
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
189
|
+
error: undefined;
|
190
|
+
requestId: string;
|
191
|
+
originalArgs: {
|
192
|
+
database: string;
|
193
|
+
maxLevel?: number;
|
194
|
+
};
|
195
|
+
endpointName: string;
|
196
|
+
startedTimeStamp: number;
|
197
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
198
|
+
fulfilledTimeStamp: number;
|
199
|
+
} & {
|
200
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
201
|
+
isUninitialized: false;
|
202
|
+
isLoading: false;
|
203
|
+
isSuccess: true;
|
204
|
+
isError: false;
|
205
|
+
}) | ({
|
206
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
207
|
+
originalArgs: {
|
208
|
+
database: string;
|
209
|
+
maxLevel?: number;
|
210
|
+
};
|
211
|
+
requestId: string;
|
212
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
213
|
+
error?: unknown;
|
214
|
+
endpointName: string;
|
215
|
+
startedTimeStamp: number;
|
216
|
+
fulfilledTimeStamp?: number | undefined;
|
217
|
+
} & {
|
218
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
219
|
+
isUninitialized: false;
|
220
|
+
isLoading: true;
|
221
|
+
isSuccess: false;
|
222
|
+
isError: false;
|
223
|
+
}) | ({
|
224
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
225
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
226
|
+
requestId: string;
|
227
|
+
fulfilledTimeStamp?: number | undefined;
|
228
|
+
originalArgs: {
|
229
|
+
database: string;
|
230
|
+
maxLevel?: number;
|
231
|
+
};
|
232
|
+
endpointName: string;
|
233
|
+
startedTimeStamp: number;
|
234
|
+
error: unknown;
|
235
|
+
} & {
|
236
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
237
|
+
isUninitialized: false;
|
238
|
+
isLoading: false;
|
239
|
+
isSuccess: false;
|
240
|
+
isError: true;
|
241
|
+
})) => import("../../../types/api/healthcheck").SelfCheckResult | undefined) & {
|
242
|
+
clearCache: () => void;
|
243
|
+
resultsCount: () => number;
|
244
|
+
resetResultsCount: () => void;
|
245
|
+
};
|
246
|
+
lastResult: () => import("../../../types/api/healthcheck").SelfCheckResult | undefined;
|
247
|
+
dependencies: [(state: RootState) => {
|
248
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
249
|
+
singleClusterMode: boolean;
|
250
|
+
cluster: import("../cluster/types").ClusterState;
|
251
|
+
tenant: import("../tenant/types").TenantState;
|
252
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
253
|
+
schema: {
|
254
|
+
loading: boolean;
|
255
|
+
data: {};
|
256
|
+
currentSchemaPath: undefined;
|
257
|
+
showPreview: boolean;
|
258
|
+
};
|
259
|
+
tenants: import("../tenants/types").TenantsState;
|
260
|
+
partitions: {
|
261
|
+
selectedConsumer?: string;
|
262
|
+
};
|
263
|
+
query: import("../query/types").QueryState;
|
264
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
265
|
+
settings: import("../settings/types").SettingsState;
|
266
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
267
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
268
|
+
authentication: import("../authentication/types").AuthenticationState;
|
269
|
+
header: import("../header/types").HeaderState;
|
270
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
271
|
+
fullscreen: boolean;
|
272
|
+
clusters: import("../clusters/types").ClustersFilters;
|
273
|
+
}, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
274
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
275
|
+
database: string;
|
276
|
+
maxLevel?: number;
|
277
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
278
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
279
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
280
|
+
originalArgs?: undefined | undefined;
|
281
|
+
data?: undefined | undefined;
|
282
|
+
error?: undefined | undefined;
|
283
|
+
requestId?: undefined | undefined;
|
284
|
+
endpointName?: string | undefined;
|
285
|
+
startedTimeStamp?: undefined | undefined;
|
286
|
+
fulfilledTimeStamp?: undefined | undefined;
|
287
|
+
} & {
|
288
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
289
|
+
isUninitialized: true;
|
290
|
+
isLoading: false;
|
291
|
+
isSuccess: false;
|
292
|
+
isError: false;
|
293
|
+
}) | ({
|
294
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
295
|
+
error: undefined;
|
296
|
+
requestId: string;
|
297
|
+
originalArgs: {
|
298
|
+
database: string;
|
299
|
+
maxLevel?: number;
|
300
|
+
};
|
301
|
+
endpointName: string;
|
302
|
+
startedTimeStamp: number;
|
303
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
304
|
+
fulfilledTimeStamp: number;
|
305
|
+
} & {
|
306
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
307
|
+
isUninitialized: false;
|
308
|
+
isLoading: false;
|
309
|
+
isSuccess: true;
|
310
|
+
isError: false;
|
311
|
+
}) | ({
|
312
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
313
|
+
originalArgs: {
|
314
|
+
database: string;
|
315
|
+
maxLevel?: number;
|
316
|
+
};
|
317
|
+
requestId: string;
|
318
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
319
|
+
error?: unknown;
|
320
|
+
endpointName: string;
|
321
|
+
startedTimeStamp: number;
|
322
|
+
fulfilledTimeStamp?: number | undefined;
|
323
|
+
} & {
|
324
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
325
|
+
isUninitialized: false;
|
326
|
+
isLoading: true;
|
327
|
+
isSuccess: false;
|
328
|
+
isError: false;
|
329
|
+
}) | ({
|
330
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
331
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
332
|
+
requestId: string;
|
333
|
+
fulfilledTimeStamp?: number | undefined;
|
334
|
+
originalArgs: {
|
335
|
+
database: string;
|
336
|
+
maxLevel?: number;
|
337
|
+
};
|
338
|
+
endpointName: string;
|
339
|
+
startedTimeStamp: number;
|
340
|
+
error: unknown;
|
341
|
+
} & {
|
342
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
343
|
+
isUninitialized: false;
|
344
|
+
isLoading: false;
|
345
|
+
isSuccess: false;
|
346
|
+
isError: true;
|
347
|
+
})];
|
348
|
+
recomputations: () => number;
|
349
|
+
resetRecomputations: () => void;
|
350
|
+
dependencyRecomputations: () => number;
|
351
|
+
resetDependencyRecomputations: () => void;
|
352
|
+
} & {
|
353
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
354
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
355
|
+
};
|
356
|
+
export declare const selectLeavesIssues: ((state: {
|
357
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
358
|
+
singleClusterMode: boolean;
|
359
|
+
cluster: import("../cluster/types").ClusterState;
|
360
|
+
tenant: import("../tenant/types").TenantState;
|
361
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
362
|
+
schema: {
|
363
|
+
loading: boolean;
|
364
|
+
data: {};
|
365
|
+
currentSchemaPath: undefined;
|
366
|
+
showPreview: boolean;
|
367
|
+
};
|
368
|
+
tenants: import("../tenants/types").TenantsState;
|
369
|
+
partitions: {
|
370
|
+
selectedConsumer?: string;
|
371
|
+
};
|
372
|
+
query: import("../query/types").QueryState;
|
373
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
374
|
+
settings: import("../settings/types").SettingsState;
|
375
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
376
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
377
|
+
authentication: import("../authentication/types").AuthenticationState;
|
378
|
+
header: import("../header/types").HeaderState;
|
379
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
380
|
+
fullscreen: boolean;
|
381
|
+
clusters: import("../clusters/types").ClustersFilters;
|
382
|
+
}, database: string) => import("./types").IssuesTree[]) & {
|
383
|
+
clearCache: () => void;
|
384
|
+
resultsCount: () => number;
|
385
|
+
resetResultsCount: () => void;
|
386
|
+
} & {
|
387
|
+
resultFunc: (resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => import("./types").IssuesTree[];
|
388
|
+
memoizedResultFunc: ((resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => import("./types").IssuesTree[]) & {
|
43
389
|
clearCache: () => void;
|
44
390
|
resultsCount: () => number;
|
45
391
|
resetResultsCount: () => void;
|
46
392
|
};
|
47
|
-
lastResult: () => IssuesTree[];
|
393
|
+
lastResult: () => import("./types").IssuesTree[];
|
48
394
|
dependencies: [((state: {
|
49
395
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
50
396
|
singleClusterMode: boolean;
|
@@ -792,7 +1138,7 @@ export declare const selectIssuesTrees: ((state: {
|
|
792
1138
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
793
1139
|
memoize: typeof import("reselect").weakMapMemoize;
|
794
1140
|
};
|
795
|
-
export declare const
|
1141
|
+
export declare const selectAllHealthcheckInfo: ((state: {
|
796
1142
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
797
1143
|
singleClusterMode: boolean;
|
798
1144
|
cluster: import("../cluster/types").ClusterState;
|
@@ -818,19 +1164,219 @@ export declare const selectIssuesStatistics: ((state: {
|
|
818
1164
|
queryActions: import("../queryActions/types").QueryActionsState;
|
819
1165
|
fullscreen: boolean;
|
820
1166
|
clusters: import("../clusters/types").ClustersFilters;
|
821
|
-
}, database: string) =>
|
1167
|
+
}, database: string) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined) & {
|
822
1168
|
clearCache: () => void;
|
823
1169
|
resultsCount: () => number;
|
824
1170
|
resetResultsCount: () => void;
|
825
1171
|
} & {
|
826
|
-
resultFunc: (resultFuncArgs_0:
|
827
|
-
|
1172
|
+
resultFunc: (resultFuncArgs_0: {
|
1173
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
1174
|
+
singleClusterMode: boolean;
|
1175
|
+
cluster: import("../cluster/types").ClusterState;
|
1176
|
+
tenant: import("../tenant/types").TenantState;
|
1177
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1178
|
+
schema: {
|
1179
|
+
loading: boolean;
|
1180
|
+
data: {};
|
1181
|
+
currentSchemaPath: undefined;
|
1182
|
+
showPreview: boolean;
|
1183
|
+
};
|
1184
|
+
tenants: import("../tenants/types").TenantsState;
|
1185
|
+
partitions: {
|
1186
|
+
selectedConsumer?: string;
|
1187
|
+
};
|
1188
|
+
query: import("../query/types").QueryState;
|
1189
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1190
|
+
settings: import("../settings/types").SettingsState;
|
1191
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1192
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1193
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1194
|
+
header: import("../header/types").HeaderState;
|
1195
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1196
|
+
fullscreen: boolean;
|
1197
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1198
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1199
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1200
|
+
database: string;
|
1201
|
+
maxLevel?: number;
|
1202
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
1203
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
1204
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1205
|
+
originalArgs?: undefined | undefined;
|
1206
|
+
data?: undefined | undefined;
|
1207
|
+
error?: undefined | undefined;
|
1208
|
+
requestId?: undefined | undefined;
|
1209
|
+
endpointName?: string | undefined;
|
1210
|
+
startedTimeStamp?: undefined | undefined;
|
1211
|
+
fulfilledTimeStamp?: undefined | undefined;
|
1212
|
+
} & {
|
1213
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1214
|
+
isUninitialized: true;
|
1215
|
+
isLoading: false;
|
1216
|
+
isSuccess: false;
|
1217
|
+
isError: false;
|
1218
|
+
}) | ({
|
1219
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1220
|
+
error: undefined;
|
1221
|
+
requestId: string;
|
1222
|
+
originalArgs: {
|
1223
|
+
database: string;
|
1224
|
+
maxLevel?: number;
|
1225
|
+
};
|
1226
|
+
endpointName: string;
|
1227
|
+
startedTimeStamp: number;
|
1228
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
1229
|
+
fulfilledTimeStamp: number;
|
1230
|
+
} & {
|
1231
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1232
|
+
isUninitialized: false;
|
1233
|
+
isLoading: false;
|
1234
|
+
isSuccess: true;
|
1235
|
+
isError: false;
|
1236
|
+
}) | ({
|
1237
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1238
|
+
originalArgs: {
|
1239
|
+
database: string;
|
1240
|
+
maxLevel?: number;
|
1241
|
+
};
|
1242
|
+
requestId: string;
|
1243
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1244
|
+
error?: unknown;
|
1245
|
+
endpointName: string;
|
1246
|
+
startedTimeStamp: number;
|
1247
|
+
fulfilledTimeStamp?: number | undefined;
|
1248
|
+
} & {
|
1249
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1250
|
+
isUninitialized: false;
|
1251
|
+
isLoading: true;
|
1252
|
+
isSuccess: false;
|
1253
|
+
isError: false;
|
1254
|
+
}) | ({
|
1255
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1256
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1257
|
+
requestId: string;
|
1258
|
+
fulfilledTimeStamp?: number | undefined;
|
1259
|
+
originalArgs: {
|
1260
|
+
database: string;
|
1261
|
+
maxLevel?: number;
|
1262
|
+
};
|
1263
|
+
endpointName: string;
|
1264
|
+
startedTimeStamp: number;
|
1265
|
+
error: unknown;
|
1266
|
+
} & {
|
1267
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1268
|
+
isUninitialized: false;
|
1269
|
+
isLoading: false;
|
1270
|
+
isSuccess: false;
|
1271
|
+
isError: true;
|
1272
|
+
})) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1273
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
1274
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
1275
|
+
singleClusterMode: boolean;
|
1276
|
+
cluster: import("../cluster/types").ClusterState;
|
1277
|
+
tenant: import("../tenant/types").TenantState;
|
1278
|
+
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1279
|
+
schema: {
|
1280
|
+
loading: boolean;
|
1281
|
+
data: {};
|
1282
|
+
currentSchemaPath: undefined;
|
1283
|
+
showPreview: boolean;
|
1284
|
+
};
|
1285
|
+
tenants: import("../tenants/types").TenantsState;
|
1286
|
+
partitions: {
|
1287
|
+
selectedConsumer?: string;
|
1288
|
+
};
|
1289
|
+
query: import("../query/types").QueryState;
|
1290
|
+
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1291
|
+
settings: import("../settings/types").SettingsState;
|
1292
|
+
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1293
|
+
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1294
|
+
authentication: import("../authentication/types").AuthenticationState;
|
1295
|
+
header: import("../header/types").HeaderState;
|
1296
|
+
queryActions: import("../queryActions/types").QueryActionsState;
|
1297
|
+
fullscreen: boolean;
|
1298
|
+
clusters: import("../clusters/types").ClustersFilters;
|
1299
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1300
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1301
|
+
database: string;
|
1302
|
+
maxLevel?: number;
|
1303
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
1304
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
1305
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1306
|
+
originalArgs?: undefined | undefined;
|
1307
|
+
data?: undefined | undefined;
|
1308
|
+
error?: undefined | undefined;
|
1309
|
+
requestId?: undefined | undefined;
|
1310
|
+
endpointName?: string | undefined;
|
1311
|
+
startedTimeStamp?: undefined | undefined;
|
1312
|
+
fulfilledTimeStamp?: undefined | undefined;
|
1313
|
+
} & {
|
1314
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1315
|
+
isUninitialized: true;
|
1316
|
+
isLoading: false;
|
1317
|
+
isSuccess: false;
|
1318
|
+
isError: false;
|
1319
|
+
}) | ({
|
1320
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1321
|
+
error: undefined;
|
1322
|
+
requestId: string;
|
1323
|
+
originalArgs: {
|
1324
|
+
database: string;
|
1325
|
+
maxLevel?: number;
|
1326
|
+
};
|
1327
|
+
endpointName: string;
|
1328
|
+
startedTimeStamp: number;
|
1329
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
1330
|
+
fulfilledTimeStamp: number;
|
1331
|
+
} & {
|
1332
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1333
|
+
isUninitialized: false;
|
1334
|
+
isLoading: false;
|
1335
|
+
isSuccess: true;
|
1336
|
+
isError: false;
|
1337
|
+
}) | ({
|
1338
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1339
|
+
originalArgs: {
|
1340
|
+
database: string;
|
1341
|
+
maxLevel?: number;
|
1342
|
+
};
|
1343
|
+
requestId: string;
|
1344
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1345
|
+
error?: unknown;
|
1346
|
+
endpointName: string;
|
1347
|
+
startedTimeStamp: number;
|
1348
|
+
fulfilledTimeStamp?: number | undefined;
|
1349
|
+
} & {
|
1350
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1351
|
+
isUninitialized: false;
|
1352
|
+
isLoading: true;
|
1353
|
+
isSuccess: false;
|
1354
|
+
isError: false;
|
1355
|
+
}) | ({
|
1356
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1357
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1358
|
+
requestId: string;
|
1359
|
+
fulfilledTimeStamp?: number | undefined;
|
1360
|
+
originalArgs: {
|
1361
|
+
database: string;
|
1362
|
+
maxLevel?: number;
|
1363
|
+
};
|
1364
|
+
endpointName: string;
|
1365
|
+
startedTimeStamp: number;
|
1366
|
+
error: unknown;
|
1367
|
+
} & {
|
1368
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1369
|
+
isUninitialized: false;
|
1370
|
+
isLoading: false;
|
1371
|
+
isSuccess: false;
|
1372
|
+
isError: true;
|
1373
|
+
})) => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined) & {
|
828
1374
|
clearCache: () => void;
|
829
1375
|
resultsCount: () => number;
|
830
1376
|
resetResultsCount: () => void;
|
831
1377
|
};
|
832
|
-
lastResult: () =>
|
833
|
-
dependencies: [(
|
1378
|
+
lastResult: () => import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1379
|
+
dependencies: [(state: RootState) => {
|
834
1380
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
835
1381
|
singleClusterMode: boolean;
|
836
1382
|
cluster: import("../cluster/types").ClusterState;
|
@@ -856,327 +1402,81 @@ export declare const selectIssuesStatistics: ((state: {
|
|
856
1402
|
queryActions: import("../queryActions/types").QueryActionsState;
|
857
1403
|
fullscreen: boolean;
|
858
1404
|
clusters: import("../clusters/types").ClustersFilters;
|
859
|
-
}, database: string) =>
|
860
|
-
|
861
|
-
|
862
|
-
|
1405
|
+
}, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
1406
|
+
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1407
|
+
database: string;
|
1408
|
+
maxLevel?: number;
|
1409
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
1410
|
+
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
1411
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1412
|
+
originalArgs?: undefined | undefined;
|
1413
|
+
data?: undefined | undefined;
|
1414
|
+
error?: undefined | undefined;
|
1415
|
+
requestId?: undefined | undefined;
|
1416
|
+
endpointName?: string | undefined;
|
1417
|
+
startedTimeStamp?: undefined | undefined;
|
1418
|
+
fulfilledTimeStamp?: undefined | undefined;
|
863
1419
|
} & {
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
tenants: import("../tenants/types").TenantsState;
|
877
|
-
partitions: {
|
878
|
-
selectedConsumer?: string;
|
879
|
-
};
|
880
|
-
query: import("../query/types").QueryState;
|
881
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
882
|
-
settings: import("../settings/types").SettingsState;
|
883
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
884
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
885
|
-
authentication: import("../authentication/types").AuthenticationState;
|
886
|
-
header: import("../header/types").HeaderState;
|
887
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
888
|
-
fullscreen: boolean;
|
889
|
-
clusters: import("../clusters/types").ClustersFilters;
|
890
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
891
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
892
|
-
database: string;
|
893
|
-
maxLevel?: number;
|
894
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
895
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
896
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
897
|
-
originalArgs?: undefined | undefined;
|
898
|
-
data?: undefined | undefined;
|
899
|
-
error?: undefined | undefined;
|
900
|
-
requestId?: undefined | undefined;
|
901
|
-
endpointName?: string | undefined;
|
902
|
-
startedTimeStamp?: undefined | undefined;
|
903
|
-
fulfilledTimeStamp?: undefined | undefined;
|
904
|
-
} & {
|
905
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
906
|
-
isUninitialized: true;
|
907
|
-
isLoading: false;
|
908
|
-
isSuccess: false;
|
909
|
-
isError: false;
|
910
|
-
}) | ({
|
911
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
912
|
-
error: undefined;
|
913
|
-
requestId: string;
|
914
|
-
originalArgs: {
|
915
|
-
database: string;
|
916
|
-
maxLevel?: number;
|
917
|
-
};
|
918
|
-
endpointName: string;
|
919
|
-
startedTimeStamp: number;
|
920
|
-
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
921
|
-
fulfilledTimeStamp: number;
|
922
|
-
} & {
|
923
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
924
|
-
isUninitialized: false;
|
925
|
-
isLoading: false;
|
926
|
-
isSuccess: true;
|
927
|
-
isError: false;
|
928
|
-
}) | ({
|
929
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
930
|
-
originalArgs: {
|
931
|
-
database: string;
|
932
|
-
maxLevel?: number;
|
933
|
-
};
|
934
|
-
requestId: string;
|
935
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
936
|
-
error?: unknown;
|
937
|
-
endpointName: string;
|
938
|
-
startedTimeStamp: number;
|
939
|
-
fulfilledTimeStamp?: number | undefined;
|
940
|
-
} & {
|
941
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
942
|
-
isUninitialized: false;
|
943
|
-
isLoading: true;
|
944
|
-
isSuccess: false;
|
945
|
-
isError: false;
|
946
|
-
}) | ({
|
947
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
948
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
949
|
-
requestId: string;
|
950
|
-
fulfilledTimeStamp?: number | undefined;
|
951
|
-
originalArgs: {
|
952
|
-
database: string;
|
953
|
-
maxLevel?: number;
|
954
|
-
};
|
955
|
-
endpointName: string;
|
956
|
-
startedTimeStamp: number;
|
957
|
-
error: unknown;
|
958
|
-
} & {
|
959
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
960
|
-
isUninitialized: false;
|
961
|
-
isLoading: false;
|
962
|
-
isSuccess: false;
|
963
|
-
isError: true;
|
964
|
-
})) => IssueLog[];
|
965
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
966
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">;
|
967
|
-
singleClusterMode: boolean;
|
968
|
-
cluster: import("../cluster/types").ClusterState;
|
969
|
-
tenant: import("../tenant/types").TenantState;
|
970
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
971
|
-
schema: {
|
972
|
-
loading: boolean;
|
973
|
-
data: {};
|
974
|
-
currentSchemaPath: undefined;
|
975
|
-
showPreview: boolean;
|
976
|
-
};
|
977
|
-
tenants: import("../tenants/types").TenantsState;
|
978
|
-
partitions: {
|
979
|
-
selectedConsumer?: string;
|
980
|
-
};
|
981
|
-
query: import("../query/types").QueryState;
|
982
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
983
|
-
settings: import("../settings/types").SettingsState;
|
984
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
985
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
986
|
-
authentication: import("../authentication/types").AuthenticationState;
|
987
|
-
header: import("../header/types").HeaderState;
|
988
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
989
|
-
fullscreen: boolean;
|
990
|
-
clusters: import("../clusters/types").ClustersFilters;
|
991
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
992
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
993
|
-
database: string;
|
994
|
-
maxLevel?: number;
|
995
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
996
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
997
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
998
|
-
originalArgs?: undefined | undefined;
|
999
|
-
data?: undefined | undefined;
|
1000
|
-
error?: undefined | undefined;
|
1001
|
-
requestId?: undefined | undefined;
|
1002
|
-
endpointName?: string | undefined;
|
1003
|
-
startedTimeStamp?: undefined | undefined;
|
1004
|
-
fulfilledTimeStamp?: undefined | undefined;
|
1005
|
-
} & {
|
1006
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1007
|
-
isUninitialized: true;
|
1008
|
-
isLoading: false;
|
1009
|
-
isSuccess: false;
|
1010
|
-
isError: false;
|
1011
|
-
}) | ({
|
1012
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1013
|
-
error: undefined;
|
1014
|
-
requestId: string;
|
1015
|
-
originalArgs: {
|
1016
|
-
database: string;
|
1017
|
-
maxLevel?: number;
|
1018
|
-
};
|
1019
|
-
endpointName: string;
|
1020
|
-
startedTimeStamp: number;
|
1021
|
-
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
1022
|
-
fulfilledTimeStamp: number;
|
1023
|
-
} & {
|
1024
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1025
|
-
isUninitialized: false;
|
1026
|
-
isLoading: false;
|
1027
|
-
isSuccess: true;
|
1028
|
-
isError: false;
|
1029
|
-
}) | ({
|
1030
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1031
|
-
originalArgs: {
|
1032
|
-
database: string;
|
1033
|
-
maxLevel?: number;
|
1034
|
-
};
|
1035
|
-
requestId: string;
|
1036
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1037
|
-
error?: unknown;
|
1038
|
-
endpointName: string;
|
1039
|
-
startedTimeStamp: number;
|
1040
|
-
fulfilledTimeStamp?: number | undefined;
|
1041
|
-
} & {
|
1042
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1043
|
-
isUninitialized: false;
|
1044
|
-
isLoading: true;
|
1045
|
-
isSuccess: false;
|
1046
|
-
isError: false;
|
1047
|
-
}) | ({
|
1048
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1049
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1050
|
-
requestId: string;
|
1051
|
-
fulfilledTimeStamp?: number | undefined;
|
1052
|
-
originalArgs: {
|
1053
|
-
database: string;
|
1054
|
-
maxLevel?: number;
|
1055
|
-
};
|
1056
|
-
endpointName: string;
|
1057
|
-
startedTimeStamp: number;
|
1058
|
-
error: unknown;
|
1059
|
-
} & {
|
1060
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1061
|
-
isUninitialized: false;
|
1062
|
-
isLoading: false;
|
1063
|
-
isSuccess: false;
|
1064
|
-
isError: true;
|
1065
|
-
})) => IssueLog[]) & {
|
1066
|
-
clearCache: () => void;
|
1067
|
-
resultsCount: () => number;
|
1068
|
-
resetResultsCount: () => void;
|
1420
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1421
|
+
isUninitialized: true;
|
1422
|
+
isLoading: false;
|
1423
|
+
isSuccess: false;
|
1424
|
+
isError: false;
|
1425
|
+
}) | ({
|
1426
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1427
|
+
error: undefined;
|
1428
|
+
requestId: string;
|
1429
|
+
originalArgs: {
|
1430
|
+
database: string;
|
1431
|
+
maxLevel?: number;
|
1069
1432
|
};
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
cluster: import("../cluster/types").ClusterState;
|
1075
|
-
tenant: import("../tenant/types").TenantState;
|
1076
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1077
|
-
schema: {
|
1078
|
-
loading: boolean;
|
1079
|
-
data: {};
|
1080
|
-
currentSchemaPath: undefined;
|
1081
|
-
showPreview: boolean;
|
1082
|
-
};
|
1083
|
-
tenants: import("../tenants/types").TenantsState;
|
1084
|
-
partitions: {
|
1085
|
-
selectedConsumer?: string;
|
1086
|
-
};
|
1087
|
-
query: import("../query/types").QueryState;
|
1088
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
1089
|
-
settings: import("../settings/types").SettingsState;
|
1090
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
1091
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
1092
|
-
authentication: import("../authentication/types").AuthenticationState;
|
1093
|
-
header: import("../header/types").HeaderState;
|
1094
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
1095
|
-
fullscreen: boolean;
|
1096
|
-
clusters: import("../clusters/types").ClustersFilters;
|
1097
|
-
}, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
1098
|
-
getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1099
|
-
database: string;
|
1100
|
-
maxLevel?: number;
|
1101
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
|
1102
|
-
}, "All" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData", "api">) => ({
|
1103
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1104
|
-
originalArgs?: undefined | undefined;
|
1105
|
-
data?: undefined | undefined;
|
1106
|
-
error?: undefined | undefined;
|
1107
|
-
requestId?: undefined | undefined;
|
1108
|
-
endpointName?: string | undefined;
|
1109
|
-
startedTimeStamp?: undefined | undefined;
|
1110
|
-
fulfilledTimeStamp?: undefined | undefined;
|
1111
|
-
} & {
|
1112
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1113
|
-
isUninitialized: true;
|
1114
|
-
isLoading: false;
|
1115
|
-
isSuccess: false;
|
1116
|
-
isError: false;
|
1117
|
-
}) | ({
|
1118
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1119
|
-
error: undefined;
|
1120
|
-
requestId: string;
|
1121
|
-
originalArgs: {
|
1122
|
-
database: string;
|
1123
|
-
maxLevel?: number;
|
1124
|
-
};
|
1125
|
-
endpointName: string;
|
1126
|
-
startedTimeStamp: number;
|
1127
|
-
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
1128
|
-
fulfilledTimeStamp: number;
|
1129
|
-
} & {
|
1130
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1131
|
-
isUninitialized: false;
|
1132
|
-
isLoading: false;
|
1133
|
-
isSuccess: true;
|
1134
|
-
isError: false;
|
1135
|
-
}) | ({
|
1136
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1137
|
-
originalArgs: {
|
1138
|
-
database: string;
|
1139
|
-
maxLevel?: number;
|
1140
|
-
};
|
1141
|
-
requestId: string;
|
1142
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1143
|
-
error?: unknown;
|
1144
|
-
endpointName: string;
|
1145
|
-
startedTimeStamp: number;
|
1146
|
-
fulfilledTimeStamp?: number | undefined;
|
1147
|
-
} & {
|
1148
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1149
|
-
isUninitialized: false;
|
1150
|
-
isLoading: true;
|
1151
|
-
isSuccess: false;
|
1152
|
-
isError: false;
|
1153
|
-
}) | ({
|
1154
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1155
|
-
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1156
|
-
requestId: string;
|
1157
|
-
fulfilledTimeStamp?: number | undefined;
|
1158
|
-
originalArgs: {
|
1159
|
-
database: string;
|
1160
|
-
maxLevel?: number;
|
1161
|
-
};
|
1162
|
-
endpointName: string;
|
1163
|
-
startedTimeStamp: number;
|
1164
|
-
error: unknown;
|
1165
|
-
} & {
|
1166
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1167
|
-
isUninitialized: false;
|
1168
|
-
isLoading: false;
|
1169
|
-
isSuccess: false;
|
1170
|
-
isError: true;
|
1171
|
-
})];
|
1172
|
-
recomputations: () => number;
|
1173
|
-
resetRecomputations: () => void;
|
1174
|
-
dependencyRecomputations: () => number;
|
1175
|
-
resetDependencyRecomputations: () => void;
|
1433
|
+
endpointName: string;
|
1434
|
+
startedTimeStamp: number;
|
1435
|
+
data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
|
1436
|
+
fulfilledTimeStamp: number;
|
1176
1437
|
} & {
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1438
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1439
|
+
isUninitialized: false;
|
1440
|
+
isLoading: false;
|
1441
|
+
isSuccess: true;
|
1442
|
+
isError: false;
|
1443
|
+
}) | ({
|
1444
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1445
|
+
originalArgs: {
|
1446
|
+
database: string;
|
1447
|
+
maxLevel?: number;
|
1448
|
+
};
|
1449
|
+
requestId: string;
|
1450
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1451
|
+
error?: unknown;
|
1452
|
+
endpointName: string;
|
1453
|
+
startedTimeStamp: number;
|
1454
|
+
fulfilledTimeStamp?: number | undefined;
|
1455
|
+
} & {
|
1456
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1457
|
+
isUninitialized: false;
|
1458
|
+
isLoading: true;
|
1459
|
+
isSuccess: false;
|
1460
|
+
isError: false;
|
1461
|
+
}) | ({
|
1462
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1463
|
+
data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
|
1464
|
+
requestId: string;
|
1465
|
+
fulfilledTimeStamp?: number | undefined;
|
1466
|
+
originalArgs: {
|
1467
|
+
database: string;
|
1468
|
+
maxLevel?: number;
|
1469
|
+
};
|
1470
|
+
endpointName: string;
|
1471
|
+
startedTimeStamp: number;
|
1472
|
+
error: unknown;
|
1473
|
+
} & {
|
1474
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1475
|
+
isUninitialized: false;
|
1476
|
+
isLoading: false;
|
1477
|
+
isSuccess: false;
|
1478
|
+
isError: true;
|
1479
|
+
})];
|
1180
1480
|
recomputations: () => number;
|
1181
1481
|
resetRecomputations: () => void;
|
1182
1482
|
dependencyRecomputations: () => number;
|