public static class InternalHiveSplit.InternalHiveBlock extends Object
| Constructor and Description |
|---|
InternalHiveBlock(long start,
long end,
List<HostAddress> addresses) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getAddresses() |
long |
getEnd() |
int |
getEstimatedSizeInBytes() |
long |
getStart() |
public InternalHiveBlock(long start,
long end,
List<HostAddress> addresses)
public long getStart()
public long getEnd()
public List<HostAddress> getAddresses()
public int getEstimatedSizeInBytes()
Copyright © 2012–2020. All rights reserved.