Functions

P_ClusterInline.h File Reference

A brief file description. More...

#include "P_ClusterCacheInternal.h"
#include "P_CacheInternal.h"
#include "P_ClusterHandler.h"
Include dependency graph for P_ClusterInline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ActionCluster_lookup (Continuation *cont, CacheKey *key, CacheFragType frag_type, char *hostname, int host_len)
ActionCluster_read (ClusterMachine *owner_machine, int opcode, Continuation *cont, MIOBuffer *buf, CacheURL *url, CacheHTTPHdr *request, CacheLookupHttpConfig *params, CacheKey *key, time_t pin_in_cache, CacheFragType frag_type, char *hostname, int host_len)
ActionCluster_write (Continuation *cont, int expected_size, MIOBuffer *buf, ClusterMachine *m, INK_MD5 *url_md5, CacheFragType ft, int options, time_t pin_in_cache, int opcode, CacheKey *key, CacheURL *url, CacheHTTPHdr *request, CacheHTTPInfo *old_info, char *hostname, int host_len)
ActionCluster_link (ClusterMachine *m, Continuation *cont, CacheKey *from, CacheKey *to, CacheFragType type, char *hostname, int host_len)
ActionCluster_deref (ClusterMachine *m, Continuation *cont, CacheKey *key, CacheFragType type, char *hostname, int host_len)
ActionCluster_remove (ClusterMachine *m, Continuation *cont, CacheKey *key, bool rm_user_agents, bool rm_link, CacheFragType frag_type, char *hostname, int host_len)

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


Function Documentation

Action* Cluster_deref ( ClusterMachine m,
Continuation cont,
CacheKey key,
CacheFragType  type,
char *  hostname,
int  host_len 
) [inline]
Action* Cluster_link ( ClusterMachine m,
Continuation cont,
CacheKey from,
CacheKey to,
CacheFragType  type,
char *  hostname,
int  host_len 
) [inline]
Action* Cluster_lookup ( Continuation cont,
CacheKey key,
CacheFragType  frag_type,
char *  hostname,
int  host_len 
) [inline]
Action* Cluster_read ( ClusterMachine owner_machine,
int  opcode,
Continuation cont,
MIOBuffer buf,
CacheURL *  url,
CacheHTTPHdr *  request,
CacheLookupHttpConfig params,
CacheKey key,
time_t  pin_in_cache,
CacheFragType  frag_type,
char *  hostname,
int  host_len 
) [inline]
Action* Cluster_remove ( ClusterMachine m,
Continuation cont,
CacheKey key,
bool  rm_user_agents,
bool  rm_link,
CacheFragType  frag_type,
char *  hostname,
int  host_len 
) [inline]
Action* Cluster_write ( Continuation cont,
int  expected_size,
MIOBuffer buf,
ClusterMachine m,
INK_MD5 url_md5,
CacheFragType  ft,
int  options,
time_t  pin_in_cache,
int  opcode,
CacheKey key,
CacheURL *  url,
CacheHTTPHdr *  request,
CacheHTTPInfo old_info,
char *  hostname,
int  host_len 
) [inline]