|
OverSim
|
#include <StrategyRemoveRandom.h>
Public Member Functions | |
| StrategyRemoveRandom () | |
| .cc | |
| virtual | ~StrategyRemoveRandom () |
Public Member Functions inherited from StrategyRemoveCoords | |
| StrategyRemoveCoords () | |
| virtual | ~StrategyRemoveCoords () |
| virtual GlobalViewBuilderCall * | getCoordinateMessage () |
| virtual std::string | getStrategyCombinedParams () |
| return a string of the currently used strategy params | |
Public Member Functions inherited from StrategySendAll | |
| StrategySendAll () | |
| .cc | |
| virtual | ~StrategySendAll () |
| virtual void | setMyCoordinates (const AbstractNcsNodeInfo &ncsInfo) |
| virtual void | handleCoordinateRpcCall (GlobalViewBuilderCall *globalViewBuilderCall) |
| virtual std::string | getStrategyDataStatus () |
| return a short status of the running send strategy | |
| virtual std::vector < std::vector< double > > | getGlobalViewData () |
| return the decodes global View Data | |
| virtual void | cleanUpCoordData (const treeNodeMap ¤tTreeChildNodes) |
| cleanup the coordinate map and remove data of nodes which are not longer in the branch | |
Public Member Functions inherited from AbstractSendStrategy | |
| AbstractSendStrategy () | |
| .cc | |
| virtual | ~AbstractSendStrategy () |
| virtual void | initialize (GlobalViewBuilder *globalViewBuilder) |
| set a pointer to the neighborCache to access the optional parameters for the strategies | |
| virtual void | initializeStrategy () |
| stub method to initialize the concrete strategy | |
| virtual void | setThisNode (const NodeHandle thisNode) |
| Set the Nodehandle of the own node to identify the own coordinates. | |
Protected Member Functions | |
| void | removeCoordinates (coordinatesVector *coords, int entrysToRemove) |
Protected Member Functions inherited from StrategyRemoveCoords | |
| void | processCoordinates (coordinatesVector *coords) |
| void | removeCoordinatesByPercentage (coordinatesVector *coords, int percentage) |
| void | removeCoordinatesByCoordLimit (coordinatesVector *coords, int coordLimit) |
| void | removeCoordinatesByTrafficLimit (coordinatesVector *coords, int trafficLimit) |
Protected Member Functions inherited from StrategySendAll | |
| void | setBranchCoordinates (const NodeHandle &node, coordinatesVector coordsVector) |
| Set the CoordinatesVector to the map, identified by the sender node. | |
| const std::vector< std::vector < double > > | getCombinedCoordsVector () |
| Combine the coordinates of coordData map Structure to a single Vector of coordinates. | |
| virtual int | getSizeOfCoordVector (const coordinatesVector &combinedCoordsVector) |
| calculate and return the size of the used coordinate data structure return int size | |
| virtual int | getSizeOfSingleCoordinate (const coordinatesVector &combinedCoordsVector) |
Additional Inherited Members | |
Protected Types inherited from StrategySendAll | |
| typedef std::vector < std::vector< double > > | coordinatesVector |
| The coordinatesVector is a vector of coordinates, where a coordinate itself is a vector of doubles (=Dimensions) | |
| typedef std::pair < TransportAddress, coordinatesVector > | nodeCoordData |
| typedef UNORDERED_MAP < TransportAddress, coordinatesVector, TransportAddress::hashFcn > | coordDataMap |
Protected Attributes inherited from StrategySendAll | |
| coordDataMap | coordData |
Definition at line 32 of file StrategyRemoveRandom.h.
| StrategyRemoveRandom::StrategyRemoveRandom | ( | ) |
|
virtual |
Definition at line 30 of file StrategyRemoveRandom.cc.
|
protectedvirtual |
Reimplemented from StrategyRemoveCoords.
Definition at line 34 of file StrategyRemoveRandom.cc.