Example usage for org.apache.hadoop.fs FileSystem getChildFileSystems

List of usage examples for org.apache.hadoop.fs FileSystem getChildFileSystems

Introduction

In this page you can find the example usage for org.apache.hadoop.fs FileSystem getChildFileSystems.

Prototype

@InterfaceAudience.LimitedPrivate({ "HDFS" })
@VisibleForTesting
public FileSystem[] getChildFileSystems() 

Source Link

Document

Get all the immediate child FileSystems embedded in this FileSystem.

Usage

From source file:org.apache.ignite.internal.processors.hadoop.deps.WithMethodInvocation.java

License:Apache License

/** */
void foo(FileSystem fs) {
    fs.getChildFileSystems();
}