77787980818283
/** * Returns an instance of {@link IndexStore} that stores data in the given {@link NodeManager}. */ public static IndexStore newSplitIndexStore(NodeManager nodeManager) { return new SplitIndexStoreImpl(nodeManager); }