public interface CellMappingStrategy
Exchange.| Modifier and Type | Method and Description |
|---|---|
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. |
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.Apache Camel