Hi,

It seems CacheService.free() method can be used to remove vertex. 
Is there a specific reason why you throw UnsupportedOperationException?

  @Override
  public void removeVertex(V vertexID) {
    throw new UnsupportedOperationException("Not yet implemented");
  }

--
Best Regards, Edward J. Yoon


Reply via email to