| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.io.endpoint | |
| org.aksw.jena_sparql_api.io.filter.sys | |
| org.aksw.jena_sparql_api.io.pipe.process |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HotFile
A hot file is a currently running file creation to by another thread or process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HotFileFromJava |
| Modifier and Type | Field and Description |
|---|---|
protected io.reactivex.rxjava3.core.Single<? extends FileCreation> |
DestinationFromFileCreation.fileCreation |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<? extends FileCreation> |
DestinationFromFileCreation.getFileCreation() |
| Constructor and Description |
|---|
DestinationFromFileCreation(Path fileBeingCreated,
io.reactivex.rxjava3.core.Single<? extends FileCreation> fileCreation) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCreationWrapper
Wrap an existing file as a FileCreation that has completed
|
class |
HotFileFromProcess |
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.rxjava3.core.Single<? extends FileCreation> |
FilterExecutionFromSysFunction.forceDestinationToFile(io.reactivex.rxjava3.core.Single<InputStreamSupplier> xxx,
Path tmpFile) |
io.reactivex.rxjava3.core.Single<? extends FileCreation> |
FilterExecutionFromSysFunction.forceInputFileCreation(Destination effectiveSource) |
io.reactivex.rxjava3.core.Single<? extends FileCreation> |
FilterExecutionFromSysFunction.tryGetFileCreation(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<HotFile> |
FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToFileCore(io.reactivex.rxjava3.core.Single<? extends FileCreation> fileCreation,
Path tgtPath) |
| Modifier and Type | Method and Description |
|---|---|
static FileCreation |
ProcessPipeUtils.createFileCreation(Process process,
Path path) |
FileCreation |
ProcessSinkImpl.redirectTo(Path path) |
FileCreation |
ProcessSink.redirectTo(Path path) |
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.rxjava3.core.Single<Path> |
PipeTransformRx.singleFromFileCreation(Supplier<FileCreation> fileCreationSupplier)
If the file creation completed successfully, further subscriptions to the single
should return the cached path to the file instead of starting the creation again
|
Copyright © 2020. All rights reserved.