Uses of Enum Class
org.apache.nifi.components.resource.ResourceCardinality
Packages that use ResourceCardinality
-
Uses of ResourceCardinality in org.apache.nifi.components
Methods in org.apache.nifi.components with parameters of type ResourceCardinalityModifier and TypeMethodDescriptionPropertyDescriptor.Builder.identifiesExternalResource(ResourceCardinality cardinality, ResourceType resourceType, ResourceType... additionalResourceTypes) Specifies that this property references one or more resources that are external to NiFi that the component is meant to consume. -
Uses of ResourceCardinality in org.apache.nifi.components.resource
Methods in org.apache.nifi.components.resource that return ResourceCardinalityModifier and TypeMethodDescriptionResourceDefinition.getCardinality()Specifies the number of resources that should be reference-able by a component propertyStandardResourceDefinition.getCardinality()static ResourceCardinalityReturns the enum constant of this class with the specified name.static ResourceCardinality[]ResourceCardinality.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.components.resource with parameters of type ResourceCardinalityModifierConstructorDescriptionStandardResourceDefinition(ResourceCardinality cardinality, Set<ResourceType> resourceTypes)