| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractEmitter. emit(List<? extends EmitData> emitData)The default behavior is to call  Emitter.emit(String, List)on each item. | 
| void | Emitter. emit(List<? extends EmitData> emitData) | 
| void | EmptyEmitter. emit(List<? extends EmitData> emitData) | 
| void | StreamEmitter. emit(String emitKey,
    InputStream inputStream,
    Metadata userMetadata) | 
| void | Emitter. emit(String emitKey,
    List<Metadata> metadataList) | 
| void | EmptyEmitter. emit(String emitKey,
    List<Metadata> metadataList) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AZBlobEmitter. emit(String path,
    InputStream is,
    Metadata userMetadata) | 
| void | AZBlobEmitter. emit(String emitKey,
    List<Metadata> metadataList)Requires the src-bucket/path/to/my/file.txt in the  TikaCoreProperties.SOURCE_PATH. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FileSystemEmitter. emit(String path,
    InputStream inputStream,
    Metadata userMetadata) | 
| void | FileSystemEmitter. emit(String emitKey,
    List<Metadata> metadataList) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GCSEmitter. emit(String path,
    InputStream is,
    Metadata userMetadata) | 
| void | GCSEmitter. emit(String emitKey,
    List<Metadata> metadataList)Requires the src-bucket/path/to/my/file.txt in the  TikaCoreProperties.SOURCE_PATH. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JDBCEmitter. emit(List<? extends EmitData> emitData) | 
| void | JDBCEmitter. emit(String emitKey,
    List<Metadata> metadataList)This executes the emit with each call. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KafkaEmitter. emit(String emitKey,
    List<Metadata> metadataList) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OpenSearchEmitter. emit(List<? extends EmitData> emitData) | 
| void | OpenSearchEmitter. emit(String emitKey,
    List<Metadata> metadataList) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | S3Emitter. emit(String path,
    InputStream is,
    Metadata userMetadata) | 
| void | S3Emitter. emit(String emitKey,
    List<Metadata> metadataList)Requires the src-bucket/path/to/my/file.txt in the  TikaCoreProperties.SOURCE_PATH. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SolrEmitter. emit(List<? extends EmitData> batch) | 
| void | SolrEmitter. emit(String emitKey,
    List<Metadata> metadataList) | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.