A brief file description. More...
#include "libts.h"
#include "Main.h"
#include "P_EventSystem.h"
#include "P_Cache.h"
#include "P_Net.h"
#include "MgmtUtils.h"
#include "P_RecProcess.h"
#include "ICP.h"
#include "ICPProcessor.h"
#include "ICPlog.h"
#include "logging/Log.h"
#include "logging/LogAccessICP.h"
#include "BaseManager.h"
#include "HdrUtils.h"
Go to the source code of this file.
Data Structures | |
struct | AutoReference |
Typedefs | |
typedef int(ICPPeerReadCont::* | ICPPeerReadContHandler )(int, void *) |
typedef int(ICPPeriodicCont::* | ICPPeriodicContHandler )(int, void *) |
typedef int(ICPHandlerCont::* | ICPHandlerContHandler )(int, void *) |
typedef int(ICPRequestCont::* | ICPRequestContHandler )(int, void *) |
Functions | |
void | initialize_thread_for_icp (EThread *e) |
Variables | |
CacheLookupHttpConfig | global_cache_lookup_config |
HTTPHdr | gclient_request |
PluginFreshnessCalcFunc | pluginFreshnessCalcFunc = (PluginFreshnessCalcFunc) NULL |
static ClassAllocator < ICPPeerReadCont::PeerReadData > | PeerReadDataAllocator ("PeerReadDataAllocator") |
static ClassAllocator < ICPPeerReadCont > | ICPPeerReadContAllocator ("ICPPeerReadContAllocator") |
static Action * | default_action = NULL |
ClassAllocator< ICPRequestCont > | ICPRequestCont_allocator ("ICPRequestCont_allocator") |
Queue< ICPRequestCont > | ICPRequestQueue [ICPRequestCont::ICP_REQUEST_HASH_SIZE] |
ICPProcessor | icpProcessorInternal |
A brief file description.
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 ICP.cc.
typedef int(ICPHandlerCont::* ICPHandlerContHandler)(int, void *) |
typedef int(ICPPeerReadCont::* ICPPeerReadContHandler)(int, void *) |
typedef int(ICPPeriodicCont::* ICPPeriodicContHandler)(int, void *) |
typedef int(ICPRequestCont::* ICPRequestContHandler)(int, void *) |
Action* default_action = NULL [static] |
Definition at line 37 of file HttpTransactCache.cc.
ClassAllocator<ICPPeerReadCont> ICPPeerReadContAllocator("ICPPeerReadContAllocator") [static] |
Referenced by ICPPeerReadCont::ICPPeerReadEvent(), and ICPHandlerCont::PeriodicEvent().
ClassAllocator<ICPRequestCont> ICPRequestCont_allocator("ICPRequestCont_allocator") |
Referenced by ICPProcessor::ICPQuery().
Queue<ICPRequestCont> ICPRequestQueue[ICPRequestCont::ICP_REQUEST_HASH_SIZE] |
ClassAllocator<ICPPeerReadCont::PeerReadData> PeerReadDataAllocator("PeerReadDataAllocator") [static] |
Referenced by ICPPeerReadCont::init(), and ICPPeerReadCont::reset().
Definition at line 153 of file ICP.cc.
Referenced by ICPPeerReadCont::ICPPeerQueryCont(), ICPPeerReadCont::ICPPeerQueryEvent(), and TSICPFreshnessFuncSet().