com.hazelcast.client.connection
Interface AddressTranslator

All Known Implementing Classes:
AwsAddressTranslator, DefaultAddressTranslator

public interface AddressTranslator

Address Translator is used for resolve private ip addresses of cloud services.


Method Summary
 void refresh()
          Refreshes the internal lookup table if necessary.
 Address translate(Address address)
          Translates the given address to another address specific to network or service
 

Method Detail

translate

Address translate(Address address)
Translates the given address to another address specific to network or service

Parameters:
address -
Returns:
new address if given address is known, otherwise return null

refresh

void refresh()
Refreshes the internal lookup table if necessary.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.