Package org.teiid.query.tempdata.TempTableStore

Examples of org.teiid.query.tempdata.TempTableStore.MatTableInfo.shouldLoad()


          //remote load
          info.setState(MatState.NEEDS_LOADING, firstload?false:entry.valid, null);
          loadTime = entry.lastUpdate;
        }
      }
      boolean load = info.shouldLoad();
      if (load) {
        if (!info.isValid()) {
          //blocking load
          loadGlobalTable(context, group, tableName, globalStore, info, loadTime);
        } else {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.