Trees | Indices | Help |
|
---|
|
|
|||
Attr Encapsulates information about an attribute in the JSON encoding of the object. |
|||
ROAttr Subclass that just defines the attribute as read-only. |
|||
BaseApiObject The BaseApiObject helps with (de)serialization from/to JSON. |
|||
ApiList A list of some api object |
|||
ApiHostRef | |||
ApiServiceRef | |||
ApiClusterRef | |||
ApiRoleRef | |||
ApiRoleConfigGroupRef | |||
ApiCommand | |||
ApiMetricData Metric reading data. |
|||
ApiMetric Metric information. |
|||
ApiActivity | |||
ApiCmPeer | |||
ApiHdfsReplicationArguments | |||
ApiHdfsReplicationResult | |||
ApiHiveTable | |||
ApiHiveReplicationArguments | |||
ApiHiveReplicationResult | |||
ApiReplicationCommand | |||
ApiReplicationSchedule | |||
ApiConfig | |||
ApiImpalaQuery | |||
ApiImpalaQueryResponse | |||
ApiImpalaQueryDetailsResponse | |||
ApiImpalaCancelResponse |
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Converts a python dictionary into a list containing the proper ApiConfig encoding for configuration data. @param dic Key-value pairs to convert. @return JSON dictionary of an ApiConfig list (*not* an ApiList). |
Converts a python dictionary into a JSON payload. The payload matches the expected "apiConfig list" type used to update configuration parameters using the API. @param dic Key-value pairs to convert. @return String with the JSON-encoded data. |
Converts a JSON-decoded config dictionary to a python dictionary. When materializing the full view, the values in the dictionary will be instances of ApiConfig, instead of strings. @param dic JSON-decoded config dictionary. @param full Whether to materialize the full view of the config data. @return Python dictionary with config data. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 30 14:44:56 2015 | http://epydoc.sourceforge.net |