| Package | Description |
|---|---|
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionLimitingFactory
A wrapping factory that adds a
LimitedConnectionsFileSystem to a file system. |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemFactory |
ConnectionLimitingFactory.decorateIfLimited(FileSystemFactory factory,
String scheme,
Configuration config)
Decorates the given factory for a
ConnectionLimitingFactory, if the given
configuration configured connection limiting for the given file system scheme. |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemFactory |
ConnectionLimitingFactory.decorateIfLimited(FileSystemFactory factory,
String scheme,
Configuration config)
Decorates the given factory for a
ConnectionLimitingFactory, if the given
configuration configured connection limiting for the given file system scheme. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystemFactory
A factory for the
LocalFileSystem. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.