Skip navigation links
A B C D E F G H I J K N O R S T U 

A

AbstractJerseyClient - Class in org.apache.nifi.registry.client.impl
Base class for the client operations to share exception handling.
AbstractJerseyClient(Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.AbstractJerseyClient
 
AbstractJerseyClient.NiFiRegistryAction<T> - Interface in org.apache.nifi.registry.client.impl
An action to execute with the given return type.
accessTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyUserClient
 

B

baseTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
baseUrl - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
baseUrl - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
baseUrl(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
BucketClient - Interface in org.apache.nifi.registry.client
Client for interacting with buckets.
bucketClient - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
bucketFlowSnapshotTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
bucketFlowsTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
BucketItemDeserializer - Class in org.apache.nifi.registry.client.impl
 
BucketItemDeserializer() - Constructor for class org.apache.nifi.registry.client.impl.BucketItemDeserializer
 
bucketsTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
build() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.Builder
 
build() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient.Builder
 
build() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
Builder() - Constructor for class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.Builder
 
Builder() - Constructor for class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 

C

client - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
clientConfig - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.Builder
 
close() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
config(NiFiRegistryClientConfig) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.Builder
 
config(NiFiRegistryClientConfig) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient.Builder
 
connectTimeout - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
connectTimeout(Integer) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
connectTimeout - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
create(Bucket) - Method in interface org.apache.nifi.registry.client.BucketClient
Creates the given bucket.
create(VersionedFlow) - Method in interface org.apache.nifi.registry.client.FlowClient
Create the given flow in the given bucket.
create(VersionedFlowSnapshot) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Creates a new snapshot/version for the given flow.
create(Bucket) - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
create(VersionedFlow) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
create(VersionedFlowSnapshot) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 

D

DEFAULT_CONNECT_TIMEOUT - Static variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
DEFAULT_READ_TIMEOUT - Static variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
delete(String) - Method in interface org.apache.nifi.registry.client.BucketClient
Deletes the bucket with the given id.
delete(String, String) - Method in interface org.apache.nifi.registry.client.FlowClient
Deletes the flow with the given id in the given bucket.
delete(String) - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
delete(String, String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
deserialize(JsonParser, DeserializationContext) - Method in class org.apache.nifi.registry.client.impl.BucketItemDeserializer
 
diff(String, String, Integer, Integer) - Method in interface org.apache.nifi.registry.client.FlowClient
 
diff(String, String, Integer, Integer) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 

E

execute() - Method in interface org.apache.nifi.registry.client.impl.AbstractJerseyClient.NiFiRegistryAction
 
executeAction(String, AbstractJerseyClient.NiFiRegistryAction<T>) - Method in class org.apache.nifi.registry.client.impl.AbstractJerseyClient
Executes the given action and returns the result.

F

FlowClient - Interface in org.apache.nifi.registry.client
Client for interacting with flows.
flowClient - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
flowsFlowSnapshotTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
FlowSnapshotClient - Interface in org.apache.nifi.registry.client
Client for interacting with snapshots.
flowSnapshotClient - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
flowsTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 

G

get(String) - Method in interface org.apache.nifi.registry.client.BucketClient
Gets the bucket with the given id.
get(String, String) - Method in interface org.apache.nifi.registry.client.FlowClient
Gets the flow with the given id in the given bucket.
get(String) - Method in interface org.apache.nifi.registry.client.FlowClient
Gets the flow with the given id.
get(String, String, int) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the snapshot for the given bucket, flow, and version.
get(String, int) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the snapshot for the given flow and version.
get(String) - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
get(String, String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
get(String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
get(String, String, int) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
get(String, int) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getAccessStatus() - Method in class org.apache.nifi.registry.client.impl.JerseyUserClient
 
getAccessStatus() - Method in interface org.apache.nifi.registry.client.UserClient
Obtains the access status of the current user.
getAll() - Method in interface org.apache.nifi.registry.client.BucketClient
Gets all buckets.
getAll() - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
getAll() - Method in class org.apache.nifi.registry.client.impl.JerseyItemsClient
 
getAll() - Method in interface org.apache.nifi.registry.client.ItemsClient
Gets all bucket items in the registry.
getBaseUrl() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getBucketClient() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getBucketClient(String...) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getBucketClient() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getBucketClient(String...) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getByBucket(String) - Method in interface org.apache.nifi.registry.client.FlowClient
Gets the flows for a given bucket.
getByBucket(String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
getByBucket(String) - Method in class org.apache.nifi.registry.client.impl.JerseyItemsClient
 
getByBucket(String) - Method in interface org.apache.nifi.registry.client.ItemsClient
Gets all bucket items for the given bucket.
getConfig() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.Builder
 
getConfig() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient.Builder
 
getConnectTimeout() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getFields() - Method in interface org.apache.nifi.registry.client.BucketClient
Gets the fields that can be used to sort/search buckets.
getFields() - Method in interface org.apache.nifi.registry.client.FlowClient
Gets the field info for flows.
getFields() - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
getFields() - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
getFields() - Method in class org.apache.nifi.registry.client.impl.JerseyItemsClient
 
getFields() - Method in interface org.apache.nifi.registry.client.ItemsClient
Gets the field info for bucket items.
getFlowClient() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getFlowClient(String...) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getFlowClient() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getFlowClient(String...) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getFlowSnapshotClient() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getFlowSnapshotClient(String...) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getFlowSnapshotClient() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getFlowSnapshotClient(String...) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getHeaders() - Method in class org.apache.nifi.registry.client.impl.AbstractJerseyClient
 
getHeaders(String[]) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getHostnameVerifier() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getIOExceptionCause(Throwable) - Method in class org.apache.nifi.registry.client.impl.AbstractJerseyClient
 
getItemsClient() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getItemsClient(String...) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getItemsClient() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getItemsClient(String...) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getKeyPass() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getKeystoreFilename() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getKeystorePass() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getKeystoreType() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getLatest(String, String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the latest snapshot for the given flow.
getLatest(String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the latest snapshot for the given flow.
getLatest(String, String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getLatest(String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getLatestMetadata(String, String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the latest snapshot metadata for the given flow.
getLatestMetadata(String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets the latest snapshot metadata for the given flow.
getLatestMetadata(String, String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getLatestMetadata(String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getProxiedEntitesValue(String[]) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getReadTimeout() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getRequestBuilder(WebTarget) - Method in class org.apache.nifi.registry.client.impl.AbstractJerseyClient
Creates a new Invocation.Builder for the given WebTarget with the headers added to the builder.
getSnapshotMetadata(String, String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets a list of the metadata for all snapshots of a given flow.
getSnapshotMetadata(String) - Method in interface org.apache.nifi.registry.client.FlowSnapshotClient
Gets a list of the metadata for all snapshots of a given flow.
getSnapshotMetadata(String, String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getSnapshotMetadata(String) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
getSslContext() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getTruststoreFilename() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getTruststorePass() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getTruststoreType() - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
getUserClient() - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getUserClient(String...) - Method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
getUserClient() - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 
getUserClient(String...) - Method in interface org.apache.nifi.registry.client.NiFiRegistryClient
 

H

headers - Variable in class org.apache.nifi.registry.client.impl.AbstractJerseyClient
 
hostnameVerifier - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
hostnameVerifier(HostnameVerifier) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
hostnameVerifier - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 

I

itemsClient - Variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
ItemsClient - Interface in org.apache.nifi.registry.client
Client for interacting with bucket items.
itemsTarget - Variable in class org.apache.nifi.registry.client.impl.JerseyItemsClient
 

J

jacksonJaxbJsonProvider() - Static method in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
JerseyBucketClient - Class in org.apache.nifi.registry.client.impl
Jersey implementation of BucketClient.
JerseyBucketClient(WebTarget) - Constructor for class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
JerseyBucketClient(WebTarget, Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
JerseyFlowClient - Class in org.apache.nifi.registry.client.impl
Jersey implementation of FlowClient.
JerseyFlowClient(WebTarget) - Constructor for class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
JerseyFlowClient(WebTarget, Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
JerseyFlowSnapshotClient - Class in org.apache.nifi.registry.client.impl
Jersey implementation of FlowSnapshotClient.
JerseyFlowSnapshotClient(WebTarget) - Constructor for class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
JerseyFlowSnapshotClient(WebTarget, Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.JerseyFlowSnapshotClient
 
JerseyItemsClient - Class in org.apache.nifi.registry.client.impl
Jersey implementation of ItemsClient.
JerseyItemsClient(WebTarget) - Constructor for class org.apache.nifi.registry.client.impl.JerseyItemsClient
 
JerseyItemsClient(WebTarget, Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.JerseyItemsClient
 
JerseyNiFiRegistryClient - Class in org.apache.nifi.registry.client.impl
A NiFiRegistryClient that uses Jersey Client.
JerseyNiFiRegistryClient(NiFiRegistryClient.Builder) - Constructor for class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
JerseyNiFiRegistryClient.Builder - Class in org.apache.nifi.registry.client.impl
Builder for creating a JerseyNiFiRegistryClient.
JerseyUserClient - Class in org.apache.nifi.registry.client.impl
 
JerseyUserClient(WebTarget) - Constructor for class org.apache.nifi.registry.client.impl.JerseyUserClient
 
JerseyUserClient(WebTarget, Map<String, String>) - Constructor for class org.apache.nifi.registry.client.impl.JerseyUserClient
 

K

keyPass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keyPass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
keyPassword(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreFilename - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreFilename(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreFilename - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
keystorePass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystorePass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
keystorePassword(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreType - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreType(KeystoreType) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
keystoreType - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 

N

NIFI_REGISTRY_CONTEXT - Static variable in class org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient
 
NiFiRegistryClient - Interface in org.apache.nifi.registry.client
A client for interacting with the REST API of a NiFi registry instance.
NiFiRegistryClient.Builder - Interface in org.apache.nifi.registry.client
The builder interface that implementations should provide for obtaining the client.
NiFiRegistryClientConfig - Class in org.apache.nifi.registry.client
Configuration for a NiFiRegistryClient.
NiFiRegistryClientConfig(NiFiRegistryClientConfig.Builder) - Constructor for class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
NiFiRegistryClientConfig.Builder - Class in org.apache.nifi.registry.client
Builder for client configuration.
NiFiRegistryException - Exception in org.apache.nifi.registry.client
Indicates an error interacting with the NiFi registry for a reason other than IOException.
NiFiRegistryException(String) - Constructor for exception org.apache.nifi.registry.client.NiFiRegistryException
 
NiFiRegistryException(String, Throwable) - Constructor for exception org.apache.nifi.registry.client.NiFiRegistryException
 

O

org.apache.nifi.registry.client - package org.apache.nifi.registry.client
 
org.apache.nifi.registry.client.impl - package org.apache.nifi.registry.client.impl
 

R

readTimeout - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
readTimeout(Integer) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
readTimeout - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 

S

sslContext - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
sslContext(SSLContext) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
sslContext - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 

T

truststoreFilename - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststoreFilename(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststoreFilename - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
truststorePass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststorePass - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 
truststorePassword(String) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststoreType - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststoreType(KeystoreType) - Method in class org.apache.nifi.registry.client.NiFiRegistryClientConfig.Builder
 
truststoreType - Variable in class org.apache.nifi.registry.client.NiFiRegistryClientConfig
 

U

update(Bucket) - Method in interface org.apache.nifi.registry.client.BucketClient
Updates the given bucket.
update(String, VersionedFlow) - Method in interface org.apache.nifi.registry.client.FlowClient
Updates the given flow with in the given bucket.
update(Bucket) - Method in class org.apache.nifi.registry.client.impl.JerseyBucketClient
 
update(String, VersionedFlow) - Method in class org.apache.nifi.registry.client.impl.JerseyFlowClient
 
UserClient - Interface in org.apache.nifi.registry.client
 
A B C D E F G H I J K N O R S T U 
Skip navigation links

Copyright © 2018 Apache NiFi Project. All rights reserved.