public class CassandraDataSegmentPusher extends CassandraStorage implements io.druid.segment.loading.DataSegmentPusher
| Constructor and Description |
|---|
CassandraDataSegmentPusher(CassandraDataSegmentConfig config,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathForHadoop(String dataSource) |
io.druid.timeline.DataSegment |
push(File indexFilesDir,
io.druid.timeline.DataSegment segment) |
@Inject public CassandraDataSegmentPusher(CassandraDataSegmentConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public String getPathForHadoop(String dataSource)
getPathForHadoop in interface io.druid.segment.loading.DataSegmentPusherpublic io.druid.timeline.DataSegment push(File indexFilesDir, io.druid.timeline.DataSegment segment) throws IOException
push in interface io.druid.segment.loading.DataSegmentPusherIOExceptionCopyright © 2011–2015. All rights reserved.