Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.s3a |
Modifier and Type | Method and Description |
---|---|
void |
ManagedBlockingUfsForwarder.performListingAsync(String path,
String continuationToken,
String startAfter,
DescendantType descendantType,
boolean checkStatus,
java.util.function.Consumer<UfsLoadResult> onComplete,
java.util.function.Consumer<Throwable> onError) |
Modifier and Type | Method and Description |
---|---|
void |
BaseUnderFileSystem.performListingAsync(String path,
String continuationToken,
String startAfter,
DescendantType descendantType,
boolean checkStatus,
java.util.function.Consumer<UfsLoadResult> onComplete,
java.util.function.Consumer<Throwable> onError) |
void |
UnderFileSystemWithLogging.performListingAsync(String path,
String continuationToken,
String startAfter,
DescendantType descendantType,
boolean checkStatus,
java.util.function.Consumer<UfsLoadResult> onComplete,
java.util.function.Consumer<Throwable> onError) |
void |
AsyncUfsClient.performListingAsync(String path,
String continuationToken,
String startAfter,
DescendantType descendantType,
boolean checkStatus,
java.util.function.Consumer<UfsLoadResult> onComplete,
java.util.function.Consumer<Throwable> onError)
Lists the ufs statuses for a given path.
|
Modifier and Type | Method and Description |
---|---|
void |
S3AUnderFileSystem.performListingAsync(String path,
String continuationToken,
String startAfter,
DescendantType descendantType,
boolean checkStatus,
java.util.function.Consumer<UfsLoadResult> onComplete,
java.util.function.Consumer<Throwable> onError) |
Copyright © 2023. All Rights Reserved.