306307308309310311312313314315316
indexSerializer.newPropertyKey((TitanKey) itype, mutator); } } if (!mutations.isEmpty()) mutatedVertexKeys.addAll(persist(mutations, tx)); mutator.commit(); return mutatedVertexKeys; } @Override public String toString() {