The gora component allows you to work with NoSQL databases using the Apache Gora framework.
Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
name | path | common | true | java.lang.String | Instance name | ||
concurrentConsumers | parameter | common | 1 | int | Concurrent Consumers NOTE: used only by consumer | ||
dataStoreClass | parameter | common | java.lang.String | dataStore type | |||
endKey | parameter | common | java.lang.Object | Gora Query End Key attribute | |||
endTime | parameter | common | long | Gora Query End Time attribute | |||
fields | parameter | common | com.google.common.base.Strings | Gora Query Fields attribute | |||
flushOnEveryOperation | parameter | common | true | boolean | Flush on every operation NOTE: used only by producer | ||
hadoopConfiguration | parameter | common | org.apache.hadoop.conf.Configuration | configuration | |||
keyClass | parameter | common | java.lang.String | key type | |||
keyRangeFrom | parameter | common | java.lang.Object | Gora Query Key Range From attribute | |||
keyRangeTo | parameter | common | java.lang.Object | Gora Query Key Range To attribute | |||
limit | parameter | common | long | Gora Query Limit attribute | |||
startKey | parameter | common | java.lang.Object | Gora Query Start Key attribute | |||
startTime | parameter | common | long | Gora Query Start Time attribute | |||
timeRangeFrom | parameter | common | long | Gora Query Time Range From attribute | |||
timeRangeTo | parameter | common | long | Gora Query Key Range To attribute | |||
timestamp | parameter | common | long | Gora Query Timestamp attribute | |||
valueClass | parameter | common | java.lang.String | value type | |||
bridgeErrorHandler | parameter | consumer | boolean | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exceptionHandler | parameter | consumer (advanced) | org.apache.camel.spi.ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |
Implementation of Camel-Gora {@link Consumer}.