public static void main(String[] args) throws Exception { File indexDir = new File("/home/kgopalak/pinot_perf/index_dir/scinPricing_OFFLINE/scinPricing_pricing_0"); ReadMode mode = ReadMode.heap; Loaders.IndexSegment.load(indexDir, mode); }
public static IndexSegment loadSegment( File indexDir, ReadMode readMode, IndexLoadingConfigMetadata indexLoadingConfigMetadata) throws Exception { return Loaders.IndexSegment.load(indexDir, readMode, indexLoadingConfigMetadata); }