203204205206207208209
public boolean isMemoryMappedStore() { return _mmapedStore; } private static DocumentTable getProfiledDocumentTable() { return new ProfiledDocumentTable(new File(profileAccessPattern)); }
188189190191192193194