JHUAPL / AccumuloGraph

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

Iterator-backed properties #84

Open mikelieberman opened 9 years ago

mikelieberman commented 9 years ago

Allow the use of element properties that are backed by some iterator. For example, an integer property with a SummingCombiner in the "background", so that when the property is "set", the value actually gets incremented. Retrieving the property will get back the current sum.