@ThriftStruct public final class PrestoThriftSplit extends Object
| Constructor and Description |
|---|
PrestoThriftSplit(PrestoThriftId splitId,
List<PrestoThriftHostAddress> hosts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<PrestoThriftHostAddress> |
getHosts()
Identifies the set of hosts on which the rows are available.
|
PrestoThriftId |
getSplitId()
Encodes all the information needed to identify a batch of rows to return to Presto.
|
int |
hashCode() |
String |
toString() |
@ThriftConstructor public PrestoThriftSplit(PrestoThriftId splitId, List<PrestoThriftHostAddress> hosts)
@ThriftField(value=1) public PrestoThriftId getSplitId()
@ThriftField(value=2) public List<PrestoThriftHostAddress> getHosts()
Copyright © 2012–2024. All rights reserved.