@Internal
public interface CompactContext
CompactReader and CompactWriter.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
CompactContext.CompactContextImpl
Implementation of
CompactContext. |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompactContext |
create(org.apache.flink.configuration.Configuration config,
org.apache.flink.core.fs.FileSystem fileSystem,
String partition,
org.apache.flink.core.fs.Path path) |
org.apache.flink.configuration.Configuration |
getConfig() |
org.apache.flink.core.fs.FileSystem |
getFileSystem() |
String |
getPartition() |
org.apache.flink.core.fs.Path |
getPath() |
static CompactContext create(org.apache.flink.configuration.Configuration config, org.apache.flink.core.fs.FileSystem fileSystem, String partition, org.apache.flink.core.fs.Path path)
org.apache.flink.configuration.Configuration getConfig()
org.apache.flink.core.fs.FileSystem getFileSystem()
String getPartition()
org.apache.flink.core.fs.Path getPath()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.