Interface CompactContext
- All Known Implementing Classes:
CompactContext.CompactContextImpl
@Internal
public interface CompactContext
Context for
CompactReader and CompactWriter.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CompactContextcreate(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.Configurationorg.apache.flink.core.fs.FileSystemorg.apache.flink.core.fs.PathgetPath()
-
Method Details
-
create
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) -
getConfig
org.apache.flink.configuration.Configuration getConfig() -
getFileSystem
org.apache.flink.core.fs.FileSystem getFileSystem() -
getPartition
String getPartition() -
getPath
org.apache.flink.core.fs.Path getPath()
-