|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellMappingStrategy
A Cell resolver is responsible on identifying the cells, to which the Echange refers to.
Is used for all types of operations (Put, Get etc).
It is allowed that an exchange refers to more than once cells. This happens if headers
for multiple cells are present in the Exchange
.
Method Summary | |
---|---|
void |
applyGetResults(org.apache.camel.Message message,
HBaseData data)
Applies the KeyValues of a get opration to the Exchange . |
void |
applyScanResults(org.apache.camel.Message message,
HBaseData data)
Applies the KeyValues of a scan operation to the Exchange . |
HBaseData |
resolveModel(org.apache.camel.Message message)
Resolves the cell that the Exchange refers to. |
Method Detail |
---|
HBaseData resolveModel(org.apache.camel.Message message)
Exchange
refers to.
void applyGetResults(org.apache.camel.Message message, HBaseData data)
Exchange
.
message
- The message that will be applied the Get result.data
- The rows that will be applied to the message.void applyScanResults(org.apache.camel.Message message, HBaseData data)
Exchange
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |