public class MetaFileWriterBuilder
extends java.lang.Object
This class will help in generation of meta.json files. This will encapsulate all the SSTables
that were there on the file system. This will write the meta.json file as a JSON blob. NOTE: We
want to ensure that it is done via streaming JSON write to ensure we do not consume memory to
load all these objects in memory. With multi-tenant clusters or LCS enabled on large number of
CF's it is easy to have 1000's of SSTables (thus 1000's of SSTable components) across CF's.
Created by aagrawal on 6/12/18.