| Package | Description |
|---|---|
| io.druid.timeline.partition |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleElementPartitionChunk<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> PartitionChunk<T> |
ShardSpec.createChunk(T obj) |
<T> PartitionChunk<T> |
NoneShardSpec.createChunk(T obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SingleElementPartitionChunk.abuts(PartitionChunk<T> tPartitionChunk) |
boolean |
PartitionChunk.abuts(PartitionChunk<T> chunk)
Determines if this PartitionChunk abuts another PartitionChunk.
|
int |
SingleElementPartitionChunk.compareTo(PartitionChunk<T> chunk)
The ordering of PartitionChunks is determined entirely by the partition boundaries and has nothing to do
with the object.
|
Copyright © 2011–2016. All rights reserved.