Package org.apache.hadoop.registry.client.types

This package contains all the data types which can be saved to the registry and/or marshalled to and from JSON.

See: Description

Package org.apache.hadoop.registry.client.types Description

This package contains all the data types which can be saved to the registry and/or marshalled to and from JSON.

The core datatypes, ServiceRecord, and Endpoint are what is used to describe services and their protocol endpoints in the registry.

Some adjacent interfaces exist to list attributes of the fields:

The RegistryPathStatus class is not saved to the registry —it is the status of a registry entry that can be retrieved from the API call. It is still designed to be marshalled to and from JSON, as it can be served up from REST front ends to the registry.

Copyright © 2017 Apache Software Foundation. All rights reserved.