public class CarbonLocalMultiBlockSplit extends Object
| Constructor and Description |
|---|
CarbonLocalMultiBlockSplit(List<CarbonLocalInputSplit> splitList,
String[] locations) |
| Modifier and Type | Method and Description |
|---|---|
static CarbonMultiBlockSplit |
convertSplit(String multiSplitJson) |
org.apache.carbondata.core.statusmanager.FileFormat |
getFileFormat() |
String |
getJsonString() |
long |
getLength() |
String[] |
getLocations() |
List<CarbonLocalInputSplit> |
getSplitList() |
public CarbonLocalMultiBlockSplit(List<CarbonLocalInputSplit> splitList, String[] locations)
public long getLength()
public String[] getLocations()
public List<CarbonLocalInputSplit> getSplitList()
public org.apache.carbondata.core.statusmanager.FileFormat getFileFormat()
public String getJsonString()
public static CarbonMultiBlockSplit convertSplit(String multiSplitJson)
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.