Uses of Class
com.pervasive.datarush.io.FileSplit
-
Packages that use FileSplit Package Description com.pervasive.datarush.azure com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations. -
-
Uses of FileSplit in com.pervasive.datarush.azure
Subclasses of FileSplit in com.pervasive.datarush.azure Modifier and Type Class Description class
AzureFileSplit
Describes a range of bytes from an Azure Blob. -
Uses of FileSplit in com.pervasive.datarush.io
Subclasses of FileSplit in com.pervasive.datarush.io Modifier and Type Class Description class
CompressedFileSplit
Describes a range of bytes from a compressed file.class
SplittableCompressedFileSplit
Represents a file split for a compression format that supports splitting.Methods in com.pervasive.datarush.io that return FileSplit Modifier and Type Method Description FileSplit
CompressedFileSplit. authorize(FileClient client)
FileSplit
FileSplit. authorize(FileClient client)
FileSplit
SplittableCompressedFileSplit. authorize(FileClient client)
-