|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseProjectionCriteria | |
---|---|
org.apache.storm.hbase.bolt | |
org.apache.storm.hbase.bolt.mapper | |
org.apache.storm.hbase.common | |
org.apache.storm.hbase.trident.state |
Uses of HBaseProjectionCriteria in org.apache.storm.hbase.bolt |
---|
Methods in org.apache.storm.hbase.bolt with parameters of type HBaseProjectionCriteria | |
---|---|
HBaseLookupBolt |
HBaseLookupBolt.withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)
|
Uses of HBaseProjectionCriteria in org.apache.storm.hbase.bolt.mapper |
---|
Methods in org.apache.storm.hbase.bolt.mapper that return HBaseProjectionCriteria | |
---|---|
HBaseProjectionCriteria |
HBaseProjectionCriteria.addColumn(HBaseProjectionCriteria.ColumnMetaData column)
Only this column from the the columnFamily will be included as result of HBase lookup. |
HBaseProjectionCriteria |
HBaseProjectionCriteria.addColumnFamily(String columnFamily)
all columns from this family will be included as result of HBase lookup. |
Uses of HBaseProjectionCriteria in org.apache.storm.hbase.common |
---|
Methods in org.apache.storm.hbase.common with parameters of type HBaseProjectionCriteria | |
---|---|
org.apache.hadoop.hbase.client.Get |
HBaseClient.constructGetRequests(byte[] rowKey,
HBaseProjectionCriteria projectionCriteria)
|
Uses of HBaseProjectionCriteria in org.apache.storm.hbase.trident.state |
---|
Methods in org.apache.storm.hbase.trident.state with parameters of type HBaseProjectionCriteria | |
---|---|
HBaseState.Options |
HBaseState.Options.withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |