public class ClusterNodeInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
private static JAXBContext |
JAXB_CONTEXT |
private Collection<NodeInformation> |
nodeInfo |
| Constructor and Description |
|---|
ClusterNodeInformation() |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeInformation> |
getNodeInformation() |
void |
marshal(OutputStream os) |
void |
setNodeInformation(Collection<NodeInformation> nodeInfo) |
static ClusterNodeInformation |
unmarshal(InputStream is) |
private Collection<NodeInformation> nodeInfo
private static final JAXBContext JAXB_CONTEXT
public void setNodeInformation(Collection<NodeInformation> nodeInfo)
public Collection<NodeInformation> getNodeInformation()
public void marshal(OutputStream os) throws JAXBException
JAXBExceptionpublic static ClusterNodeInformation unmarshal(InputStream is) throws JAXBException
JAXBExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.