JHUAPL / AccumuloGraph

An implementation of TinkerPop Blueprints using Accumulo
Apache License 2.0
33 stars 12 forks source link

Allow retrieval of vertices based on id ranges #97

Closed mikelieberman closed 9 years ago

mikelieberman commented 9 years ago

I would like a method such as getVertices(Object fromId, Object toId) which will iterate over vertices with ids in those ranges. This is useful for distributed processing / scans.