public class InternalHiveSplit extends Object
| Constructor and Description |
|---|
InternalHiveSplit(String partitionName,
String path,
long start,
long length,
long fileSize,
Properties schema,
List<HivePartitionKey> partitionKeys,
List<HostAddress> addresses,
OptionalInt bucketNumber,
boolean forceLocalScheduling,
Map<Integer,HiveTypeName> columnCoercions) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getAddresses() |
OptionalInt |
getBucketNumber() |
Map<Integer,HiveTypeName> |
getColumnCoercions() |
int |
getEstimatedSizeInBytes() |
long |
getFileSize() |
long |
getLength() |
List<HivePartitionKey> |
getPartitionKeys() |
String |
getPartitionName() |
String |
getPath() |
Properties |
getSchema() |
long |
getStart() |
boolean |
isForceLocalScheduling() |
String |
toString() |
public InternalHiveSplit(String partitionName, String path, long start, long length, long fileSize, Properties schema, List<HivePartitionKey> partitionKeys, List<HostAddress> addresses, OptionalInt bucketNumber, boolean forceLocalScheduling, Map<Integer,HiveTypeName> columnCoercions)
public String getPath()
public long getStart()
public long getLength()
public long getFileSize()
public Properties getSchema()
public List<HivePartitionKey> getPartitionKeys()
public List<HostAddress> getAddresses()
public String getPartitionName()
public OptionalInt getBucketNumber()
public boolean isForceLocalScheduling()
public Map<Integer,HiveTypeName> getColumnCoercions()
public int getEstimatedSizeInBytes()
Copyright © 2012-2017. All Rights Reserved.