newVertexIndexEntries = new SimpleIndexCache();
} else {
addedRelations = new ConcurrentBufferAddedRelations();
concurrencyLevel = 1; //TODO: should we increase this?
typeCache = new NonBlockingHashMap<String, Long>();
newVertexIndexEntries = new ConcurrentIndexCache();
}
externalVertexRetriever = new VertexConstructor(config.hasVerifyExternalVertexExistence());
internalVertexRetriever = new VertexConstructor(config.hasVerifyInternalVertexExistence());