This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new a6ebf9010 [refactor] StoreProperties is no longer useful, delete it
(#1887)
a6ebf9010 is described below
commit a6ebf9010ab868ebcf45efdb4b24060362e3dded
Author: xuziyang <[email protected]>
AuthorDate: Tue Apr 30 09:56:10 2024 +0800
[refactor] StoreProperties is no longer useful, delete it (#1887)
Co-authored-by: tomsun28 <[email protected]>
---
.../warehouse/config/store/StoreProperties.java | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git
a/warehouse/src/main/java/org/apache/hertzbeat/warehouse/config/store/StoreProperties.java
b/warehouse/src/main/java/org/apache/hertzbeat/warehouse/config/store/StoreProperties.java
deleted file mode 100644
index 7e7bf2754..000000000
---
a/warehouse/src/main/java/org/apache/hertzbeat/warehouse/config/store/StoreProperties.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.hertzbeat.warehouse.config.store;
-
-import org.apache.hertzbeat.warehouse.config.store.greptime.GreptimeProperties;
-import org.apache.hertzbeat.warehouse.config.store.influxdb.InfluxdbProperties;
-import org.apache.hertzbeat.warehouse.config.store.iotdb.IotDbProperties;
-import org.apache.hertzbeat.warehouse.config.store.jpa.JpaProperties;
-import org.apache.hertzbeat.warehouse.config.store.memory.MemoryProperties;
-import org.apache.hertzbeat.warehouse.config.store.redis.RedisProperties;
-import org.apache.hertzbeat.warehouse.config.store.tdengine.TdEngineProperties;
-import
org.apache.hertzbeat.warehouse.config.store.vm.VictoriaMetricsProperties;
-
-/**
- * Scheduling data export configuration properties
- * @param jpa use mysql/h2 jpa store metrics history data
- * @param memory Memory storage configuration information
- * @param influxdb influxdb configuration information
- * @param redis redis configuration information
- * @param victoriaMetrics VictoriaMetrics Properties
- * @param tdEngine TdEngine configuration information
- * @param iotDb IoTDB configuration information
- * @param greptime GrepTimeDB Config
- */
-public record StoreProperties(JpaProperties jpa, MemoryProperties memory,
InfluxdbProperties influxdb,
- RedisProperties redis, VictoriaMetricsProperties
victoriaMetrics,
- TdEngineProperties tdEngine, IotDbProperties
iotDb, GreptimeProperties greptime) {
-
-}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]