public class JsonSubScanSpec extends MapRDBSubScanSpec
MapRDBSubScanSpec
class and does not
get serialized or deserialized.Modifier and Type | Field and Description |
---|---|
protected org.ojai.store.QueryCondition |
condition |
indexDesc, regionServer, serializedFilter, startRow, stopRow, tableName, userName
Constructor and Description |
---|
JsonSubScanSpec(String tableName,
com.mapr.db.index.IndexDesc indexDesc,
String regionServer,
org.ojai.store.QueryCondition scanRangeCondition,
org.ojai.store.QueryCondition userCondition,
byte[] startRow,
byte[] stopRow,
String userName) |
Modifier and Type | Method and Description |
---|---|
org.ojai.store.QueryCondition |
getCondition() |
byte[] |
getSerializedFilter() |
void |
setCondition(org.ojai.store.QueryCondition cond) |
compareTo, getIndexDesc, getRegionServer, getStartRow, getStopRow, getTableName, getUserName, setRegionServer, setSerializedFilter, setStartRow, setStopRow, setTableName, setUserName, toString
public void setCondition(org.ojai.store.QueryCondition cond)
public org.ojai.store.QueryCondition getCondition()
public byte[] getSerializedFilter()
getSerializedFilter
in class MapRDBSubScanSpec
Copyright © 1970 The Apache Software Foundation. All rights reserved.