@PublicEvolving public interface FileCompactor extends Serializable
FileCompactor
is responsible for compacting files into one file.
Users should never implement the interface directly but use either OutputStreamBasedFileCompactor
or RecordWiseFileCompactor
. Other implementations will
cause UnsupportedOperationException at runtime.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.