public class StandardFlowRegistryClient extends Object implements FlowRegistryClient
| Modifier and Type | Field and Description |
|---|---|
private NiFiProperties |
nifiProperties |
private ConcurrentMap<String,FlowRegistry> |
registryById |
| Constructor and Description |
|---|
StandardFlowRegistryClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFlowRegistry(FlowRegistry registry) |
FlowRegistry |
addFlowRegistry(String registryId,
String registryName,
String registryUrl,
String description) |
FlowRegistry |
getFlowRegistry(String registryId) |
Set<String> |
getRegistryIdentifiers() |
FlowRegistry |
removeFlowRegistry(String registryId) |
void |
setProperties(NiFiProperties nifiProperties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowRegistryIdprivate NiFiProperties nifiProperties
private final ConcurrentMap<String,FlowRegistry> registryById
public FlowRegistry getFlowRegistry(String registryId)
getFlowRegistry in interface FlowRegistryClientpublic Set<String> getRegistryIdentifiers()
getRegistryIdentifiers in interface FlowRegistryClientpublic void addFlowRegistry(FlowRegistry registry)
addFlowRegistry in interface FlowRegistryClientpublic FlowRegistry addFlowRegistry(String registryId, String registryName, String registryUrl, String description)
addFlowRegistry in interface FlowRegistryClientpublic FlowRegistry removeFlowRegistry(String registryId)
removeFlowRegistry in interface FlowRegistryClientpublic void setProperties(NiFiProperties nifiProperties)
Copyright © 2021 Apache NiFi Project. All rights reserved.