Uses of Enum Class
com.pervasive.datarush.operators.io.UnreadableSourceAction
Packages that use UnreadableSourceAction
Package
Description
Provides base file I/O components including encoders and decoders.
-
Uses of UnreadableSourceAction in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return UnreadableSourceActionModifier and TypeMethodDescriptionBasicByteSource.getUnreadableAction()Gets the configured behavior for handling unreadable source files.GlobbingByteSource.getUnreadableAction()Gets the configured behavior for handling unreadable source files.static UnreadableSourceActionReturns the enum constant of this class with the specified name.static UnreadableSourceAction[]UnreadableSourceAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io with parameters of type UnreadableSourceActionModifier and TypeMethodDescriptionstatic ByteSourceConcatenatedByteSource.getConcatenatedSource(List<Path> paths, UnreadableSourceAction onUnreadable) Creates a source which is the concatenation of the specified paths, in order.Constructors in com.pervasive.datarush.operators.io with parameters of type UnreadableSourceActionModifierConstructorDescriptionBasicByteSource(Path path, UnreadableSourceAction onUnreadable) Creates a data source for the named path.GlobbingByteSource(String pattern, UnreadableSourceAction onUnreadable) Defines a source consisting of all files matched by the specified pattern.