Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Segment |
Segment.clone() |
Segment |
GetPartitionsRequest.getSegment()
The segment of the table's partitions to scan in this request.
|
Segment |
Segment.withSegmentNumber(Integer segmentNumber)
The zero-based index number of the segment.
|
Segment |
Segment.withTotalSegments(Integer totalSegments)
The total number of segments.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPartitionsRequest.setSegment(Segment segment)
The segment of the table's partitions to scan in this request.
|
GetPartitionsRequest |
GetPartitionsRequest.withSegment(Segment segment)
The segment of the table's partitions to scan in this request.
|
Copyright © 2019. All rights reserved.