All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.weibo.rill.flow.service.dconfs.BizDConfs Maven / Gradle / Ivy

There is a newer version: 0.1.18
Show newest version
/*
 *  Copyright 2021-2023 Weibo, Inc.
 *
 *    Licensed 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 com.weibo.rill.flow.service.dconfs;


import com.weibo.rill.flow.common.function.ResourceCheckConfig;

import java.util.List;
import java.util.Map;
import java.util.Set;

public interface BizDConfs {
    Map getResourceCheckIdToConfigBean();
    Map getRedisBusinessIdToClientId();
    Map getRedisServiceIdToClientId();
    Map getRedisBusinessIdToFinishReserveSecond();
    Map getRedisBusinessIdToUnfinishedReserveSecond();
    Map getRedisBusinessIdToContextMaxLength();
    Map getRedisBusinessIdToDAGInfoMaxLength();
    Map getSwapBusinessIdToClientId();
    Map getSwapBusinessIdToFinishReserveSecond();
    Map getSwapBusinessIdToUnfinishedReserveSecond();
    Set getRuntimeRedisUsageCheckIDs();
    Map getRuntimeRedisStorageIdToMaxUsage();
    int getRuntimeRedisDefaultStorageMaxUsage();
    int getRuntimeRedisCustomizedStorageMaxUsage();
    int getResourceStatusStatisticTimeInSecond();
    Map getResourceCheckIdToConfig();
    Map getSubmitTrafficLimitIdToConfig();
    Set getRuntimeHttpInvokeUrlBlackList();
    int getRuntimeSubmitContextMaxSize();
    int getRuntimeCallbackContextMaxSize();
    Map getBusinessIdToStatisticLogSaveTimeInMinute();
    Map getLogStartTimeOffsetInMinute();
    Map getLogEndTimeOffsetInMinute();
    Set getSysExpFilterIgnoreLogs();
    Map> getTenantDefinedTaskInvokeProfileLog();
    int getFlowDAGMaxDepth();
    Map getLongTermStorageBusinessIdToClientId();
    Map getLongTermBusinessIdToReserveSecond();
    Map getCustomizedBusinessIdToClientId();
    Map getCustomizedServiceIdToClientId();
    Map getCustomizedBusinessIdToReserveSecond();
    Map getHttpClientBusinessIdToClientId();
    Map getAuthSourceToKeyMap();
    Map getTaskScoreExpWhenPop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy