File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* * @file
2+
3+ YAML encoder for ConfigReloadTask::Info — serializes reload task snapshots to YAML nodes
4+ for JSONRPC responses.
5+
6+ @section license License
7+
8+ Licensed to the Apache Software Foundation (ASF) under one
9+ or more contributor license agreements. See the NOTICE file
10+ distributed with this work for additional information
11+ regarding copyright ownership. The ASF licenses this file
12+ to you under the Apache License, Version 2.0 (the
13+ "License"); you may not use this file except in compliance
14+ with the License. You may obtain a copy of the License at
15+
16+ http://www.apache.org/licenses/LICENSE-2.0
17+
18+ Unless required by applicable law or agreed to in writing, software
19+ distributed under the License is distributed on an "AS IS" BASIS,
20+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+ See the License for the specific language governing permissions and
22+ limitations under the License.
23+ */
24+
125#pragma once
226#include < string>
327#include < memory>
Original file line number Diff line number Diff line change 11/* * @file
2- *
3- * ConfigContext implementation
4- *
5- * @section license License
6- *
7- * Licensed to the Apache Software Foundation (ASF) under one
8- * or more contributor license agreements.
2+
3+ ConfigContext implementation
4+
5+ @section license License
6+
7+ Licensed to the Apache Software Foundation (ASF) under one
8+ or more contributor license agreements. See the NOTICE file
9+ distributed with this work for additional information
10+ regarding copyright ownership. The ASF licenses this file
11+ to you under the Apache License, Version 2.0 (the
12+ "License"); you may not use this file except in compliance
13+ with the License. You may obtain a copy of the License at
14+
15+ http://www.apache.org/licenses/LICENSE-2.0
16+
17+ Unless required by applicable law or agreed to in writing, software
18+ distributed under the License is distributed on an "AS IS" BASIS,
19+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+ See the License for the specific language governing permissions and
21+ limitations under the License.
922 */
1023
1124#include " mgmt/config/ConfigContext.h"
Original file line number Diff line number Diff line change 1+ /* * @file
2+
3+ ConfigReloadTrace — reload progress checker and task timeout detection.
4+
5+ @section license License
6+
7+ Licensed to the Apache Software Foundation (ASF) under one
8+ or more contributor license agreements. See the NOTICE file
9+ distributed with this work for additional information
10+ regarding copyright ownership. The ASF licenses this file
11+ to you under the Apache License, Version 2.0 (the
12+ "License"); you may not use this file except in compliance
13+ with the License. You may obtain a copy of the License at
14+
15+ http://www.apache.org/licenses/LICENSE-2.0
16+
17+ Unless required by applicable law or agreed to in writing, software
18+ distributed under the License is distributed on an "AS IS" BASIS,
19+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+ See the License for the specific language governing permissions and
21+ limitations under the License.
22+ */
123
224#include " mgmt/config/ConfigReloadTrace.h"
325#include " mgmt/config/ConfigContext.h"
You can’t perform that action at this time.
0 commit comments