VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
unitBasedLoadBalancer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
18 
19 #include "vrfutil/vrfutilDefines.h"
20 
21 class DtBackend;
22 class DtAddressMap;
23 class DtList;
24 
26 {
27 public:
28 
31 
33  virtual ~DtUnitBasedLoadBalancer();
34 
38  static bool balance(DtAddressMap* map, const DtList* backends, bool& remapped, void* usr);
39 
40 private:
41 
44 
46  DtUnitBasedLoadBalancer& operator=(const DtUnitBasedLoadBalancer& orig);
47 };
Instances of DtBackend are created and maintained by a DtVrfBackendListener, and are containers for d...
Definition: backend.h:51
class DtAddressMap:
Definition: addressMap.h:22
Definition: unitBasedLoadBalancer.h:25
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)