Functions | Variables

ClusterProcessor.cc File Reference

A brief file description. More...

#include "P_Cluster.h"
Include dependency graph for ClusterProcessor.cc:

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
RecRawStatBlockcluster_rsb = NULL
int ET_CLUSTER
GlobalClusterPeriodicEventPeriodicClusterEvent
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

Detailed Description

A brief file description.

License

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.


Function Documentation

int init_clusterprocessor ( void   ) 

Definition at line 731 of file ClusterProcessor.cc.

References ClusterProcessor::init().


Variable Documentation

Definition at line 377 of file ClusterProcessor.cc.

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().

Definition at line 381 of file ClusterProcessor.cc.

Referenced by ClusterHandler::connectClusterEvent().

Definition at line 39 of file ClusterProcessor.cc.

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().

int num_of_cluster_threads = DEFAULT_NUMBER_OF_CLUSTER_THREADS

Definition at line 372 of file ClusterProcessor.cc.

Referenced by ClusterProcessor::init().

Definition at line 386 of file ClusterProcessor.cc.