Files with the specified extensions are placed in the primary directory; others are placed in the secondary directory. @author kimchy (shay.banon)
122123124125126127128
// caching internal CFS extension, don't use compound file extension forceUseCompound = false; } } return new Tuple<SwitchDirectory, Boolean>(new SwitchDirectory(ImmutableSet.copyOf(primaryExtensions), memDir, fsDirectory, true), forceUseCompound); }