- 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.