averageSince works only with default persistance rrd4j

If you want averageSince or anything else from the non-default persistence supply the name of the persistence store in the method call.

Foo.lastUpdate("rrd4j")
Foo.averageSince("MySQL")
...