Data Structures | Defines | Typedefs | Variables

P_ClusterHandler.h File Reference

A brief file description. More...

This graph shows which files directly or indirectly include this file:

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< OutgoingControloutControlAllocator
ClassAllocator< IncomingControlinControlAllocator

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 P_ClusterHandler.h.


Define Documentation

#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
#define CLUSTER_SEND_FREE   0
#define CLUSTER_SEQUENCE_NUMBER (   _x  )     (((unsigned int)_x)&0xFFFF)
#define CLUSTER_WRITE   false
#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))

Typedef Documentation

typedef int(ClusterCalloutContinuation::* ClstCoutContHandler)(int, void *)

Definition at line 37 of file P_ClusterHandler.h.


Variable Documentation