| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
S3ListResult.hasPrefixesOrObjects(ContextAccessors accessors,
Set<org.apache.hadoop.fs.Path> tombstones)
Does this listing have prefixes or objects after entries with
tombstones have been stripped?
|
boolean |
S3ListResult.isEmptyOfKeys(ContextAccessors accessors,
Collection<String> keys,
Set<org.apache.hadoop.fs.Path> tombstones)
Helper function to determine if a collection of keys is empty
after accounting for tombstone markers (if provided).
|
boolean |
S3ListResult.isEmptyOfObjects(ContextAccessors accessors,
Set<org.apache.hadoop.fs.Path> tombstones)
Is the list of object summaries empty
after accounting for tombstone markers (if provided)?
|
boolean |
S3ListResult.representsEmptyDirectory(ContextAccessors contextAccessors,
String dirKey,
Set<org.apache.hadoop.fs.Path> tombstones)
Does this listing represent an empty directory?
|
| Modifier and Type | Method and Description |
|---|---|
ContextAccessors |
StoreContext.getContextAccessors() |
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setContextAccessors(ContextAccessors accessors) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.