Class LocalPort

java.lang.Object
org.apache.nifi.controller.AbstractPort
org.apache.nifi.connectable.LocalPort
All Implemented Interfaces:
Authorizable, ComponentAuthorizable, VersionedComponent, Connectable, Port, Positionable, Triggerable, GroupedComponent

public class LocalPort extends AbstractPort
Provides a mechanism by which FlowFiles can be transferred into and out of a ProcessGroup to and/or from another ProcessGroup within the same instance of NiFi.
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
    • rwLock

      private final ReadWriteLock rwLock
    • readLock

      private final Lock readLock
    • writeLock

      private final Lock writeLock
    • maxIterations

      private final int maxIterations
  • Constructor Details

  • Method Details