blob: b5033d3b9a68b2a8a225ca0e9504f2c4bc9e50e6 [file] [log] [blame]
package edu.uci.ics.asterix.common.dataflow;
import edu.uci.ics.hyracks.storage.am.common.dataflow.IIndex;
import edu.uci.ics.hyracks.storage.am.common.dataflow.IIndexRegistryProvider;
import edu.uci.ics.hyracks.storage.common.IStorageManagerInterface;
public interface IAsterixApplicationContextInfo {
public IIndexRegistryProvider<IIndex> getTreeRegisterProvider();
public IStorageManagerInterface getStorageManagerInterface();
}