A brief file description. More...
Go to the source code of this file.
Data Structures | |
struct | ClusterCalloutContinuation |
struct | ClusterControl |
struct | OutgoingControl |
struct | IncomingControl |
struct | invoke_remote_data_args |
struct | Descriptor |
struct | ClusterMsgHeader |
struct | ClusterMsg |
struct | ClusterState |
struct | ClusterHandlerBase |
struct | ClusterHandler |
struct | ClusterHandler::ChannelData |
Defines | |
#define | CLUSTER_SEND_FREE 0 |
#define | CLUSTER_SEND_DATA 1 |
#define | CLUSTER_SEQUENCE_NUMBER(_x) (((unsigned int)_x)&0xFFFF) |
#define | CONFIG_LOOKUP_RETRIES 10 |
#define | CLUSTER_READ true |
#define | CLUSTER_WRITE false |
#define | CLUSTER_FREE_ALL_LOCKS -1 |
#define | VALID_CHANNEL(vc) (vc && !(((uintptr_t) vc) & 1)) |
Typedefs | |
typedef int(ClusterCalloutContinuation::* | ClstCoutContHandler )(int, void *) |
Variables | |
ClassAllocator< OutgoingControl > | outControlAllocator |
ClassAllocator< IncomingControl > | inControlAllocator |
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 P_ClusterHandler.h.
#define CLUSTER_FREE_ALL_LOCKS -1 |
Definition at line 635 of file P_ClusterHandler.h.
Referenced by ClusterHandler::free_locks().
#define CLUSTER_READ true |
Definition at line 604 of file P_ClusterHandler.h.
Referenced by ClusterHandler::process_read().
#define CLUSTER_SEND_DATA 1 |
Definition at line 167 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_initial_vector(), ClusterHandler::free_locks(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
#define CLUSTER_SEND_FREE 0 |
Definition at line 166 of file P_ClusterHandler.h.
Referenced by ClusterHandler::free_locks(), and ClusterHandler::process_freespace_msgs().
#define CLUSTER_SEQUENCE_NUMBER | ( | _x | ) | (((unsigned int)_x)&0xFFFF) |
Definition at line 168 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_initial_vector(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), ClusterHandler::process_freespace_msgs(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
#define CLUSTER_WRITE false |
Definition at line 605 of file P_ClusterHandler.h.
Referenced by ClusterHandler::get_write_locks(), and ClusterHandler::process_write().
#define CONFIG_LOOKUP_RETRIES 10 |
Definition at line 458 of file P_ClusterHandler.h.
Referenced by ClusterHandler::startClusterEvent().
#define VALID_CHANNEL | ( | vc | ) | (vc && !(((uintptr_t) vc) & 1)) |
Definition at line 667 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_controlmsg_descriptors(), ClusterHandler::build_initial_vector(), ChannelToCacheWriteVC(), close_channel_ClusterFunction(), ClusterHandler::compute_active_channels(), ClusterHandler::free_locks(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), post_setchan_pin_ClusterFunction(), post_setchan_priority_ClusterFunction(), post_setchan_send_ClusterFunction(), ClusterHandler::process_freespace_msgs(), ClusterHandler::protoZombieEvent(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
typedef int(ClusterCalloutContinuation::* ClstCoutContHandler)(int, void *) |
Definition at line 37 of file P_ClusterHandler.h.
Referenced by IncomingControl::alloc(), and IncomingControl::freeall().
Referenced by OutgoingControl::alloc(), and OutgoingControl::freeall().