Example #1
0
 public PrimitiveLongIterator graphGetPropertyKeys(
     CacheLoader<Iterator<DefinedProperty>> cacheLoader) {
   return graphProperties.getPropertyKeys(cacheLoader, NO_UPDATES);
 }
Example #2
0
 public Property graphGetProperty(
     CacheLoader<Iterator<DefinedProperty>> cacheLoader, int propertyKeyId) {
   return graphProperties.getProperty(cacheLoader, NO_UPDATES, propertyKeyId);
 }
Example #3
0
 public Iterator<DefinedProperty> graphGetProperties(
     CacheLoader<Iterator<DefinedProperty>> cacheLoader) {
   return graphProperties.getProperties(cacheLoader, NO_UPDATES);
 }