Uses of Class
com.pervasive.datarush.io.FileClient
-
-
Uses of FileClient in com.actian.dataflow.cal.yarn.client
Methods in com.actian.dataflow.cal.yarn.client with parameters of type FileClient Modifier and Type Method Description JobExecutorServiceYarnClusterProvider. createExecutor(FileClient fileClient, JobSpecifier spec)JobHistoryServiceYarnClusterProvider. getJobHistoryService(FileClient fileClient, ClusterSpecifier spec)protected com.pervasive.datarush.cal.dr.AbstractDRJobExecutor.JobMasterHelperYarnClusterJobExecutor. start(FileClient fileClient, JobSpecifier jobSpec)voidYarnClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)Constructors in com.actian.dataflow.cal.yarn.client with parameters of type FileClient Constructor Description YarnClusterJobExecutor(FileClient fileClient, JobSpecifier jobSpec) -
Uses of FileClient in com.actian.dataflow.cal.yarn.server
Constructors in com.actian.dataflow.cal.yarn.server with parameters of type FileClient Constructor Description MasterServer(com.pervasive.datarush.hadoop.shims.yarn.AMRMClient amClient, FileClient client, Path drfsBaseDir, JobServerInformation jobWorkerInfo, JobSpecifier jobSpecifier, com.pervasive.datarush.cluster.ExecutorOptions execOptions, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, String applicationID, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String,ApplicationResource> appResources)PartitionServer(FileClient client, Path drfsBaseDir, String nodeID, JobServerInformation jobWorkerInfo, com.pervasive.datarush.cal.dr.NodeAllocationProvider allocationProvider, JobSpecifier jobSpecifier)YarnClusterExecutor(FileClient fileClient, JobSpecifier jobSpec, com.pervasive.datarush.hadoop.shims.yarn.ContainerManager containerMgr, com.pervasive.datarush.cluster.ExecutorOptions execOptions, Path cacheLocation, Path libArchiveLocation, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPrefs, Map<String,ApplicationResource> appResources) -
Uses of FileClient in com.actian.dataflow.cal.yarn.shared
Constructors in com.actian.dataflow.cal.yarn.shared with parameters of type FileClient Constructor Description DatafileStagingManager(FileClient client, Path stagingLocation, GUID jobId) -
Uses of FileClient in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc with parameters of type FileClient Modifier and Type Method Description ORCMetadataReadORC. discoverMetadata(FileClient client)Gets the metadata for the currently configured data source.FileMetadataORCFormat. readMetadata(FileClient fileClient, ByteSource source)voidORCFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileClient in com.actian.dataflow.operators.io.parquet
Methods in com.actian.dataflow.operators.io.parquet with parameters of type FileClient Modifier and Type Method Description ParquetMetadataReadParquet. discoverMetadata(FileClient client)Gets the metadata for the currently configured data source.FileMetadataParquetFormat. readMetadata(FileClient fileClient, ByteSource source)voidParquetFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileClient in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml with parameters of type FileClient Modifier and Type Method Description static DocumentPMML. parsePMML(FileClient client, String filePath)Validates the PMML against the latest schema and parses -
Uses of FileClient in com.pervasive.datarush.aws.s3
Methods in com.pervasive.datarush.aws.s3 with parameters of type FileClient Modifier and Type Method Description FileSystemS3FileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileClient in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure with parameters of type FileClient Modifier and Type Method Description AzureFileSplitAzureFileSplit. authorize(FileClient client)FileSystemAzureFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Constructors in com.pervasive.datarush.azure with parameters of type FileClient Constructor Description AzureFileSplit(AzureFilePath path, long start, long length, FileClient client) -
Uses of FileClient in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return FileClient Modifier and Type Method Description FileClientDistributedCallableContext. getFileClient()Returns the file client to be used within this contextFileClientDistributedCallableContextBatch. getFileClient()Returns the file client to be used within this contextFileClientJobContext. getFileClient()Returns the file client to be used within this contextMethods in com.pervasive.datarush.cal with parameters of type FileClient Modifier and Type Method Description JobExecutorServiceClusterProvider. createExecutor(FileClient fileClient, JobSpecifier spec)Create a new job executor service.JobExecutorServiceClusterProviderManager. createExecutor(FileClient fileClient, JobSpecifier spec)Create a new job executor service.JobHistoryServiceClusterProvider. getJobHistoryService(FileClient client, ClusterSpecifier spec)JobHistoryServiceClusterProviderManager. getJobHistoryService(FileClient client, ClusterSpecifier spec)static JobExecutorServiceJobExecutorServiceFactory. newJobExecutor(FileClient fileClient, JobSpecifier jobSpec)Creates a new executorvoidJobContext. releaseStorage(FileClient fileClient, StoragePlanner storagePlanner)Releases all storage for this storage manager that was allocated by the given planner.voidStorageManager. releaseStorage(FileClient client)Releases all storage for this storage managervoidStorageManager. releaseStorage(FileClient fileClient, StoragePlanner storagePlanner)Releases all storage for this storage manager that was allocated by the given plannervoidClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)Gives the provider an opportunity to validate the specifiervoidClusterProviderManager. validateConnection(FileClient client, ClusterSpecifier spec)Performs validation of the specifier -
Uses of FileClient in com.pervasive.datarush.gcp
Methods in com.pervasive.datarush.gcp with parameters of type FileClient Modifier and Type Method Description FileSystemGcpFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileClient in com.pervasive.datarush.hadoop.io
Methods in com.pervasive.datarush.hadoop.io with parameters of type FileClient Modifier and Type Method Description FileSystemHadoopFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileClient in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileClient Modifier and Type Method Description static FileClientFileClient. basicClient()Creates a new client only using the OS-level credentials inherited from the JVM's execution environment.static FileClientFileClient. configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration)Creates a new client, authorized according to the given configuration.static FileClientFileClient. configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration, File indexPathBase, Path[] tempFsRootDirs)Creates a new client, authorized according to the given configuration.FileClientDataSplit. getFileClient()Return the file client associated with this split.FileClientFileSplit. getFileClient()Return the file client associated with this split.FileClientFileClient. instrumentWith(IOMonitoringContext monitor)Creates a new client which instrumented I/O operations using the specified context.FileClientFileClient. withNetworkConfiguration(NetworkConfiguration networkConfiguration)Creates a new client with the specified network configuration.Methods in com.pervasive.datarush.io with parameters of type FileClient Modifier and Type Method Description FileSplitCompressedFileSplit. authorize(FileClient client)DataSplitDataSplit. authorize(FileClient client)Creates an identical split which will use the specified authorization context for access.FileSplitFileSplit. authorize(FileClient client)FileSplitSplittableCompressedFileSplit. authorize(FileClient client)static InputStreamSupplierInputStreamSuppliers. combine(FileClient client, List<Path> paths, boolean ignoreNonExistant)Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the sources, combined together.static InputStreamSupplierInputStreamSuppliers. concat(FileClient client, List<Path> paths)Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the paths, concatenated together.static InputStreamSupplierInputStreamSuppliers. concat(FileClient client, List<Path> paths, boolean ignoreNonExistent)Creates an InputStreamSupplier that will return an input stream consisting of the streams of each of the paths, concatenated together.FileSystemBuiltinStreamProvider. getFileSystem(FileClient fileClient, FileConfiguration configuration, Path path)FileSystemFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Gets the file system identified by the path.FileSystemFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemLocalFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemSFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemURLFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)static InputStreamSupplierInputStreamSuppliers. path(FileClient client, Path path)Returns an InputStreamSupplier that will open the specified path.static InputStreamSupplierInputStreamSuppliers. path(FileClient client, Path path, boolean ignoreNonExistent)Returns an InputStreamSupplier that will open the specified path.Constructors in com.pervasive.datarush.io with parameters of type FileClient Constructor Description FileSplit(Path path, long start, long length, FileClient client) -
Uses of FileClient in com.pervasive.datarush.io.compression
Methods in com.pervasive.datarush.io.compression with parameters of type FileClient Modifier and Type Method Description SplitIteratorBZipCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)SplitIteratorCompressionFormat. getSplitIterator(FileClient client, Path filePath, SplitOptions options)Create aSplitIteratorfor the given file path and options.SplitIteratorGZipCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)SplitIteratorSnappyCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)SplitIteratorUncompressedData. getSplitIterator(FileClient client, Path filePath, SplitOptions options) -
Uses of FileClient in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return FileClient Modifier and Type Method Description FileClientExecutionContext. getFileClient()Returns the file client to be used within the graphFileClientMetadataContext. getFileClient()Returns the file client to be used within the graph -
Uses of FileClient in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return FileClient Modifier and Type Method Description FileClientBasicByteSink. getClient()Methods in com.pervasive.datarush.operators.io with parameters of type FileClient Modifier and Type Method Description ByteSinkBasicByteSink. authorize(FileClient client)ByteSourceBasicByteSource. authorize(FileClient client)ByteSinkByteSink. authorize(FileClient client)Creates a new sink with the same properties, but using the specified authorization.ByteSourceByteSource. authorize(FileClient client)Creates a new source with the same properties, but using the specified authorization.ByteSourceConcatenatedByteSource. authorize(FileClient client)ByteSourceGlobbingByteSource. authorize(FileClient client)FileMetadataDataFormat. readMetadata(FileClient fileClient, ByteSource source)Reads the metadata associated with the format.voidDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Writes the provided metadata associated with the format. -
Uses of FileClient in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro with parameters of type FileClient Modifier and Type Method Description AvroMetadataReadAvro. discoverMetadata(FileClient client)Gets the metadata for the currently configured data source.static AvroMetadataAvroMetadata. load(FileClient fileClient, Path path)Loads metadata from the specified Avro formatted file.static AvroMetadataAvroMetadata. load(FileClient fileClient, File file)Loads metadata from the specified Avro formatted file.static AvroMetadataAvroMetadata. load(FileClient fileClient, String fileName)Loads metadata from the specified Avro formatted file.FileMetadataAvroFormat. readMetadata(FileClient fileClient, ByteSource source)voidAvroFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileClient in com.pervasive.datarush.operators.io.binary
Methods in com.pervasive.datarush.operators.io.binary with parameters of type FileClient Modifier and Type Method Description FileMetadataBinaryFormat. readMetadata(FileClient fileClient, ByteSource source)voidBinaryFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileClient in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf with parameters of type FileClient Modifier and Type Method Description static com.pervasive.datarush.operators.io.mdf.internal.MDF<?>MDFUtil. getMDFFileWrapper(MDFUtil.MDFVersion version, FileClient fileClient, ByteSource source)RecordTextSchema<?>ReadMDF. getRecordSchema(FileClient fileClient)FileMetadataMDFFormat. readMetadata(FileClient fileClient, ByteSource source)voidMDFFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileClient in com.pervasive.datarush.operators.io.staging
Methods in com.pervasive.datarush.operators.io.staging with parameters of type FileClient Modifier and Type Method Description DatasetMetadataReadStagingDataset. discoverMetadata(FileClient client)Gets the metadata for the currently configured data source.DatasetMetadataWriteStagingDataset. discoverMetadata(FileClient client)Gets the metadata for the currently configured data target.Constructors in com.pervasive.datarush.operators.io.staging with parameters of type FileClient Constructor Description DatasetBuilder(FileClient client, Path dataset, int bufferSize, TokenEncodings baseEncodings, RecordTokenType type, WriteMode mode, int blockSize)Creates and opens the builder.DatasetBuilder(FileClient client, String dataset, int bufferSize, TokenEncodings baseEncodings, WriteMode mode, RecordTokenType type)Creates and opens the builder.DatasetIterator(FileClient fileClient, Path dataset, int bufferSize, TokenEncodings baseEncodings)Creates and opens the iterator.DatasetIterator(FileClient fileClient, String dataset, int bufferSize, TokenEncodings baseEncodings)Creates and opens the iterator.DatasetMetadata(FileClient fileClient, Path dataset)Creates a DatasetMetadata for an existing dataset.DatasetMetadata(FileClient fileClient, File dataset)Creates a DatasetMetadata for an existing dataset.DatasetMetadata(FileClient fileClient, String datasetName)Creates a DatasetMetadata for an existing dataset. -
Uses of FileClient in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FileClient Modifier and Type Method Description ARFFAnalyzer.AnalysisARFFAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)Analyze the specified ARFF file expecting the described character set encoding.DelimitedTextAnalyzer.AnalysisDelimitedTextAnalyzer. analyze(Path file, CharsetEncoding charsetSpec, FileClient client)Analyzes the specified file based on current configuration.FormatAnalyzer.FormatAnalysisFormatAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)Analyze the specified file expecting the described character set encoding.JsonTextAnalyzer.JsonAnalysisJsonTextAnalyzer. analyze(Path file, CharsetEncoding charsetSpec, FileClient client)Analyzes the specified JSON file based on current configuration.voidReadDelimitedText. autoConfigure(FileClient ctx)Performs any configured discovery on the operator using the current source and applies the result to configuration.voidReadJSON. autoConfigure(FileClient ctx)Performs any configured discovery on the operator using the current source and applies the result to configuration.ARFFAnalyzer.AnalysisReadARFF. discoverMetadata(FileClient ctx)Gets the metadata for the currently configured data source.FormatAnalyzer.FormatAnalysisReadLog. discoverMetadata(FileClient ctx)RecordTextSchema<?>ReadDelimitedText. discoverSchema(FileClient ctx)Run schema discovery using current configuration.RecordTextSchema<?>ReadJSON. discoverSchema(FileClient ctx)Run schema discovery using current configuration.FileMetadataARFFDataFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataDelimitedTextFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataFixedTextFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataJSONFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataLogDataFormat. readMetadata(FileClient fileClient, ByteSource source)voidARFFDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidDelimitedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidFixedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidJSONFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidLogDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
-