X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2Fservice%2FQueryDebug.java;fp=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2Fservice%2FQueryDebug.java;h=8ac14aa16c641977440d9da0682cd3ad547e3266;hp=a6a55947f4b95c5d15d2c6054ae4e0456d69a87e;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/service/QueryDebug.java b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/service/QueryDebug.java index a6a55947f..8ac14aa16 100644 --- a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/service/QueryDebug.java +++ b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/service/QueryDebug.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.db.impl.service; - -import java.util.Set; - -import org.simantics.db.impl.query.CacheEntry; -import org.simantics.db.request.AsyncMultiRead; -import org.simantics.db.request.AsyncRead; -import org.simantics.db.request.MultiRead; -import org.simantics.db.request.Read; - - - -public interface QueryDebug { - - /* - * @return The amount of fixed queries after best effort flush - */ - Set getParents(AsyncRead request); - Set getParents(AsyncMultiRead request); - Set getParents(Read request); - Set getParents(MultiRead request); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.db.impl.service; + +import java.util.Set; + +import org.simantics.db.impl.query.CacheEntry; +import org.simantics.db.request.AsyncMultiRead; +import org.simantics.db.request.AsyncRead; +import org.simantics.db.request.MultiRead; +import org.simantics.db.request.Read; + + + +public interface QueryDebug { + + /* + * @return The amount of fixed queries after best effort flush + */ + Set getParents(AsyncRead request); + Set getParents(AsyncMultiRead request); + Set getParents(Read request); + Set getParents(MultiRead request); + +}