public class StreamingIngestClient extends IngestClientBase implements IngestClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static String |
generateEngineUriSuggestion(URI existingEndpoint) |
protected String |
getClientType() |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected void |
setConnectionDataSource(String connectionDataSource) |
getIngestionTraceAttributes, ingestFromBlob, ingestFromBlobAsync, ingestFromFile, ingestFromFileAsync, ingestFromResultSet, ingestFromResultSetAsync, ingestFromStream, ingestFromStreamAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitingestFromBlob, ingestFromBlobAsync, ingestFromFile, ingestFromFileAsync, ingestFromResultSet, ingestFromResultSetAsync, ingestFromStream, ingestFromStreamAsyncpublic static String generateEngineUriSuggestion(URI existingEndpoint) throws URISyntaxException
URISyntaxExceptionprotected reactor.core.publisher.Mono<IngestionResult> ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo, IngestionProperties ingestionProperties)
ingestFromFileAsyncImpl in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)
ingestFromBlobAsyncImpl in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)
ingestFromResultSetAsyncImpl in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)
ingestFromStreamAsyncImpl in class IngestClientBaseprotected String getClientType()
getClientType in class IngestClientBaseprotected void setConnectionDataSource(String connectionDataSource)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2025. All rights reserved.