Uses of Interface
com.pervasive.datarush.io.DataSplit
Packages that use DataSplit
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces for supporting data compression.
Provides base file I/O components including encoders and decoders.
-
Uses of DataSplit in com.pervasive.datarush.azure
Classes in com.pervasive.datarush.azure that implement DataSplitModifier and TypeClassDescriptionclassDescribes a range of bytes from an Azure Blob. -
Uses of DataSplit in com.pervasive.datarush.io
Classes in com.pervasive.datarush.io that implement DataSplitModifier and TypeClassDescriptionclassDescribes a range of bytes from a compressed file.classDescribes a range of bytes from a file.classRepresents a file split for a compression format that supports splitting.Methods in com.pervasive.datarush.io that return DataSplitModifier and TypeMethodDescriptionDataSplit.authorize(FileClient client) Creates an identical split which will use the specified authorization context for access.CompressionSplitIterator.getSplit()SingleSplitIterator.getSplit()SplitIterator.getSplit()Get the current split in the iterated set.Constructors in com.pervasive.datarush.io with parameters of type DataSplitModifierConstructorDescriptionSingleSplitIterator(DataSplit split) Creates an iterator returning only the specified split with no locality data.SingleSplitIterator(DataSplit split, List<String> locality) Creates an iterator returning only the specified split and locality data. -
Uses of DataSplit in com.pervasive.datarush.io.compression
Methods in com.pervasive.datarush.io.compression with parameters of type DataSplitModifier and TypeMethodDescriptionBZipCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) CompressionFormat.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) Wraps the specified stream for a split in a decompressor for the format.GZipCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) SnappyCompression.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) UncompressedData.decompressSplitStream(DataSplit split, InputStream in, int bufferSize) -
Uses of DataSplit in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return DataSplitConstructors in com.pervasive.datarush.operators.io with parameters of type DataSplitModifierConstructorDescriptionSplitParsingException(DataSplit split, Exception e) Report a parse error in the specified split at the given location, possibly approximate. -
Uses of DataSplit in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf with parameters of type DataSplitModifier and TypeMethodDescriptionvoidMDFAttachmentReader.configureMDF(DataSplit split) voidMDFDataReader.configureMDF(DataSplit split) voidMDFMetaDataReader.configureMDF(DataSplit split) voidMDFRecordReader.configureMDF(DataSplit split)