public class StoreRowHolder
extends java.lang.Object
StoreRowHolder
acts as a pojo class, holding write and read data information with filters.Modifier and Type | Method and Description |
---|---|
java.util.Map |
getColDataMap()
Gets the column key value map
|
java.util.Map |
getFiltersDataMap()
Gets the filters data ap
|
java.lang.String[] |
getSelectList()
Gets the required columns list
|
java.lang.String |
getTableName()
Gets the table name representing the table
|
long |
getTtl()
Gets the concept ttl.
|
public java.lang.String getTableName()
public java.lang.String[] getSelectList()
public java.util.Map getColDataMap()
public java.util.Map getFiltersDataMap()
public long getTtl()