public interface CloseableAddressTranslater extends AddressTranslater
AddressTranslater
for implementations that need to free some resources
at Cluster
shutdown.
Note: the only reason close()
was not added directly to AddressTranslater
is backward-compatibility.
Modifier and Type | Method and Description |
---|---|
void |
close()
Called at
Cluster shutdown. |
translate
void close()
Cluster
shutdown.Copyright © 2012–2015. All rights reserved.