Package | Description |
---|---|
org.apache.camel.component.gora | |
org.apache.camel.component.gora.utils |
Modifier and Type | Method and Description |
---|---|
GoraConfiguration |
GoraEndpoint.getConfiguration() |
Constructor and Description |
---|
GoraConsumer(org.apache.camel.Endpoint endpoint,
org.apache.camel.Processor processor,
GoraConfiguration configuration,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
Consumer Constructor
|
GoraEndpoint(String uri,
GoraComponent goraComponent,
GoraConfiguration config,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
GORA endpoint default constructor
|
GoraProducer(org.apache.camel.Endpoint endpoint,
GoraConfiguration configuration,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
GoraUtils.configurationExist(GoraAttribute attr,
GoraConfiguration conf)
Utility method to check if a value exist in the configuration class
NOTE:>
Checks only if is not null
|
static org.apache.gora.query.Query<Object,org.apache.gora.persistency.Persistent> |
GoraUtils.constractQueryFromConfiguration(org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore,
GoraConfiguration conf)
Utility method to construct a new query from the exchange
NOTE: values used in order construct the query
should be stored in the "in" message headers.
|
static org.apache.gora.query.Query<Object,org.apache.gora.persistency.Persistent> |
GoraUtils.constractQueryFromPropertiesMap(Map<String,?> propertiesMap,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore,
GoraConfiguration conf)
Utility method to construct a new query from the exchange
NOTE: values used in order construct the query
should be stored in the "in" message headers.
|
protected static Object |
GoraUtils.getAttribute(GoraAttribute attr,
GoraConfiguration conf)
Utility method to extract value from configuration
|
protected static Long |
GoraUtils.getAttributeAsLong(GoraAttribute attr,
GoraConfiguration conf)
Utility method to extract value from configuration as Long
|
protected static String |
GoraUtils.getAttributeAsString(GoraAttribute attr,
GoraConfiguration conf)
Utility method to extract value from configuration as String
|
Apache Camel