public class RecordCreator extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.streamsets.pipeline.api.Record |
create() |
static com.streamsets.pipeline.api.Record |
create(byte[] raw,
String rawMimeType) |
static com.streamsets.pipeline.api.Record |
create(String stageCreator,
String recordSourceId) |
static com.streamsets.pipeline.api.Record |
create(String stageCreator,
String recordSourceId,
byte[] raw,
String rawMimeType) |
static com.streamsets.pipeline.api.Record |
create(String stageCreator,
String recordSourceId,
List<String> stagesPath) |
static com.streamsets.pipeline.api.Record |
create(String stageCreator,
String recordSourceId,
List<String> stagesPath,
byte[] raw,
String rawMimeType) |
public static com.streamsets.pipeline.api.Record create()
public static com.streamsets.pipeline.api.Record create(byte[] raw,
String rawMimeType)
public static com.streamsets.pipeline.api.Record create(String stageCreator, String recordSourceId)
public static com.streamsets.pipeline.api.Record create(String stageCreator, String recordSourceId, List<String> stagesPath)
public static com.streamsets.pipeline.api.Record create(String stageCreator, String recordSourceId, byte[] raw, String rawMimeType)
Copyright © 2019 StreamSets. All rights reserved.