NIFI-632 adding VolatileContentRepository and VolatileFlowFile repository to service definition file

This commit is contained in:
danbress 2015-06-13 12:23:04 -04:00
parent e1a59c47b7
commit cad8aa11e1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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