Uses of Enum Class
org.apache.nifi.processors.couchbase.ErrorHandlingStrategy
Packages that use ErrorHandlingStrategy
-
Uses of ErrorHandlingStrategy in org.apache.nifi.processors.couchbase
Fields in org.apache.nifi.processors.couchbase with type parameters of type ErrorHandlingStrategyModifier and TypeFieldDescriptionprivate static final Map<Class<? extends com.couchbase.client.core.CouchbaseException>, ErrorHandlingStrategy> CouchbaseExceptionMappings.mappingMethods in org.apache.nifi.processors.couchbase that return ErrorHandlingStrategyModifier and TypeMethodDescriptionstatic ErrorHandlingStrategyCouchbaseExceptionMappings.getStrategy(com.couchbase.client.core.CouchbaseException e) Returns a registered error handling strategy.static ErrorHandlingStrategyReturns the enum constant of this class with the specified name.static ErrorHandlingStrategy[]ErrorHandlingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.