Skip to content

Commit 354debe

Browse files
authored
Generate remaining snapshot requests (#1357)
* Generate snapshot repository requests Signed-off-by: Thomas Farr <[email protected]> * Generate remaining snapshot requests Signed-off-by: Thomas Farr <[email protected]> * Rename restore request Signed-off-by: Thomas Farr <[email protected]> * Disambiguate class names Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]>
1 parent 3680ef6 commit 354debe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4641
-2930
lines changed

UPGRADING.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,35 @@ After:
160160

161161
### DataStreamIndexInfo renamed to DataStreamIndex
162162
- The `DataStreamIndexInfo` class has been renamed to `DataStreamIndex`, this affects:
163-
- `DataStream`'s (previously `DataStreamInfo`) `indices` field.
163+
- `DataStream`'s (previously `DataStreamInfo`) `indices` field.
164+
165+
### RepositorySettings
166+
- The `concurrentStreams` property is now of type `Integer` instead of `String`.
167+
168+
### snapshot.RestoreRequest renamed to snapshot.RestoreSnapshotRequest
169+
- The `snapshot.RestoreRequest` class has been renamed to `snapshot.RestoreSnapshotRequest`.
170+
- The `indexSettings` property has been corrected to be of type `IndexSettings` instead of `PutIndicesSettingsRequest`.
171+
172+
### snapshot.RestoreResponse renamed to snapshot.RestoreSnapshotResponse
173+
- The `snapshot.RestoreResponse` class has been renamed to `snapshot.RestoreSnapshotResponse`.
174+
175+
### snapshot.Status renamed to snapshot.SnapshotStatus
176+
- The `snapshot.Status` class has been renamed to `snapshot.SnapshotStatus`, this affects:
177+
- `snapshot.SnapshotStatusResponse`'s `snapshots` field.
178+
179+
### snapshot.ShardStats renamed to snapshot.SnapshotShardStats
180+
- The `snapshot.ShardStats` class has been renamed to `snapshot.SnapshotShardStats`, this affects:
181+
- `snapshot.SnapshotStatus`'s (previous `snapshot.Status`) `shardsStats` field.
182+
- `snapshot.SnapshotIndexStats`'s `shardsStats` field.
183+
184+
### snapshot.ShardsStatsStage renamed to snapshot.SnapshotShardsStatsStage
185+
- The `snapshot.ShardsStatsStage` class has been renamed to `snapshot.SnapshotShardsStatsStage`, this affects:
186+
- `snapshot.SnapshotShardsStatus`'s `stage` field.
187+
188+
### snapshot.ShardsStatsSummary renamed to snapshot.SnapshotShardsStatsSummary
189+
- The `snapshot.ShardsStatsSummary` class has been renamed to `snapshot.SnapshotShardsStatsSummary`, this affects:
190+
- `snapshot.SnapshotShardsStatus`'s `summary` field.
191+
192+
### snapshot.ShardsStatsSummaryItem renamed to snapshot.SnapshotShardsStatsSummaryItem
193+
- The `snapshot.ShardsStatsSummaryItem` class has been renamed to `snapshot.SnapshotShardsStatsSummaryItem`, this affects:
194+
- `snapshot.SnapshotShardsStatsSummary`'s (previously `snapshot.ShardsStatsSummary`) `incremental` and `total` fields.

0 commit comments

Comments
 (0)