Class TableInfo

java.lang.Object
com.mapr.ycsb.config.TableInfo

public class TableInfo extends Object
  • Constructor Details

    • TableInfo

      public TableInfo()
  • Method Details

    • getTable

      public String getTable()
    • getFamily

      public String getFamily()
    • getKeyprefix

      public String getKeyprefix()
    • getMulticf

      public boolean getMulticf()
    • getNumRegions

      public int getNumRegions()
    • getInsertOrder

      public boolean getInsertOrder()
    • getType

      public String getType()
    • getCompression

      public String getCompression()
    • createTable

      public boolean createTable(Config config)