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