Package com.mapr.ycsb.config
Class TableInfo
- java.lang.Object
-
- com.mapr.ycsb.config.TableInfo
-
public class TableInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancreateTable(Config config)java.lang.StringgetCompression()java.lang.StringgetFamily()booleangetInsertOrder()java.lang.StringgetKeyprefix()booleangetMulticf()intgetNumRegions()java.lang.StringgetTable()java.lang.StringgetType()
-
-
-
Method Detail
-
getTable
public java.lang.String getTable()
-
getFamily
public java.lang.String getFamily()
-
getKeyprefix
public java.lang.String getKeyprefix()
-
getMulticf
public boolean getMulticf()
-
getNumRegions
public int getNumRegions()
-
getInsertOrder
public boolean getInsertOrder()
-
getType
public java.lang.String getType()
-
getCompression
public java.lang.String getCompression()
-
createTable
public boolean createTable(Config config)
-
-