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 UnreadableSourceAction
BasicByteSource. getUnreadableAction()
Gets the configured behavior for handling unreadable source files.UnreadableSourceAction
GlobbingByteSource. getUnreadableAction()
Gets the configured behavior for handling unreadable source files.static UnreadableSourceAction
UnreadableSourceAction. 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 ByteSource
ConcatenatedByteSource. 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.
-