A brief file description. More...
#include "P_Cluster.h"
Go to the source code of this file.
Functions | |
int | init_clusterprocessor (void) |
Variables | |
int | cluster_port_number = DEFAULT_CLUSTER_PORT_NUMBER |
int | cache_clustering_enabled = 0 |
int | num_of_cluster_threads = DEFAULT_NUMBER_OF_CLUSTER_THREADS |
ClusterProcessor | clusterProcessor |
RecRawStatBlock * | cluster_rsb = NULL |
int | ET_CLUSTER |
GlobalClusterPeriodicEvent * | PeriodicClusterEvent |
int | CacheClusterMonitorEnabled = 0 |
int | CacheClusterMonitorIntervalSecs = 1 |
int | cluster_send_buffer_size = 0 |
int | cluster_receive_buffer_size = 0 |
unsigned long | cluster_sockopt_flags = 0 |
unsigned long | cluster_packet_mark = 0 |
unsigned long | cluster_packet_tos = 0 |
int | RPC_only_CacheCluster = 0 |
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 ClusterProcessor.cc.
int init_clusterprocessor | ( | void | ) |
Definition at line 731 of file ClusterProcessor.cc.
References ClusterProcessor::init().
int cache_clustering_enabled = 0 |
Definition at line 35 of file ClusterProcessor.cc.
Referenced by cluster_machine_at_depth(), CacheProcessor::lookup(), main(), CacheProcessor::open_read(), CacheProcessor::open_write(), and CacheProcessor::remove().
int CacheClusterMonitorEnabled = 0 |
Definition at line 377 of file ClusterProcessor.cc.
int CacheClusterMonitorIntervalSecs = 1 |
Definition at line 378 of file ClusterProcessor.cc.
unsigned long cluster_packet_mark = 0 |
Definition at line 383 of file ClusterProcessor.cc.
Referenced by ClusterHandler::connectClusterEvent().
unsigned long cluster_packet_tos = 0 |
Definition at line 384 of file ClusterProcessor.cc.
Referenced by ClusterHandler::connectClusterEvent().
int cluster_port_number = DEFAULT_CLUSTER_PORT_NUMBER |
Definition at line 34 of file ClusterProcessor.cc.
Referenced by ClusterProcessor::init().
int cluster_receive_buffer_size = 0 |
Definition at line 381 of file ClusterProcessor.cc.
Referenced by ClusterHandler::connectClusterEvent().
RecRawStatBlock* cluster_rsb = NULL |
Definition at line 39 of file ClusterProcessor.cc.
int cluster_send_buffer_size = 0 |
Definition at line 380 of file ClusterProcessor.cc.
Referenced by ClusterHandler::connectClusterEvent().
unsigned long cluster_sockopt_flags = 0 |
Definition at line 382 of file ClusterProcessor.cc.
Referenced by ClusterHandler::connectClusterEvent().
Definition at line 38 of file ClusterProcessor.cc.
Referenced by cache_op_ClusterFunction(), cache_op_malloc_ClusterFunction(), CacheProcessor::cacheInitialized(), GlobalClusterPeriodicEvent::calloutEvent(), ClusterHandler::close_ClusterVConnection(), Cluster_deref(), Cluster_link(), Cluster_lookup(), cluster_ping(), Cluster_read(), Cluster_remove(), Cluster_write(), default_api_ClusterFunction(), HostDBContinuation::do_get_response(), CacheContinuation::do_op(), HostDBContinuation::do_put_response(), CacheContinuation::do_remote_lookup(), CacheContinuation::localVCsetupEvent(), CacheContinuation::lookupOpenWriteVC(), ClusterHandler::machine_down(), machine_list_ClusterFunction(), main(), make_cluster_connections(), ping_ClusterFunction(), redirect_test(), CacheContinuation::replyLookupEvent(), CacheContinuation::replyOpEvent(), ClusterVConnection::set_disk_io_priority(), ClusterVConnection::set_http_info(), ClusterVConnection::set_pin_in_cache(), CacheContinuation::setup_local_vc(), ClusterHandler::startClusterEvent(), test(), this_cluster(), TSFreeRPCMsg(), and TSSendClusterRPC().
int ET_CLUSTER |
Definition at line 40 of file ClusterProcessor.cc.
Referenced by ClusterAccept::ClusterAcceptEvent(), ClusterAccept::ClusterAcceptMachine(), ClusterProcessor::connect(), ClusterHandler::connectClusterEvent(), ClusterState::IOComplete(), CacheContinuation::is_ClusterThread(), ClusterHandler::protoZombieEvent(), ClusterProcessor::start(), ClusterHandler::startClusterEvent(), TSContSchedule(), and ClusterHandler::zombify().
int num_of_cluster_threads = DEFAULT_NUMBER_OF_CLUSTER_THREADS |
Definition at line 36 of file ClusterProcessor.cc.
Referenced by ClusterMachine::ClusterMachine(), ClusterProcessor::init(), ClusterProcessor::start(), and ClusterHandler::startClusterEvent().
Definition at line 372 of file ClusterProcessor.cc.
Referenced by ClusterProcessor::init().
int RPC_only_CacheCluster = 0 |
Definition at line 386 of file ClusterProcessor.cc.