public interface ItemsClient
| Modifier and Type | Method and Description |
|---|---|
List<BucketItem> |
getAll()
Gets all bucket items in the registry.
|
List<BucketItem> |
getByBucket(String bucketId)
Gets all bucket items for the given bucket.
|
Fields |
getFields()
Gets the field info for bucket items.
|
List<BucketItem> getAll() throws NiFiRegistryException, IOException
NiFiRegistryException - if an error is encountered other than IOExceptionIOException - if an I/O error is encounteredList<BucketItem> getByBucket(String bucketId) throws NiFiRegistryException, IOException
bucketId - the bucket idNiFiRegistryException - if an error is encountered other than IOExceptionIOException - if an I/O error is encounteredFields getFields() throws NiFiRegistryException, IOException
NiFiRegistryException - if an error is encountered other than IOExceptionIOException - if an I/O error is encounteredCopyright © 2018 Apache NiFi Project. All rights reserved.