VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
evenDistributionLoadBalancer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
16 
17 #include "vrfutil/vrfutilDefines.h"
18 #include <string>
19 
20 class DtString;
21 class DtBackend;
22 class DtAddressMap;
23 class DtList;
24 class DtVrfFileParser;
25 
27 {
28 public:
29 
32 
35 
39  static bool balance(DtAddressMap* map, const DtVrfFileParser*, const DtList* backends, bool& remapped, void* usr, const DtString&);
40  static std::string Type() { return "DtEvenDistributionLoadBalancer"; };
41 
42  static bool allowBackendForBalance(DtBackend*);
43 
44 private:
45 
48 
51 };
Instances of DtBackend are created and maintained by a DtVrfBackendListener, and are containers for d...
Definition: backend.h:51
Definition: addressMap.h:24
static std::string Type()
Definition: evenDistributionLoadBalancer.h:40
Definition: evenDistributionLoadBalancer.h:26
#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
Definition: vrfFileParser.h:30

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)