public interface StreamFileWriterFactory
| Modifier and Type | Method and Description |
|---|---|
FileWriter<co.cask.cdap.api.flow.flowlet.StreamEvent> |
create(StreamConfig config,
int generation) |
String |
getFileNamePrefix()
Returns the file name prefix of all stream files created through this factory.
|
String getFileNamePrefix()
FileWriter<co.cask.cdap.api.flow.flowlet.StreamEvent> create(StreamConfig config, int generation) throws IOException
IOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.