I've fixed it in HAMA-925,
Regards,
Tommaso

2015-01-27 8:50 GMT+01:00 Tommaso Teofili <[email protected]>:

> if I recall correctly the VerticesInfo#removeVertex API was not used at
> the time I implemented the OffHeapVerticesInfo, that's why it was not
> implemented, however if you refer to [1] I'd say that's surely a good idea
> to implement it using that API.
>
> Regards,
> Tommaso
>
> [1] :
> http://directmemory.apache.org/apidocs/reference/org/apache/directmemory/cache/CacheService.html#free(K)
>
> 2015-01-27 6:00 GMT+01:00 Edward J. Yoon <[email protected]>:
>
>> 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