@Override
public void collectGarbage() throws Exception {
store.createBlobGarbageCollector(blobGcMaxAgeInSecs).collectGarbage();
}
};
registrations.add(registerMBean(whiteboard, BlobGCMBean.class, new BlobGC(gc, executor),
BlobGCMBean.TYPE, "Document node store blob garbage collection"));
}
RevisionGC revisionGC = new RevisionGC(new Runnable() {
@Override