Uses of Class
com.pervasive.datarush.operators.io.UnreadableSourceAction
-
Packages that use UnreadableSourceAction Package Description com.pervasive.datarush.operators.io 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 UnreadableSourceAction Modifier and Type Method Description UnreadableSourceActionBasicByteSource. getUnreadableAction()Gets the configured behavior for handling unreadable source files.UnreadableSourceActionGlobbingByteSource. getUnreadableAction()Gets the configured behavior for handling unreadable source files.static UnreadableSourceActionUnreadableSourceAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UnreadableSourceAction[]UnreadableSourceAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.io with parameters of type UnreadableSourceAction Modifier and Type Method Description static 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 UnreadableSourceAction Constructor Description BasicByteSource(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.
-