314315316317318319320321322323324
final Object field = vertex.getProperty(keyFieldName); if (field != null) vertexCache.remove(field); } g.removeVertex(vertex); verticesRemoved.incrementAndGet(); } finally { g.shutdown(); endAsynchOperation();