Package org.apache.oodt.cas.catalog.page

Examples of org.apache.oodt.cas.catalog.page.IndexPager


    this.dataSource = DatabaseConnectionBuilder.buildDataSource(user, pass, driver, jdbcUrl);
    this.useUTF8 = useUTF8;
  }
 
  public IndexPager getPager(PageInfo pageInfo) throws CatalogIndexException {
    return new IndexPager(new ProcessedPageInfo(pageInfo.getPageSize(), pageInfo.getPageNum(), this.getNumOfTransactions()));
  }
View Full Code Here

TOP

Related Classes of org.apache.oodt.cas.catalog.page.IndexPager

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.