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 JobExecutorService
YarnClusterProvider. createExecutor(FileClient fileClient, JobSpecifier spec)
JobHistoryService
YarnClusterProvider. getJobHistoryService(FileClient fileClient, ClusterSpecifier spec)
protected com.pervasive.datarush.cal.dr.AbstractDRJobExecutor.JobMasterHelper
YarnClusterJobExecutor. start(FileClient fileClient, JobSpecifier jobSpec)
void
YarnClusterProvider. 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 ORCMetadata
ReadORC. discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.FileMetadata
ORCFormat. readMetadata(FileClient fileClient, ByteSource source)
void
ORCFormat. 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 ParquetMetadata
ReadParquet. discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.FileMetadata
ParquetFormat. readMetadata(FileClient fileClient, ByteSource source)
void
ParquetFormat. 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 Document
PMML. 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 FileSystem
S3FileSystemProvider. 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 AzureFileSplit
AzureFileSplit. authorize(FileClient client)
FileSystem
AzureFileSystemProvider. 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 FileClient
DistributedCallableContext. getFileClient()
Returns the file client to be used within this contextFileClient
DistributedCallableContextBatch. getFileClient()
Returns the file client to be used within this contextFileClient
JobContext. 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 JobExecutorService
ClusterProvider. createExecutor(FileClient fileClient, JobSpecifier spec)
Create a new job executor service.JobExecutorService
ClusterProviderManager. createExecutor(FileClient fileClient, JobSpecifier spec)
Create a new job executor service.JobHistoryService
ClusterProvider. getJobHistoryService(FileClient client, ClusterSpecifier spec)
JobHistoryService
ClusterProviderManager. getJobHistoryService(FileClient client, ClusterSpecifier spec)
static JobExecutorService
JobExecutorServiceFactory. newJobExecutor(FileClient fileClient, JobSpecifier jobSpec)
Creates a new executorvoid
JobContext. releaseStorage(FileClient fileClient, StoragePlanner storagePlanner)
Releases all storage for this storage manager that was allocated by the given planner.void
StorageManager. releaseStorage(FileClient client)
Releases all storage for this storage managervoid
StorageManager. releaseStorage(FileClient fileClient, StoragePlanner storagePlanner)
Releases all storage for this storage manager that was allocated by the given plannervoid
ClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)
Gives the provider an opportunity to validate the specifiervoid
ClusterProviderManager. 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 FileSystem
GcpFileSystemProvider. 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 FileSystem
HadoopFileSystemProvider. 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 FileClient
FileClient. basicClient()
Creates a new client only using the OS-level credentials inherited from the JVM's execution environment.static FileClient
FileClient. configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration)
Creates a new client, authorized according to the given configuration.static FileClient
FileClient. configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration, File indexPathBase, Path[] tempFsRootDirs)
Creates a new client, authorized according to the given configuration.FileClient
DataSplit. getFileClient()
Return the file client associated with this split.FileClient
FileSplit. getFileClient()
Return the file client associated with this split.FileClient
FileClient. instrumentWith(IOMonitoringContext monitor)
Creates a new client which instrumented I/O operations using the specified context.FileClient
FileClient. 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 FileSplit
CompressedFileSplit. authorize(FileClient client)
DataSplit
DataSplit. authorize(FileClient client)
Creates an identical split which will use the specified authorization context for access.FileSplit
FileSplit. authorize(FileClient client)
FileSplit
SplittableCompressedFileSplit. authorize(FileClient client)
static InputStreamSupplier
InputStreamSuppliers. 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 InputStreamSupplier
InputStreamSuppliers. 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 InputStreamSupplier
InputStreamSuppliers. 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.FileSystem
BuiltinStreamProvider. getFileSystem(FileClient fileClient, FileConfiguration configuration, Path path)
FileSystem
FileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
Gets the file system identified by the path.FileSystem
FTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
LocalFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
SFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
URLFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
static InputStreamSupplier
InputStreamSuppliers. path(FileClient client, Path path)
Returns an InputStreamSupplier that will open the specified path.static InputStreamSupplier
InputStreamSuppliers. 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 SplitIterator
BZipCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)
SplitIterator
CompressionFormat. getSplitIterator(FileClient client, Path filePath, SplitOptions options)
Create aSplitIterator
for the given file path and options.SplitIterator
GZipCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)
SplitIterator
SnappyCompression. getSplitIterator(FileClient client, Path filePath, SplitOptions options)
SplitIterator
UncompressedData. 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 FileClient
ExecutionContext. getFileClient()
Returns the file client to be used within the graphFileClient
MetadataContext. 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 FileClient
BasicByteSink. getClient()
Methods in com.pervasive.datarush.operators.io with parameters of type FileClient Modifier and Type Method Description ByteSink
BasicByteSink. authorize(FileClient client)
ByteSource
BasicByteSource. authorize(FileClient client)
ByteSink
ByteSink. authorize(FileClient client)
Creates a new sink with the same properties, but using the specified authorization.ByteSource
ByteSource. authorize(FileClient client)
Creates a new source with the same properties, but using the specified authorization.ByteSource
ConcatenatedByteSource. authorize(FileClient client)
ByteSource
GlobbingByteSource. authorize(FileClient client)
FileMetadata
DataFormat. readMetadata(FileClient fileClient, ByteSource source)
Reads the metadata associated with the format.void
DataFormat. 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 AvroMetadata
ReadAvro. discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.static AvroMetadata
AvroMetadata. load(FileClient fileClient, Path path)
Loads metadata from the specified Avro formatted file.static AvroMetadata
AvroMetadata. load(FileClient fileClient, File file)
Loads metadata from the specified Avro formatted file.static AvroMetadata
AvroMetadata. load(FileClient fileClient, String fileName)
Loads metadata from the specified Avro formatted file.FileMetadata
AvroFormat. readMetadata(FileClient fileClient, ByteSource source)
void
AvroFormat. 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 FileMetadata
BinaryFormat. readMetadata(FileClient fileClient, ByteSource source)
void
BinaryFormat. 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)
FileMetadata
MDFFormat. readMetadata(FileClient fileClient, ByteSource source)
void
MDFFormat. 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 DatasetMetadata
ReadStagingDataset. discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.DatasetMetadata
WriteStagingDataset. 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.Analysis
ARFFAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)
Analyze the specified ARFF file expecting the described character set encoding.DelimitedTextAnalyzer.Analysis
DelimitedTextAnalyzer. analyze(Path file, CharsetEncoding charsetSpec, FileClient client)
Analyzes the specified file based on current configuration.FormatAnalyzer.FormatAnalysis
FormatAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)
Analyze the specified file expecting the described character set encoding.JsonTextAnalyzer.JsonAnalysis
JsonTextAnalyzer. analyze(Path file, CharsetEncoding charsetSpec, FileClient client)
Analyzes the specified JSON file based on current configuration.void
ReadDelimitedText. autoConfigure(FileClient ctx)
Performs any configured discovery on the operator using the current source and applies the result to configuration.void
ReadJSON. autoConfigure(FileClient ctx)
Performs any configured discovery on the operator using the current source and applies the result to configuration.ARFFAnalyzer.Analysis
ReadARFF. discoverMetadata(FileClient ctx)
Gets the metadata for the currently configured data source.FormatAnalyzer.FormatAnalysis
ReadLog. 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.FileMetadata
ARFFDataFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
DelimitedTextFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
FixedTextFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
JSONFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
LogDataFormat. readMetadata(FileClient fileClient, ByteSource source)
void
ARFFDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
DelimitedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
FixedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
JSONFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
LogDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
-