Data Structures | Defines | Functions | Variables

ClusterHandler.cc File Reference

A brief file description. More...

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

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)
ClusterFunctionptest_ClusterFunction = NULL
static char channel_dummy_input [DEFAULT_MAX_BUFFER_SIZE]
char channel_dummy_output [DEFAULT_MAX_BUFFER_SIZE]
ClassAllocator< OutgoingControloutControlAllocator ("outControlAllocator")
ClassAllocator< IncomingControlinControlAllocator ("inControlAllocator")
static int dump_msgs = 0
int CacheClusterMonitorEnabled
int CacheClusterMonitorIntervalSecs

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 ClusterHandler.cc.


Define Documentation

#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.


Function Documentation

void verify_peters_data ( char *  ap,
int  l 
)

Definition at line 64 of file ClusterHandler.cc.


Variable Documentation

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]
int dump_msgs = 0 [static]

Definition at line 52 of file ClusterHandler.cc.

Referenced by ClusterHandler::process_read().

Definition at line 40 of file ClusterHandler.cc.

Referenced by test(), and test_ClusterFunction().