Package com.alimama.mdrill.partion.single

Examples of com.alimama.mdrill.partion.single.SinglePartions


  public static MdrillPartionsInterface INSTANCE(String parttype)
  {
    MdrillPartionsInterface rtn=null;
    if(parttype.startsWith("single"))
    {
      rtn= new SinglePartions();

    }else if(parttype.startsWith("dir")){
      rtn= new DirtoryPartions();
    }else{
      rtn= new ThedatePartions();
View Full Code Here

TOP

Related Classes of com.alimama.mdrill.partion.single.SinglePartions

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.