Interface CompactContext
-
- All Known Implementing Classes:
CompactContext.CompactContextImpl
@Internal public interface CompactContext
Context forCompactReader
andCompactWriter
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CompactContext.CompactContextImpl
Implementation ofCompactContext
.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CompactContext
create(Configuration config, FileSystem fileSystem, String partition, Path path)
Configuration
getConfig()
FileSystem
getFileSystem()
String
getPartition()
Path
getPath()
-
-
-
Method Detail
-
create
static CompactContext create(Configuration config, FileSystem fileSystem, String partition, Path path)
-
getConfig
Configuration getConfig()
-
getFileSystem
FileSystem getFileSystem()
-
getPartition
String getPartition()
-
getPath
Path getPath()
-
-