| Package | Description |
|---|---|
| io.druid.segment.loading | |
| io.druid.storage.azure | |
| io.druid.storage.cassandra | |
| io.druid.storage.cloudfiles | |
| io.druid.storage.hdfs | |
| io.druid.storage.s3 |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
LoadSpec.loadSegment(File destDir)
Method should put the segment files in the directory passed
|
LoadSpec.LoadSpecResult |
LocalLoadSpec.loadSegment(File outDir) |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
AzureLoadSpec.loadSegment(File file) |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
CassandraLoadSpec.loadSegment(File outDir) |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
CloudFilesLoadSpec.loadSegment(File file) |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
HdfsLoadSpec.loadSegment(File outDir) |
| Modifier and Type | Method and Description |
|---|---|
LoadSpec.LoadSpecResult |
S3LoadSpec.loadSegment(File outDir) |
Copyright © 2011–2016. All rights reserved.