Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
AbstractServiceEntry.getHostString()and resolve the address where it is needed.Use the canonical constructor, which takes the address as a string.UseMemberEntry.getHostString()and resolve the address where it is needed.UseNodeEntry(String, String)instead.UseNodeEntry.getHostString()and resolve the address where it is needed.
-
Deprecated MethodsMethodDescriptionUse
AbstractServiceEntry.getHostString()and resolve the address where it is needed.UseMemberEntry.getHostString()and resolve the address where it is needed.UseNodeEntry.getHostString()and resolve the address where it is needed.
-
Deprecated ConstructorsConstructorDescriptionUse the canonical constructor, which takes the address as a string.Use
NodeEntry(String, String)instead.