Public REC_SIGNAL defines. More...
Go to the source code of this file.
Defines | |
#define | REC_SIGNAL_PID 0 |
#define | REC_SIGNAL_MACHINE_UP 1 |
#define | REC_SIGNAL_MACHINE_DOWN 2 |
#define | REC_SIGNAL_CONFIG_ERROR 3 |
#define | REC_SIGNAL_SYSTEM_ERROR 4 |
#define | REC_SIGNAL_LOG_SPACE_CRISIS 5 |
#define | REC_SIGNAL_CONFIG_FILE_READ 6 |
#define | REC_SIGNAL_CACHE_ERROR 7 |
#define | REC_SIGNAL_CACHE_WARNING 8 |
#define | REC_SIGNAL_LOGGING_ERROR 9 |
#define | REC_SIGNAL_LOGGING_WARNING 10 |
#define | REC_SIGNAL_PLUGIN_CONFIG_REG 12 |
#define | REC_SIGNAL_PLUGIN_ADD_REC 13 |
#define | REC_SIGNAL_PLUGIN_SET_CONFIG 14 |
#define | REC_SIGNAL_LOG_FILES_ROLLED 15 |
#define | REC_SIGNAL_LIBRECORDS 16 |
#define | REC_SIGNAL_HTTP_CONGESTED_SERVER 20 |
#define | REC_SIGNAL_HTTP_ALLEVIATED_SERVER 21 |
Public REC_SIGNAL defines.
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.
Definition in file I_RecSignals.h.
#define REC_SIGNAL_CACHE_ERROR 7 |
Definition at line 35 of file I_RecSignals.h.
Referenced by AIO_Callback_handler::handle_disk_failure().
#define REC_SIGNAL_CACHE_WARNING 8 |
Definition at line 36 of file I_RecSignals.h.
Referenced by AIO_Callback_handler::handle_disk_failure().
#define REC_SIGNAL_CONFIG_ERROR 3 |
Definition at line 31 of file I_RecSignals.h.
Referenced by ConfigVolumes::BuildListFromString(), CacheHostTable::BuildTableFromString(), ICPConfiguration::icp_config_change_callback(), CacheHostRecord::Init(), MultiCacheBase::open(), ICPPeerReadCont::PeerReadStateMachine(), and SSLParseCertificateConfiguration().
#define REC_SIGNAL_CONFIG_FILE_READ 6 |
Definition at line 34 of file I_RecSignals.h.
#define REC_SIGNAL_HTTP_ALLEVIATED_SERVER 21 |
Definition at line 46 of file I_RecSignals.h.
#define REC_SIGNAL_HTTP_CONGESTED_SERVER 20 |
Definition at line 45 of file I_RecSignals.h.
#define REC_SIGNAL_LIBRECORDS 16 |
Definition at line 44 of file I_RecSignals.h.
#define REC_SIGNAL_LOG_FILES_ROLLED 15 |
Definition at line 43 of file I_RecSignals.h.
#define REC_SIGNAL_LOG_SPACE_CRISIS 5 |
Definition at line 33 of file I_RecSignals.h.
#define REC_SIGNAL_LOGGING_ERROR 9 |
Definition at line 37 of file I_RecSignals.h.
Referenced by LogUtils::manager_alarm().
#define REC_SIGNAL_LOGGING_WARNING 10 |
Definition at line 38 of file I_RecSignals.h.
Referenced by LogUtils::manager_alarm().
#define REC_SIGNAL_MACHINE_DOWN 2 |
Definition at line 30 of file I_RecSignals.h.
Referenced by ClusterHandler::machine_down().
#define REC_SIGNAL_MACHINE_UP 1 |
Definition at line 29 of file I_RecSignals.h.
Referenced by ClusterHandler::startClusterEvent().
#define REC_SIGNAL_PID 0 |
Definition at line 28 of file I_RecSignals.h.
#define REC_SIGNAL_PLUGIN_ADD_REC 13 |
Definition at line 41 of file I_RecSignals.h.
#define REC_SIGNAL_PLUGIN_CONFIG_REG 12 |
Definition at line 40 of file I_RecSignals.h.
#define REC_SIGNAL_PLUGIN_SET_CONFIG 14 |
Definition at line 42 of file I_RecSignals.h.
#define REC_SIGNAL_SYSTEM_ERROR 4 |
Definition at line 32 of file I_RecSignals.h.
Referenced by check_emergency_throttle(), check_shedding_warning(), check_throttle_warning(), and Store::read_config().