mirror of https://github.com/apache/nifi.git
NIFI-632 adding VolatileContentRepository and VolatileFlowFile repository to service definition file
This commit is contained in:
parent
e1a59c47b7
commit
cad8aa11e1
|
@ -12,4 +12,5 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
org.apache.nifi.controller.repository.FileSystemRepository
|
org.apache.nifi.controller.repository.FileSystemRepository
|
||||||
|
org.apache.nifi.controller.repository.VolatileContentRepository
|
|
@ -12,4 +12,5 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
|
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
|
||||||
|
org.apache.nifi.controller.repository.VolatileFlowFileRepository
|
Loading…
Reference in New Issue