@ThriftStruct public final class PrestoThriftSplitBatch extends Object
| Constructor and Description |
|---|
PrestoThriftSplitBatch(List<PrestoThriftSplit> splits,
PrestoThriftId nextToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PrestoThriftId |
getNextToken() |
List<PrestoThriftSplit> |
getSplits() |
int |
hashCode() |
String |
toString() |
@ThriftConstructor public PrestoThriftSplitBatch(List<PrestoThriftSplit> splits, @Nullable PrestoThriftId nextToken)
@ThriftField(value=1) public List<PrestoThriftSplit> getSplits()
@Nullable @ThriftField(value=2, requiredness=OPTIONAL) public PrestoThriftId getNextToken()
Copyright © 2012–2022. All rights reserved.