C D G I O P S V 

C

configurationExist(GoraAttribute, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to check if a value exist in the configuration class NOTE: Checks only if is not null
constractQueryFromConfiguration(DataStore<Object, Persistent>, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
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.
constractQueryFromPropertiesMap(Map<String, ?>, DataStore<Object, Persistent>, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
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.
createConsumer(Processor) - Method in class org.apache.camel.component.gora.GoraEndpoint
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.gora.GoraComponent
createProducer() - Method in class org.apache.camel.component.gora.GoraEndpoint

D

doStart() - Method in class org.apache.camel.component.gora.GoraComponent
doStop() - Method in class org.apache.camel.component.gora.GoraComponent

G

getAttribute(GoraAttribute, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value from configuration
getAttributeAsLong(GoraAttribute, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value from configuration as Long
getAttributeAsString(GoraAttribute, GoraConfiguration) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value from configuration as String
getConcurrentConsumers() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Concurrent Consumers
getConfiguration() - Method in class org.apache.camel.component.gora.GoraEndpoint
Get Configutation
getDataStore() - Method in class org.apache.camel.component.gora.GoraComponent
Get DataStore
getDataStoreClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get type of the dataStore
getEndKey() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get End Key
getEndTime() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get End Time
getFields() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Fields
getHadoopConfiguration() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Hadoop Configuration
getKeyClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get type of the key (i.e clients)
getKeyFromExchange(Exchange) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract GORA key from the exchange NOTE: key value expected to be stored in the "in" message headers.
getKeyRangeFrom() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Key Range From
getKeyRangeTo() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Key Range To
getLimit() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Limit
getProperty(GoraAttribute, Map<String, ?>) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value of a map
getPropertyAsLong(GoraAttribute, Map<String, ?>) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value of a map as long
getPropertyAsString(GoraAttribute, Map<String, ?>) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract value of a map as String
getStartKey() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Start Key
getStartTime() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Start Time
getTimeRangeFrom() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Time Range From
getTimeRangeTo() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Time Range To
getTimestamp() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get Timestamp
getValueClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get type of the value
getValueFromExchange(Exchange) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to extract the value from the exchange NOTE: the value expected to be instance of persistent type.
GORA_DEFAULT_DATASTORE_KEY - Static variable in class org.apache.camel.component.gora.GoraConstants
default DataStore key
GoraAttribute - Enum in org.apache.camel.component.gora
Camel-Gora attributes
GoraComponent - Class in org.apache.camel.component.gora
Camel-Gora Endpoint.
GoraComponent() - Constructor for class org.apache.camel.component.gora.GoraComponent
 
GoraConfiguration - Class in org.apache.camel.component.gora
Gora Configuration.
GoraConfiguration() - Constructor for class org.apache.camel.component.gora.GoraConfiguration
Default Constructor
GoraConstants - Class in org.apache.camel.component.gora
Camel Gora component constants
GoraConsumer - Class in org.apache.camel.component.gora
Implementation of Camel-Gora Consumer.
GoraConsumer(Endpoint, Processor, GoraConfiguration, DataStore<Object, Persistent>) - Constructor for class org.apache.camel.component.gora.GoraConsumer
Consumer Constructor
GoraEndpoint - Class in org.apache.camel.component.gora
Gora endpoint
GoraEndpoint(String, GoraComponent, GoraConfiguration, DataStore<Object, Persistent>) - Constructor for class org.apache.camel.component.gora.GoraEndpoint
GORA endpoint default constructor
GoraOperation - Enum in org.apache.camel.component.gora
Camel-Gora Operations.
GoraProducer - Class in org.apache.camel.component.gora
Camel-Gora DefaultProducer.
GoraProducer(Endpoint, GoraConfiguration, DataStore<Object, Persistent>) - Constructor for class org.apache.camel.component.gora.GoraProducer
Constructor
GoraUtils - Class in org.apache.camel.component.gora.utils
GoraUtil class contain utility methods for the camel component.

I

isFlushOnEveryOperation() - Method in class org.apache.camel.component.gora.GoraConfiguration
Get flush on every operation
isSingleton() - Method in class org.apache.camel.component.gora.GoraEndpoint

O

org.apache.camel.component.gora - package org.apache.camel.component.gora
 
org.apache.camel.component.gora.utils - package org.apache.camel.component.gora.utils
 

P

poll() - Method in class org.apache.camel.component.gora.GoraConsumer
process(Exchange) - Method in class org.apache.camel.component.gora.GoraProducer
propertyExist(GoraAttribute, Map<String, ?>) - Static method in class org.apache.camel.component.gora.utils.GoraUtils
Utility method to check if a value exist in the properties map

S

setConcurrentConsumers(int) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Concurrent Consumers
setDataStoreClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set type of the dataStore
setEndKey(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set End Key
setEndTime(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set End Time
setFields(Strings) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Fields
setFlushOnEveryOperation(boolean) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set flush on every operation
setHadoopConfiguration(Configuration) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Hadoop Configuration
setKeyClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set type class of the key
setKeyRangeFrom(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Key Range From
setKeyRangeTo(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Key Range To
setLimit(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Limit
setStartKey(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Start Key
setStartTime(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Start Time
setTimeRangeFrom(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Time Range From
setTimeRangeTo(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Time Range To
setTimestamp(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set Timestamp
setValueClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
Set type of the value

V

value - Variable in enum org.apache.camel.component.gora.GoraAttribute
Enum value
value - Variable in enum org.apache.camel.component.gora.GoraOperation
Enum value
valueOf(String) - Static method in enum org.apache.camel.component.gora.GoraAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.gora.GoraOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.gora.GoraAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.gora.GoraOperation
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I O P S V 

Apache Camel