ydb-embedded-ui 12.15.0 → 12.16.0
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/CellWithPopover/CellWithPopover.scss +4 -3
- package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js +8 -4
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js.map +1 -1
- package/dist/components/ProblemFilter/ProblemFilter.d.ts +3 -4
- package/dist/components/ProblemFilter/ProblemFilter.js +8 -4
- package/dist/components/ProblemFilter/ProblemFilter.js.map +1 -1
- package/dist/components/ProblemFilter/i18n/en.json +4 -0
- package/dist/components/ProblemFilter/i18n/index.d.ts +2 -0
- package/dist/components/ProblemFilter/i18n/index.js +5 -0
- package/dist/components/ProblemFilter/i18n/index.js.map +1 -0
- package/dist/components/ResizeableDataTable/ResizeableDataTable.d.ts +12 -2
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js +28 -12
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js.map +1 -1
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/Clusters/constants.d.ts +1 -1
- package/dist/containers/Header/Header.js +1 -1
- package/dist/containers/Header/Header.js.map +1 -1
- package/dist/containers/Node/Node.js +5 -5
- package/dist/containers/Node/Node.js.map +1 -1
- package/dist/containers/Node/Threads/Threads.js +1 -1
- package/dist/containers/Node/Threads/Threads.js.map +1 -1
- package/dist/containers/Nodes/NodesControls/NodesControls.js +3 -5
- package/dist/containers/Nodes/NodesControls/NodesControls.js.map +1 -1
- package/dist/containers/Nodes/NodesTable.d.ts +2 -3
- package/dist/containers/Nodes/NodesTable.js +4 -4
- package/dist/containers/Nodes/NodesTable.js.map +1 -1
- package/dist/containers/Nodes/PaginatedNodes/GroupedNodesComponent.js +1 -1
- package/dist/containers/Nodes/PaginatedNodes/GroupedNodesComponent.js.map +1 -1
- package/dist/containers/Nodes/PaginatedNodes/NodesComponent.js +3 -5
- package/dist/containers/Nodes/PaginatedNodes/NodesComponent.js.map +1 -1
- package/dist/containers/Nodes/PaginatedNodes/PaginatedNodes.js +5 -7
- package/dist/containers/Nodes/PaginatedNodes/PaginatedNodes.js.map +1 -1
- package/dist/containers/Nodes/getNodes.js +3 -3
- package/dist/containers/Nodes/getNodes.js.map +1 -1
- package/dist/containers/Nodes/useNodesPageQueryParams.d.ts +2 -0
- package/dist/containers/Nodes/useNodesPageQueryParams.js +17 -9
- package/dist/containers/Nodes/useNodesPageQueryParams.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/columns/StorageGroupsColumns.scss +0 -4
- package/dist/containers/Tenant/Diagnostics/Network/Network.js +11 -16
- package/dist/containers/Tenant/Diagnostics/Network/Network.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +1 -5
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/QueriesTableWithDrawer.js +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/QueriesTableWithDrawer.js.map +1 -1
- package/dist/containers/Tenants/Tenants.js +23 -20
- package/dist/containers/Tenants/Tenants.js.map +1 -1
- package/dist/containers/Tenants/useTenantsQueryParams.d.ts +6 -0
- package/dist/containers/Tenants/useTenantsQueryParams.js +21 -0
- package/dist/containers/Tenants/useTenantsQueryParams.js.map +1 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -1
- package/dist/containers/Versions/groupNodes.js +5 -11
- package/dist/containers/Versions/groupNodes.js.map +1 -1
- package/dist/store/configureStore.d.ts +0 -4
- package/dist/store/defaultStore.d.ts +0 -2
- package/dist/store/reducers/capabilities/capabilities.d.ts +0 -24
- package/dist/store/reducers/cluster/cluster.d.ts +0 -2
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -18
- package/dist/store/reducers/index.d.ts +0 -3
- package/dist/store/reducers/index.js +0 -2
- package/dist/store/reducers/index.js.map +1 -1
- package/dist/store/reducers/node/selectors.d.ts +0 -1
- package/dist/store/reducers/nodes/types.d.ts +1 -2
- package/dist/store/reducers/nodesList.d.ts +0 -4
- package/dist/store/reducers/query/query.d.ts +0 -1
- package/dist/store/reducers/schema/schema.d.ts +0 -4
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +0 -11
- package/dist/store/reducers/settings/settings.d.ts +1 -10
- package/dist/store/reducers/settings/settings.js +1 -11
- package/dist/store/reducers/settings/settings.js.map +1 -1
- package/dist/store/reducers/settings/types.d.ts +0 -4
- package/dist/store/reducers/tablets.d.ts +0 -1
- package/dist/store/reducers/tenants/filters.d.ts +4 -0
- package/dist/store/reducers/tenants/filters.js +23 -0
- package/dist/store/reducers/tenants/filters.js.map +1 -0
- package/dist/store/reducers/tenants/tenants.d.ts +1 -4
- package/dist/store/reducers/tenants/tenants.js +0 -13
- package/dist/store/reducers/tenants/tenants.js.map +1 -1
- package/dist/store/reducers/tenants/types.d.ts +0 -6
- package/dist/store/reducers/topic.d.ts +0 -15
- package/dist/store/state-url-mapping.d.ts +1 -18
- package/dist/store/state-url-mapping.js +2 -19
- package/dist/store/state-url-mapping.js.map +1 -1
- package/dist/utils/hooks/useWithProblemsQueryParam.d.ts +4 -0
- package/dist/utils/hooks/useWithProblemsQueryParam.js +15 -0
- package/dist/utils/hooks/useWithProblemsQueryParam.js.map +1 -0
- package/dist/utils/monaco/constats.d.ts +2 -2
- package/dist/utils/monaco/constats.js +2 -2
- package/dist/utils/monaco/constats.js.map +1 -1
- package/dist/utils/monaco/yql/constants.js +1 -0
- package/dist/utils/monaco/yql/constants.js.map +1 -1
- package/dist/utils/monaco/yql/yql.completionItemProvider.js +2 -2
- package/dist/utils/monaco/yql/yql.completionItemProvider.js.map +1 -1
- package/dist/utils/nodes.d.ts +2 -2
- package/dist/utils/nodes.js +7 -4
- package/dist/utils/nodes.js.map +1 -1
- package/package.json +4 -4
- package/dist/components/ProblemFilter/index.d.ts +0 -1
- package/dist/components/ProblemFilter/index.js +0 -2
- package/dist/components/ProblemFilter/index.js.map +0 -1
- package/dist/store/reducers/settings/hooks.d.ts +0 -5
- package/dist/store/reducers/settings/hooks.js +0 -14
- package/dist/store/reducers/settings/hooks.js.map +0 -1
- package/dist/store/reducers/tenants/selectors.d.ts +0 -750
- package/dist/store/reducers/tenants/selectors.js +0 -38
- package/dist/store/reducers/tenants/selectors.js.map +0 -1
|
@@ -1,750 +0,0 @@
|
|
|
1
|
-
import type { RootState } from '../..';
|
|
2
|
-
import type { ProblemFilterValue } from '../settings/types';
|
|
3
|
-
import type { PreparedTenant, TenantsStateSlice } from './types';
|
|
4
|
-
export declare const selectTenants: ((state: {
|
|
5
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
6
|
-
singleClusterMode: boolean;
|
|
7
|
-
cluster: import("../cluster/types").ClusterState;
|
|
8
|
-
tenant: import("../tenant/types").TenantState;
|
|
9
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
10
|
-
schema: {
|
|
11
|
-
loading: boolean;
|
|
12
|
-
data: {};
|
|
13
|
-
currentSchemaPath: undefined;
|
|
14
|
-
showPreview: boolean;
|
|
15
|
-
};
|
|
16
|
-
tenants: import("./types").TenantsState;
|
|
17
|
-
partitions: {
|
|
18
|
-
selectedConsumer?: string;
|
|
19
|
-
};
|
|
20
|
-
query: import("../query/types").QueryState;
|
|
21
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
22
|
-
settings: import("../settings/types").SettingsState;
|
|
23
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
24
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
25
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
26
|
-
header: import("../header/types").HeaderState;
|
|
27
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
28
|
-
fullscreen: boolean;
|
|
29
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
30
|
-
}, clusterName: string | undefined) => PreparedTenant[]) & {
|
|
31
|
-
clearCache: () => void;
|
|
32
|
-
resultsCount: () => number;
|
|
33
|
-
resetResultsCount: () => void;
|
|
34
|
-
} & {
|
|
35
|
-
resultFunc: (resultFuncArgs_0: {
|
|
36
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
37
|
-
singleClusterMode: boolean;
|
|
38
|
-
cluster: import("../cluster/types").ClusterState;
|
|
39
|
-
tenant: import("../tenant/types").TenantState;
|
|
40
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
41
|
-
schema: {
|
|
42
|
-
loading: boolean;
|
|
43
|
-
data: {};
|
|
44
|
-
currentSchemaPath: undefined;
|
|
45
|
-
showPreview: boolean;
|
|
46
|
-
};
|
|
47
|
-
tenants: import("./types").TenantsState;
|
|
48
|
-
partitions: {
|
|
49
|
-
selectedConsumer?: string;
|
|
50
|
-
};
|
|
51
|
-
query: import("../query/types").QueryState;
|
|
52
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
53
|
-
settings: import("../settings/types").SettingsState;
|
|
54
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
55
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
56
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
57
|
-
header: import("../header/types").HeaderState;
|
|
58
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
59
|
-
fullscreen: boolean;
|
|
60
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
61
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
62
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
63
|
-
clusterName?: string;
|
|
64
|
-
isMetaDatabasesAvailable?: boolean;
|
|
65
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
66
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
67
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
68
|
-
originalArgs?: undefined | undefined;
|
|
69
|
-
data?: undefined | undefined;
|
|
70
|
-
error?: undefined | undefined;
|
|
71
|
-
requestId?: undefined | undefined;
|
|
72
|
-
endpointName?: string | undefined;
|
|
73
|
-
startedTimeStamp?: undefined | undefined;
|
|
74
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
75
|
-
} & {
|
|
76
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
77
|
-
isUninitialized: true;
|
|
78
|
-
isLoading: false;
|
|
79
|
-
isSuccess: false;
|
|
80
|
-
isError: false;
|
|
81
|
-
}) | ({
|
|
82
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
83
|
-
error: undefined;
|
|
84
|
-
requestId: string;
|
|
85
|
-
originalArgs: {
|
|
86
|
-
clusterName?: string;
|
|
87
|
-
isMetaDatabasesAvailable?: boolean;
|
|
88
|
-
};
|
|
89
|
-
endpointName: string;
|
|
90
|
-
startedTimeStamp: number;
|
|
91
|
-
data: PreparedTenant[];
|
|
92
|
-
fulfilledTimeStamp: number;
|
|
93
|
-
} & {
|
|
94
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
95
|
-
isUninitialized: false;
|
|
96
|
-
isLoading: false;
|
|
97
|
-
isSuccess: true;
|
|
98
|
-
isError: false;
|
|
99
|
-
}) | ({
|
|
100
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
101
|
-
originalArgs: {
|
|
102
|
-
clusterName?: string;
|
|
103
|
-
isMetaDatabasesAvailable?: boolean;
|
|
104
|
-
};
|
|
105
|
-
requestId: string;
|
|
106
|
-
data?: PreparedTenant[] | undefined;
|
|
107
|
-
error?: unknown;
|
|
108
|
-
endpointName: string;
|
|
109
|
-
startedTimeStamp: number;
|
|
110
|
-
fulfilledTimeStamp?: number | undefined;
|
|
111
|
-
} & {
|
|
112
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
113
|
-
isUninitialized: false;
|
|
114
|
-
isLoading: true;
|
|
115
|
-
isSuccess: false;
|
|
116
|
-
isError: false;
|
|
117
|
-
}) | ({
|
|
118
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
119
|
-
data?: PreparedTenant[] | undefined;
|
|
120
|
-
requestId: string;
|
|
121
|
-
fulfilledTimeStamp?: number | undefined;
|
|
122
|
-
originalArgs: {
|
|
123
|
-
clusterName?: string;
|
|
124
|
-
isMetaDatabasesAvailable?: boolean;
|
|
125
|
-
};
|
|
126
|
-
endpointName: string;
|
|
127
|
-
startedTimeStamp: number;
|
|
128
|
-
error: unknown;
|
|
129
|
-
} & {
|
|
130
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
131
|
-
isUninitialized: false;
|
|
132
|
-
isLoading: false;
|
|
133
|
-
isSuccess: false;
|
|
134
|
-
isError: true;
|
|
135
|
-
}), resultFuncArgs_2: any) => PreparedTenant[];
|
|
136
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
137
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
138
|
-
singleClusterMode: boolean;
|
|
139
|
-
cluster: import("../cluster/types").ClusterState;
|
|
140
|
-
tenant: import("../tenant/types").TenantState;
|
|
141
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
142
|
-
schema: {
|
|
143
|
-
loading: boolean;
|
|
144
|
-
data: {};
|
|
145
|
-
currentSchemaPath: undefined;
|
|
146
|
-
showPreview: boolean;
|
|
147
|
-
};
|
|
148
|
-
tenants: import("./types").TenantsState;
|
|
149
|
-
partitions: {
|
|
150
|
-
selectedConsumer?: string;
|
|
151
|
-
};
|
|
152
|
-
query: import("../query/types").QueryState;
|
|
153
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
154
|
-
settings: import("../settings/types").SettingsState;
|
|
155
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
156
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
157
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
158
|
-
header: import("../header/types").HeaderState;
|
|
159
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
160
|
-
fullscreen: boolean;
|
|
161
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
162
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
163
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
164
|
-
clusterName?: string;
|
|
165
|
-
isMetaDatabasesAvailable?: boolean;
|
|
166
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
167
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
168
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
169
|
-
originalArgs?: undefined | undefined;
|
|
170
|
-
data?: undefined | undefined;
|
|
171
|
-
error?: undefined | undefined;
|
|
172
|
-
requestId?: undefined | undefined;
|
|
173
|
-
endpointName?: string | undefined;
|
|
174
|
-
startedTimeStamp?: undefined | undefined;
|
|
175
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
176
|
-
} & {
|
|
177
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
178
|
-
isUninitialized: true;
|
|
179
|
-
isLoading: false;
|
|
180
|
-
isSuccess: false;
|
|
181
|
-
isError: false;
|
|
182
|
-
}) | ({
|
|
183
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
184
|
-
error: undefined;
|
|
185
|
-
requestId: string;
|
|
186
|
-
originalArgs: {
|
|
187
|
-
clusterName?: string;
|
|
188
|
-
isMetaDatabasesAvailable?: boolean;
|
|
189
|
-
};
|
|
190
|
-
endpointName: string;
|
|
191
|
-
startedTimeStamp: number;
|
|
192
|
-
data: PreparedTenant[];
|
|
193
|
-
fulfilledTimeStamp: number;
|
|
194
|
-
} & {
|
|
195
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
196
|
-
isUninitialized: false;
|
|
197
|
-
isLoading: false;
|
|
198
|
-
isSuccess: true;
|
|
199
|
-
isError: false;
|
|
200
|
-
}) | ({
|
|
201
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
202
|
-
originalArgs: {
|
|
203
|
-
clusterName?: string;
|
|
204
|
-
isMetaDatabasesAvailable?: boolean;
|
|
205
|
-
};
|
|
206
|
-
requestId: string;
|
|
207
|
-
data?: PreparedTenant[] | undefined;
|
|
208
|
-
error?: unknown;
|
|
209
|
-
endpointName: string;
|
|
210
|
-
startedTimeStamp: number;
|
|
211
|
-
fulfilledTimeStamp?: number | undefined;
|
|
212
|
-
} & {
|
|
213
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
214
|
-
isUninitialized: false;
|
|
215
|
-
isLoading: true;
|
|
216
|
-
isSuccess: false;
|
|
217
|
-
isError: false;
|
|
218
|
-
}) | ({
|
|
219
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
220
|
-
data?: PreparedTenant[] | undefined;
|
|
221
|
-
requestId: string;
|
|
222
|
-
fulfilledTimeStamp?: number | undefined;
|
|
223
|
-
originalArgs: {
|
|
224
|
-
clusterName?: string;
|
|
225
|
-
isMetaDatabasesAvailable?: boolean;
|
|
226
|
-
};
|
|
227
|
-
endpointName: string;
|
|
228
|
-
startedTimeStamp: number;
|
|
229
|
-
error: unknown;
|
|
230
|
-
} & {
|
|
231
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
232
|
-
isUninitialized: false;
|
|
233
|
-
isLoading: false;
|
|
234
|
-
isSuccess: false;
|
|
235
|
-
isError: true;
|
|
236
|
-
}), resultFuncArgs_2: any) => PreparedTenant[]) & {
|
|
237
|
-
clearCache: () => void;
|
|
238
|
-
resultsCount: () => number;
|
|
239
|
-
resetResultsCount: () => void;
|
|
240
|
-
};
|
|
241
|
-
lastResult: () => PreparedTenant[];
|
|
242
|
-
dependencies: [(state: RootState) => {
|
|
243
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
244
|
-
singleClusterMode: boolean;
|
|
245
|
-
cluster: import("../cluster/types").ClusterState;
|
|
246
|
-
tenant: import("../tenant/types").TenantState;
|
|
247
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
248
|
-
schema: {
|
|
249
|
-
loading: boolean;
|
|
250
|
-
data: {};
|
|
251
|
-
currentSchemaPath: undefined;
|
|
252
|
-
showPreview: boolean;
|
|
253
|
-
};
|
|
254
|
-
tenants: import("./types").TenantsState;
|
|
255
|
-
partitions: {
|
|
256
|
-
selectedConsumer?: string;
|
|
257
|
-
};
|
|
258
|
-
query: import("../query/types").QueryState;
|
|
259
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
260
|
-
settings: import("../settings/types").SettingsState;
|
|
261
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
262
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
263
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
264
|
-
header: import("../header/types").HeaderState;
|
|
265
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
266
|
-
fullscreen: boolean;
|
|
267
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
268
|
-
}, (_state: RootState, clusterName: string | undefined) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
269
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
270
|
-
clusterName?: string;
|
|
271
|
-
isMetaDatabasesAvailable?: boolean;
|
|
272
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
273
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
274
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
275
|
-
originalArgs?: undefined | undefined;
|
|
276
|
-
data?: undefined | undefined;
|
|
277
|
-
error?: undefined | undefined;
|
|
278
|
-
requestId?: undefined | undefined;
|
|
279
|
-
endpointName?: string | undefined;
|
|
280
|
-
startedTimeStamp?: undefined | undefined;
|
|
281
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
282
|
-
} & {
|
|
283
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
284
|
-
isUninitialized: true;
|
|
285
|
-
isLoading: false;
|
|
286
|
-
isSuccess: false;
|
|
287
|
-
isError: false;
|
|
288
|
-
}) | ({
|
|
289
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
290
|
-
error: undefined;
|
|
291
|
-
requestId: string;
|
|
292
|
-
originalArgs: {
|
|
293
|
-
clusterName?: string;
|
|
294
|
-
isMetaDatabasesAvailable?: boolean;
|
|
295
|
-
};
|
|
296
|
-
endpointName: string;
|
|
297
|
-
startedTimeStamp: number;
|
|
298
|
-
data: PreparedTenant[];
|
|
299
|
-
fulfilledTimeStamp: number;
|
|
300
|
-
} & {
|
|
301
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
302
|
-
isUninitialized: false;
|
|
303
|
-
isLoading: false;
|
|
304
|
-
isSuccess: true;
|
|
305
|
-
isError: false;
|
|
306
|
-
}) | ({
|
|
307
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
308
|
-
originalArgs: {
|
|
309
|
-
clusterName?: string;
|
|
310
|
-
isMetaDatabasesAvailable?: boolean;
|
|
311
|
-
};
|
|
312
|
-
requestId: string;
|
|
313
|
-
data?: PreparedTenant[] | undefined;
|
|
314
|
-
error?: unknown;
|
|
315
|
-
endpointName: string;
|
|
316
|
-
startedTimeStamp: number;
|
|
317
|
-
fulfilledTimeStamp?: number | undefined;
|
|
318
|
-
} & {
|
|
319
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
320
|
-
isUninitialized: false;
|
|
321
|
-
isLoading: true;
|
|
322
|
-
isSuccess: false;
|
|
323
|
-
isError: false;
|
|
324
|
-
}) | ({
|
|
325
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
326
|
-
data?: PreparedTenant[] | undefined;
|
|
327
|
-
requestId: string;
|
|
328
|
-
fulfilledTimeStamp?: number | undefined;
|
|
329
|
-
originalArgs: {
|
|
330
|
-
clusterName?: string;
|
|
331
|
-
isMetaDatabasesAvailable?: boolean;
|
|
332
|
-
};
|
|
333
|
-
endpointName: string;
|
|
334
|
-
startedTimeStamp: number;
|
|
335
|
-
error: unknown;
|
|
336
|
-
} & {
|
|
337
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
338
|
-
isUninitialized: false;
|
|
339
|
-
isLoading: false;
|
|
340
|
-
isSuccess: false;
|
|
341
|
-
isError: true;
|
|
342
|
-
}), (state: RootState) => unknown];
|
|
343
|
-
recomputations: () => number;
|
|
344
|
-
resetRecomputations: () => void;
|
|
345
|
-
dependencyRecomputations: () => number;
|
|
346
|
-
resetDependencyRecomputations: () => void;
|
|
347
|
-
} & {
|
|
348
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
349
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
350
|
-
};
|
|
351
|
-
export declare const selectTenantsSearchValue: (state: TenantsStateSlice) => string;
|
|
352
|
-
export declare const selectFilteredTenants: ((state: {
|
|
353
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
354
|
-
singleClusterMode: boolean;
|
|
355
|
-
cluster: import("../cluster/types").ClusterState;
|
|
356
|
-
tenant: import("../tenant/types").TenantState;
|
|
357
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
358
|
-
schema: {
|
|
359
|
-
loading: boolean;
|
|
360
|
-
data: {};
|
|
361
|
-
currentSchemaPath: undefined;
|
|
362
|
-
showPreview: boolean;
|
|
363
|
-
};
|
|
364
|
-
tenants: import("./types").TenantsState;
|
|
365
|
-
partitions: {
|
|
366
|
-
selectedConsumer?: string;
|
|
367
|
-
};
|
|
368
|
-
query: import("../query/types").QueryState;
|
|
369
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
370
|
-
settings: import("../settings/types").SettingsState;
|
|
371
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
372
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
373
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
374
|
-
header: import("../header/types").HeaderState;
|
|
375
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
376
|
-
fullscreen: boolean;
|
|
377
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
378
|
-
} & {
|
|
379
|
-
settings: import("../settings/types").SettingsState;
|
|
380
|
-
} & TenantsStateSlice, clusterName: string | undefined) => PreparedTenant[]) & {
|
|
381
|
-
clearCache: () => void;
|
|
382
|
-
resultsCount: () => number;
|
|
383
|
-
resetResultsCount: () => void;
|
|
384
|
-
} & {
|
|
385
|
-
resultFunc: (resultFuncArgs_0: PreparedTenant[], resultFuncArgs_1: ProblemFilterValue, resultFuncArgs_2: string) => PreparedTenant[];
|
|
386
|
-
memoizedResultFunc: ((resultFuncArgs_0: PreparedTenant[], resultFuncArgs_1: ProblemFilterValue, resultFuncArgs_2: string) => PreparedTenant[]) & {
|
|
387
|
-
clearCache: () => void;
|
|
388
|
-
resultsCount: () => number;
|
|
389
|
-
resetResultsCount: () => void;
|
|
390
|
-
};
|
|
391
|
-
lastResult: () => PreparedTenant[];
|
|
392
|
-
dependencies: [((state: {
|
|
393
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
394
|
-
singleClusterMode: boolean;
|
|
395
|
-
cluster: import("../cluster/types").ClusterState;
|
|
396
|
-
tenant: import("../tenant/types").TenantState;
|
|
397
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
398
|
-
schema: {
|
|
399
|
-
loading: boolean;
|
|
400
|
-
data: {};
|
|
401
|
-
currentSchemaPath: undefined;
|
|
402
|
-
showPreview: boolean;
|
|
403
|
-
};
|
|
404
|
-
tenants: import("./types").TenantsState;
|
|
405
|
-
partitions: {
|
|
406
|
-
selectedConsumer?: string;
|
|
407
|
-
};
|
|
408
|
-
query: import("../query/types").QueryState;
|
|
409
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
410
|
-
settings: import("../settings/types").SettingsState;
|
|
411
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
412
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
413
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
414
|
-
header: import("../header/types").HeaderState;
|
|
415
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
416
|
-
fullscreen: boolean;
|
|
417
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
418
|
-
}, clusterName: string | undefined) => PreparedTenant[]) & {
|
|
419
|
-
clearCache: () => void;
|
|
420
|
-
resultsCount: () => number;
|
|
421
|
-
resetResultsCount: () => void;
|
|
422
|
-
} & {
|
|
423
|
-
resultFunc: (resultFuncArgs_0: {
|
|
424
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
425
|
-
singleClusterMode: boolean;
|
|
426
|
-
cluster: import("../cluster/types").ClusterState;
|
|
427
|
-
tenant: import("../tenant/types").TenantState;
|
|
428
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
429
|
-
schema: {
|
|
430
|
-
loading: boolean;
|
|
431
|
-
data: {};
|
|
432
|
-
currentSchemaPath: undefined;
|
|
433
|
-
showPreview: boolean;
|
|
434
|
-
};
|
|
435
|
-
tenants: import("./types").TenantsState;
|
|
436
|
-
partitions: {
|
|
437
|
-
selectedConsumer?: string;
|
|
438
|
-
};
|
|
439
|
-
query: import("../query/types").QueryState;
|
|
440
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
441
|
-
settings: import("../settings/types").SettingsState;
|
|
442
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
443
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
444
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
445
|
-
header: import("../header/types").HeaderState;
|
|
446
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
447
|
-
fullscreen: boolean;
|
|
448
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
449
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
450
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
451
|
-
clusterName?: string;
|
|
452
|
-
isMetaDatabasesAvailable?: boolean;
|
|
453
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
454
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
455
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
456
|
-
originalArgs?: undefined | undefined;
|
|
457
|
-
data?: undefined | undefined;
|
|
458
|
-
error?: undefined | undefined;
|
|
459
|
-
requestId?: undefined | undefined;
|
|
460
|
-
endpointName?: string | undefined;
|
|
461
|
-
startedTimeStamp?: undefined | undefined;
|
|
462
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
463
|
-
} & {
|
|
464
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
465
|
-
isUninitialized: true;
|
|
466
|
-
isLoading: false;
|
|
467
|
-
isSuccess: false;
|
|
468
|
-
isError: false;
|
|
469
|
-
}) | ({
|
|
470
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
471
|
-
error: undefined;
|
|
472
|
-
requestId: string;
|
|
473
|
-
originalArgs: {
|
|
474
|
-
clusterName?: string;
|
|
475
|
-
isMetaDatabasesAvailable?: boolean;
|
|
476
|
-
};
|
|
477
|
-
endpointName: string;
|
|
478
|
-
startedTimeStamp: number;
|
|
479
|
-
data: PreparedTenant[];
|
|
480
|
-
fulfilledTimeStamp: number;
|
|
481
|
-
} & {
|
|
482
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
483
|
-
isUninitialized: false;
|
|
484
|
-
isLoading: false;
|
|
485
|
-
isSuccess: true;
|
|
486
|
-
isError: false;
|
|
487
|
-
}) | ({
|
|
488
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
489
|
-
originalArgs: {
|
|
490
|
-
clusterName?: string;
|
|
491
|
-
isMetaDatabasesAvailable?: boolean;
|
|
492
|
-
};
|
|
493
|
-
requestId: string;
|
|
494
|
-
data?: PreparedTenant[] | undefined;
|
|
495
|
-
error?: unknown;
|
|
496
|
-
endpointName: string;
|
|
497
|
-
startedTimeStamp: number;
|
|
498
|
-
fulfilledTimeStamp?: number | undefined;
|
|
499
|
-
} & {
|
|
500
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
501
|
-
isUninitialized: false;
|
|
502
|
-
isLoading: true;
|
|
503
|
-
isSuccess: false;
|
|
504
|
-
isError: false;
|
|
505
|
-
}) | ({
|
|
506
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
507
|
-
data?: PreparedTenant[] | undefined;
|
|
508
|
-
requestId: string;
|
|
509
|
-
fulfilledTimeStamp?: number | undefined;
|
|
510
|
-
originalArgs: {
|
|
511
|
-
clusterName?: string;
|
|
512
|
-
isMetaDatabasesAvailable?: boolean;
|
|
513
|
-
};
|
|
514
|
-
endpointName: string;
|
|
515
|
-
startedTimeStamp: number;
|
|
516
|
-
error: unknown;
|
|
517
|
-
} & {
|
|
518
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
519
|
-
isUninitialized: false;
|
|
520
|
-
isLoading: false;
|
|
521
|
-
isSuccess: false;
|
|
522
|
-
isError: true;
|
|
523
|
-
}), resultFuncArgs_2: any) => PreparedTenant[];
|
|
524
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
525
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
526
|
-
singleClusterMode: boolean;
|
|
527
|
-
cluster: import("../cluster/types").ClusterState;
|
|
528
|
-
tenant: import("../tenant/types").TenantState;
|
|
529
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
530
|
-
schema: {
|
|
531
|
-
loading: boolean;
|
|
532
|
-
data: {};
|
|
533
|
-
currentSchemaPath: undefined;
|
|
534
|
-
showPreview: boolean;
|
|
535
|
-
};
|
|
536
|
-
tenants: import("./types").TenantsState;
|
|
537
|
-
partitions: {
|
|
538
|
-
selectedConsumer?: string;
|
|
539
|
-
};
|
|
540
|
-
query: import("../query/types").QueryState;
|
|
541
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
542
|
-
settings: import("../settings/types").SettingsState;
|
|
543
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
544
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
545
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
546
|
-
header: import("../header/types").HeaderState;
|
|
547
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
548
|
-
fullscreen: boolean;
|
|
549
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
550
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
551
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
552
|
-
clusterName?: string;
|
|
553
|
-
isMetaDatabasesAvailable?: boolean;
|
|
554
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
555
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
556
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
557
|
-
originalArgs?: undefined | undefined;
|
|
558
|
-
data?: undefined | undefined;
|
|
559
|
-
error?: undefined | undefined;
|
|
560
|
-
requestId?: undefined | undefined;
|
|
561
|
-
endpointName?: string | undefined;
|
|
562
|
-
startedTimeStamp?: undefined | undefined;
|
|
563
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
564
|
-
} & {
|
|
565
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
566
|
-
isUninitialized: true;
|
|
567
|
-
isLoading: false;
|
|
568
|
-
isSuccess: false;
|
|
569
|
-
isError: false;
|
|
570
|
-
}) | ({
|
|
571
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
572
|
-
error: undefined;
|
|
573
|
-
requestId: string;
|
|
574
|
-
originalArgs: {
|
|
575
|
-
clusterName?: string;
|
|
576
|
-
isMetaDatabasesAvailable?: boolean;
|
|
577
|
-
};
|
|
578
|
-
endpointName: string;
|
|
579
|
-
startedTimeStamp: number;
|
|
580
|
-
data: PreparedTenant[];
|
|
581
|
-
fulfilledTimeStamp: number;
|
|
582
|
-
} & {
|
|
583
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
584
|
-
isUninitialized: false;
|
|
585
|
-
isLoading: false;
|
|
586
|
-
isSuccess: true;
|
|
587
|
-
isError: false;
|
|
588
|
-
}) | ({
|
|
589
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
590
|
-
originalArgs: {
|
|
591
|
-
clusterName?: string;
|
|
592
|
-
isMetaDatabasesAvailable?: boolean;
|
|
593
|
-
};
|
|
594
|
-
requestId: string;
|
|
595
|
-
data?: PreparedTenant[] | undefined;
|
|
596
|
-
error?: unknown;
|
|
597
|
-
endpointName: string;
|
|
598
|
-
startedTimeStamp: number;
|
|
599
|
-
fulfilledTimeStamp?: number | undefined;
|
|
600
|
-
} & {
|
|
601
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
602
|
-
isUninitialized: false;
|
|
603
|
-
isLoading: true;
|
|
604
|
-
isSuccess: false;
|
|
605
|
-
isError: false;
|
|
606
|
-
}) | ({
|
|
607
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
608
|
-
data?: PreparedTenant[] | undefined;
|
|
609
|
-
requestId: string;
|
|
610
|
-
fulfilledTimeStamp?: number | undefined;
|
|
611
|
-
originalArgs: {
|
|
612
|
-
clusterName?: string;
|
|
613
|
-
isMetaDatabasesAvailable?: boolean;
|
|
614
|
-
};
|
|
615
|
-
endpointName: string;
|
|
616
|
-
startedTimeStamp: number;
|
|
617
|
-
error: unknown;
|
|
618
|
-
} & {
|
|
619
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
620
|
-
isUninitialized: false;
|
|
621
|
-
isLoading: false;
|
|
622
|
-
isSuccess: false;
|
|
623
|
-
isError: true;
|
|
624
|
-
}), resultFuncArgs_2: any) => PreparedTenant[]) & {
|
|
625
|
-
clearCache: () => void;
|
|
626
|
-
resultsCount: () => number;
|
|
627
|
-
resetResultsCount: () => void;
|
|
628
|
-
};
|
|
629
|
-
lastResult: () => PreparedTenant[];
|
|
630
|
-
dependencies: [(state: RootState) => {
|
|
631
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">;
|
|
632
|
-
singleClusterMode: boolean;
|
|
633
|
-
cluster: import("../cluster/types").ClusterState;
|
|
634
|
-
tenant: import("../tenant/types").TenantState;
|
|
635
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
|
636
|
-
schema: {
|
|
637
|
-
loading: boolean;
|
|
638
|
-
data: {};
|
|
639
|
-
currentSchemaPath: undefined;
|
|
640
|
-
showPreview: boolean;
|
|
641
|
-
};
|
|
642
|
-
tenants: import("./types").TenantsState;
|
|
643
|
-
partitions: {
|
|
644
|
-
selectedConsumer?: string;
|
|
645
|
-
};
|
|
646
|
-
query: import("../query/types").QueryState;
|
|
647
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
|
648
|
-
settings: import("../settings/types").SettingsState;
|
|
649
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
|
650
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
|
651
|
-
authentication: import("../authentication/types").AuthenticationState;
|
|
652
|
-
header: import("../header/types").HeaderState;
|
|
653
|
-
queryActions: import("../queryActions/types").QueryActionsState;
|
|
654
|
-
fullscreen: boolean;
|
|
655
|
-
clusters: import("../clusters/types").ClustersFilters;
|
|
656
|
-
}, (_state: RootState, clusterName: string | undefined) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
657
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
658
|
-
clusterName?: string;
|
|
659
|
-
isMetaDatabasesAvailable?: boolean;
|
|
660
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", PreparedTenant[] | undefined, "api", any>;
|
|
661
|
-
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule", "api">) => ({
|
|
662
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
663
|
-
originalArgs?: undefined | undefined;
|
|
664
|
-
data?: undefined | undefined;
|
|
665
|
-
error?: undefined | undefined;
|
|
666
|
-
requestId?: undefined | undefined;
|
|
667
|
-
endpointName?: string | undefined;
|
|
668
|
-
startedTimeStamp?: undefined | undefined;
|
|
669
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
670
|
-
} & {
|
|
671
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
672
|
-
isUninitialized: true;
|
|
673
|
-
isLoading: false;
|
|
674
|
-
isSuccess: false;
|
|
675
|
-
isError: false;
|
|
676
|
-
}) | ({
|
|
677
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
678
|
-
error: undefined;
|
|
679
|
-
requestId: string;
|
|
680
|
-
originalArgs: {
|
|
681
|
-
clusterName?: string;
|
|
682
|
-
isMetaDatabasesAvailable?: boolean;
|
|
683
|
-
};
|
|
684
|
-
endpointName: string;
|
|
685
|
-
startedTimeStamp: number;
|
|
686
|
-
data: PreparedTenant[];
|
|
687
|
-
fulfilledTimeStamp: number;
|
|
688
|
-
} & {
|
|
689
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
690
|
-
isUninitialized: false;
|
|
691
|
-
isLoading: false;
|
|
692
|
-
isSuccess: true;
|
|
693
|
-
isError: false;
|
|
694
|
-
}) | ({
|
|
695
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
696
|
-
originalArgs: {
|
|
697
|
-
clusterName?: string;
|
|
698
|
-
isMetaDatabasesAvailable?: boolean;
|
|
699
|
-
};
|
|
700
|
-
requestId: string;
|
|
701
|
-
data?: PreparedTenant[] | undefined;
|
|
702
|
-
error?: unknown;
|
|
703
|
-
endpointName: string;
|
|
704
|
-
startedTimeStamp: number;
|
|
705
|
-
fulfilledTimeStamp?: number | undefined;
|
|
706
|
-
} & {
|
|
707
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
708
|
-
isUninitialized: false;
|
|
709
|
-
isLoading: true;
|
|
710
|
-
isSuccess: false;
|
|
711
|
-
isError: false;
|
|
712
|
-
}) | ({
|
|
713
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
714
|
-
data?: PreparedTenant[] | undefined;
|
|
715
|
-
requestId: string;
|
|
716
|
-
fulfilledTimeStamp?: number | undefined;
|
|
717
|
-
originalArgs: {
|
|
718
|
-
clusterName?: string;
|
|
719
|
-
isMetaDatabasesAvailable?: boolean;
|
|
720
|
-
};
|
|
721
|
-
endpointName: string;
|
|
722
|
-
startedTimeStamp: number;
|
|
723
|
-
error: unknown;
|
|
724
|
-
} & {
|
|
725
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
726
|
-
isUninitialized: false;
|
|
727
|
-
isLoading: false;
|
|
728
|
-
isSuccess: false;
|
|
729
|
-
isError: true;
|
|
730
|
-
}), (state: RootState) => unknown];
|
|
731
|
-
recomputations: () => number;
|
|
732
|
-
resetRecomputations: () => void;
|
|
733
|
-
dependencyRecomputations: () => number;
|
|
734
|
-
resetDependencyRecomputations: () => void;
|
|
735
|
-
} & {
|
|
736
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
737
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
738
|
-
}, import("reselect").Selector<{
|
|
739
|
-
settings: import("../settings/types").SettingsState;
|
|
740
|
-
}, ProblemFilterValue, []> & {
|
|
741
|
-
unwrapped: (state: import("../settings/types").SettingsState) => ProblemFilterValue;
|
|
742
|
-
}, (state: TenantsStateSlice) => string];
|
|
743
|
-
recomputations: () => number;
|
|
744
|
-
resetRecomputations: () => void;
|
|
745
|
-
dependencyRecomputations: () => number;
|
|
746
|
-
resetDependencyRecomputations: () => void;
|
|
747
|
-
} & {
|
|
748
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
749
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
750
|
-
};
|