A brief file description. More...
#include "P_Cluster.h"
Go to the source code of this file.
Data Structures | |
struct | DestructorLock |
Defines | |
#define | DEFINE_CLUSTER_FUNCTIONS |
#define | DO_VERIFY_PETERS_DATA(_p, _l) |
Functions | |
void | verify_peters_data (char *ap, int l) |
Variables | |
unsigned | SIZE_clusterFunction = countof(clusterFunction) |
ClusterFunction * | ptest_ClusterFunction = NULL |
static char | channel_dummy_input [DEFAULT_MAX_BUFFER_SIZE] |
char | channel_dummy_output [DEFAULT_MAX_BUFFER_SIZE] |
ClassAllocator< OutgoingControl > | outControlAllocator ("outControlAllocator") |
ClassAllocator< IncomingControl > | inControlAllocator ("inControlAllocator") |
static int | dump_msgs = 0 |
int | CacheClusterMonitorEnabled |
int | CacheClusterMonitorIntervalSecs |
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 ClusterHandler.cc.
#define DEFINE_CLUSTER_FUNCTIONS |
Definition at line 30 of file ClusterHandler.cc.
#define DO_VERIFY_PETERS_DATA | ( | _p, | ||
_l | ||||
) |
Definition at line 60 of file ClusterHandler.cc.
void verify_peters_data | ( | char * | ap, | |
int | l | |||
) |
Definition at line 64 of file ClusterHandler.cc.
Definition at line 377 of file ClusterProcessor.cc.
Definition at line 378 of file ClusterProcessor.cc.
char channel_dummy_input[DEFAULT_MAX_BUFFER_SIZE] [static] |
Definition at line 43 of file ClusterHandler.cc.
Referenced by ClusterHandler::build_initial_vector().
char channel_dummy_output[DEFAULT_MAX_BUFFER_SIZE] |
Definition at line 44 of file ClusterHandler.cc.
Referenced by ClusterHandler::build_initial_vector(), and ClusterProcessor::init().
int dump_msgs = 0 [static] |
Definition at line 52 of file ClusterHandler.cc.
Referenced by ClusterHandler::process_read().
ClassAllocator<IncomingControl> inControlAllocator("inControlAllocator") |
Referenced by IncomingControl::alloc(), and IncomingControl::freeall().
ClassAllocator<OutgoingControl> outControlAllocator("outControlAllocator") |
Referenced by OutgoingControl::alloc(), and OutgoingControl::freeall().
ClusterFunction* ptest_ClusterFunction = NULL |
Definition at line 40 of file ClusterHandler.cc.
Referenced by test(), and test_ClusterFunction().
unsigned SIZE_clusterFunction = countof(clusterFunction) |