Package | Description |
---|---|
org.apache.flink.tests.util.cache | |
org.apache.flink.tests.util.flink |
Modifier and Type | Interface and Description |
---|---|
interface |
DownloadCache
A
DownloadCache allows tests to download a files and/or directories and optionally caches
them. |
Modifier and Type | Class and Description |
---|---|
class |
LolCache
DownloadCache implementation that does not cache anything. |
class |
PersistingDownloadCache
DownloadCache implementation that caches downloaded files in a configured directory. |
class |
TravisDownloadCache
Travis-specific
DownloadCache implementation that caches downloaded files in a configured
directory. |
Modifier and Type | Interface and Description |
---|---|
interface |
FlinkResource
Generic interface for interacting with Flink.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalStandaloneFlinkResource
Flink resource that start local standalone clusters.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.