| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
List<DirMarkerTracker.Marker> |
DirMarkerTracker.fileFound(org.apache.hadoop.fs.Path path,
String key,
S3ALocatedFileStatus source)
A file has been found.
|
Map<org.apache.hadoop.fs.Path,DirMarkerTracker.Marker> |
DirMarkerTracker.getLeafMarkers()
Get the map of leaf markers.
|
Map<org.apache.hadoop.fs.Path,DirMarkerTracker.Marker> |
DirMarkerTracker.getSurplusMarkers()
Get the map of surplus markers.
|
List<DirMarkerTracker.Marker> |
DirMarkerTracker.markerFound(org.apache.hadoop.fs.Path path,
String key,
S3ALocatedFileStatus source)
A marker has been found; this may or may not be a leaf.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.