| Package | Description |
|---|---|
| io.druid.timeline | |
| io.druid.timeline.partition |
| Modifier and Type | Method and Description |
|---|---|
ShardSpec |
DataSegment.getShardSpec() |
| Modifier and Type | Method and Description |
|---|---|
static String |
DataSegment.makeDataSegmentIdentifier(String dataSource,
org.joda.time.DateTime start,
org.joda.time.DateTime end,
String version,
ShardSpec shardSpec) |
DataSegment.Builder |
DataSegment.Builder.shardSpec(ShardSpec shardSpec) |
| Constructor and Description |
|---|
DataSegment(String dataSource,
org.joda.time.Interval interval,
String version,
Map<String,Object> loadSpec,
List<String> dimensions,
List<String> metrics,
ShardSpec shardSpec,
Integer binaryVersion,
long size) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoneShardSpec |
| Modifier and Type | Method and Description |
|---|---|
ShardSpec |
ShardSpecLookup.getShardSpec(long timestamp,
InputRow row) |
| Modifier and Type | Method and Description |
|---|---|
ShardSpecLookup |
ShardSpec.getLookup(List<ShardSpec> shardSpecs) |
ShardSpecLookup |
NoneShardSpec.getLookup(List<ShardSpec> shardSpecs) |
Copyright © 2011–2016. All rights reserved.