| Package | Description |
|---|---|
| org.apache.carbondata.hadoop | |
| org.apache.carbondata.hadoop.api | |
| org.apache.carbondata.hadoop.util |
| Modifier and Type | Method and Description |
|---|---|
static CarbonInputSplit |
CarbonInputSplit.from(String segmentId,
String blockletId,
org.apache.hadoop.mapreduce.lib.input.FileSplit split,
org.apache.carbondata.core.metadata.ColumnarFormatVersion version,
String dataMapWritePath) |
| Modifier and Type | Method and Description |
|---|---|
List<CarbonInputSplit> |
CarbonMultiBlockSplit.getAllSplits()
Return all splits for scan
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.carbondata.core.datastore.block.TableBlockInfo |
CarbonInputSplit.getTableBlockInfo(CarbonInputSplit inputSplit) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.carbondata.core.datastore.block.TableBlockInfo> |
CarbonInputSplit.createBlocks(List<CarbonInputSplit> splitList) |
| Constructor and Description |
|---|
CarbonMultiBlockSplit(List<CarbonInputSplit> splitList,
String[] locations) |
CarbonMultiBlockSplit(List<CarbonInputSplit> splitList,
String[] locations,
org.apache.carbondata.core.statusmanager.FileFormat fileFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CarbonInputSplit> |
CarbonInputFormat.getDataBlocksOfSegment(org.apache.hadoop.mapreduce.JobContext job,
org.apache.carbondata.core.metadata.schema.table.CarbonTable carbonTable,
org.apache.carbondata.core.scan.expression.Expression expression,
BitSet matchedPartitions,
List<org.apache.carbondata.core.datamap.Segment> segmentIds,
org.apache.carbondata.core.metadata.schema.PartitionInfo partitionInfo,
List<Integer> oldPartitionIdList)
get data blocks of given segment
|
| Modifier and Type | Method and Description |
|---|---|
List<CarbonInputSplit> |
CarbonInputSplitTaskInfo.getCarbonInputSplitList() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CarbonInputSplitTaskInfo.maxNoNodes(List<CarbonInputSplit> splitList)
Finding which node has the maximum number of blocks for it.
|
| Constructor and Description |
|---|
CarbonInputSplitTaskInfo(String taskId,
List<CarbonInputSplit> carbonSplitListInfo) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.