Package edu.brown.hstore.callbacks

Examples of edu.brown.hstore.callbacks.TransactionPrefetchCallback


                tmpPlanner = new PrefetchQueryPlanner(this.catalogContext,
                                                      hstore_site.getPartitionEstimator());
            }
        }
        this.prefetchPlanner = tmpPlanner;
        this.transactionPrefetch_callback = (this.prefetchPlanner != null ? new TransactionPrefetchCallback() : null);
    }
View Full Code Here

TOP

Related Classes of edu.brown.hstore.callbacks.TransactionPrefetchCallback

Copyright © 2018 www.massapicom. 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.