604605606607608609610611612
return this; } public BlobStore getBlobStore() { if (blobStore == null) { blobStore = new MemoryBlobStore(); } return blobStore; }