public interface ConfigurationCacheFileInfo
| Modifier and Type | Method and Description |
|---|---|
Stream<WriteableConfiguration> |
getCachedConfigurations()
Returns a stream of WritableConfigurations for this cache entry
|
WriteableConfiguration |
getConfiguration(Integer version)
Returns a WritableConfiguration for the given version of this cache entry
|
Integer |
getVersionIfMatch(String filename)
Returns the version the file would be assigned based on its name
|
Integer getVersionIfMatch(String filename)
filename - the filenameStream<WriteableConfiguration> getCachedConfigurations() throws IOException
IOException - if there is an error getting the configurationsWriteableConfiguration getConfiguration(Integer version) throws ConfigurationProviderException
version - the versionConfigurationProviderException - if there is a problem getting the configurationCopyright © 2024 Apache NiFi Project. All rights reserved.