Uses of Class
org.apache.hadoop.registry.client.exceptions.InvalidRecordException
Packages that use InvalidRecordException
Package
Description
YARN Registry Client API.
Registry binding utility classes.
-
Uses of InvalidRecordException in org.apache.hadoop.registry.client.api
Methods in org.apache.hadoop.registry.client.api that throw InvalidRecordExceptionModifier and TypeMethodDescriptionResolve the record at a path -
Uses of InvalidRecordException in org.apache.hadoop.registry.client.binding
Methods in org.apache.hadoop.registry.client.binding that throw InvalidRecordExceptionModifier and TypeMethodDescriptionstatic StringRegistryTypeUtils.getAddressField(Map<String, String> address, String field) Get a specific field from an address -raising an exception if the field is not presentstatic voidRegistryTypeUtils.requireAddressType(String required, Endpoint epr) Require a specific address type on an endpointRegistryTypeUtils.retrieveAddressesUriType(Endpoint epr) Get a single URI endpointRegistryTypeUtils.retrieveAddressURLs(Endpoint epr) Get the address URLs.static voidRegistryTypeUtils.validateEndpoint(String path, Endpoint endpoint) Validate the endpoint by checking for null fields and other invalid conditionsstatic voidRegistryTypeUtils.validateServiceRecord(String path, ServiceRecord record) Validate the record by checking for null fields and other invalid conditions