@InterfaceAudience.Private public class GroupedSplitContainer extends Object
Constructor and Description |
---|
GroupedSplitContainer(int numSplits,
String wrappedInputFormatName,
String[] locations,
String rack) |
Modifier and Type | Method and Description |
---|---|
void |
addSplit(SplitContainer splitContainer) |
long |
getLength() |
String[] |
getLocations() |
String |
getRack() |
String |
getWrappedInputFormatName() |
List<SplitContainer> |
getWrappedSplitContainers() |
public void addSplit(SplitContainer splitContainer)
public long getLength()
public String getWrappedInputFormatName()
public List<SplitContainer> getWrappedSplitContainers()
public String[] getLocations()
public String getRack()
Copyright © 2016 Apache Software Foundation. All rights reserved.