Package com.gigaspaces.lrmi
Class DefaultNetworkMapper
java.lang.Object
com.gigaspaces.lrmi.DefaultNetworkMapper
- All Implemented Interfaces:
INetworkMapper
A default network mapper based on a configuration file named "network_mapping" simply maps a
given address to the other as specified in the configuration file
- Since:
- 8.0
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(ServerAddress serverAddress) Maps a given network address to another one (not necessarily different)
-
Constructor Details
-
DefaultNetworkMapper
public DefaultNetworkMapper()
-
-
Method Details
-
map
Description copied from interface:INetworkMapperMaps a given network address to another one (not necessarily different)- Specified by:
mapin interfaceINetworkMapper
-