B C D G I M O P Q S V 
All Classes All Packages

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 

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
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.gora.GoraComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.gora.GoraEndpointConfigurer
 
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.
constructQueryFromPropertiesMap(Map<String, ?>, DataStore<Object, Persistent>) - 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.
CREATE_SCHEMA - org.apache.camel.component.gora.GoraOperation
Gora "create schema" operation
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

DELETE - org.apache.camel.component.gora.GoraOperation
Gora "delete" operation
DELETE_BY_QUERY - org.apache.camel.component.gora.GoraOperation
Gora "deleteByQuery" operation
DELETE_SCHEMA - org.apache.camel.component.gora.GoraOperation
Gora "delete schema" operation
doStart() - Method in class org.apache.camel.component.gora.GoraComponent
 
doStop() - Method in class org.apache.camel.component.gora.GoraComponent
 

G

GET - org.apache.camel.component.gora.GoraOperation
Gora fetch/"get" operation
GET_SCHEMA_NAME - org.apache.camel.component.gora.GoraOperation
Gora "get schema name" operation
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
 
getConfiguration() - Method in class org.apache.camel.component.gora.GoraEndpoint
 
getDataStore() - Method in class org.apache.camel.component.gora.GoraComponent
Get DataStore
getDataStoreClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getEndKey() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getEndTime() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getFields() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getHadoopConfiguration() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getKeyClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
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
 
getKeyRangeTo() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getLimit() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getName() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.gora.GoraComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.gora.GoraEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.gora.GoraComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.gora.GoraEndpointConfigurer
 
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
 
getStartTime() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getTimeRangeFrom() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getTimeRangeTo() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getTimestamp() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
getValueClass() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
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
GORA_KEY - org.apache.camel.component.gora.GoraAttribute
Gora KEY attribute
GORA_OPERATION - org.apache.camel.component.gora.GoraAttribute
Gora operation header name
GORA_QUERY_END_KEY - org.apache.camel.component.gora.GoraAttribute
Gora Query End Key attribute
GORA_QUERY_END_TIME - org.apache.camel.component.gora.GoraAttribute
Gora Query End Time attribute
GORA_QUERY_FIELDS - org.apache.camel.component.gora.GoraAttribute
Gora Query Fields attribute
GORA_QUERY_KEY_RANGE_FROM - org.apache.camel.component.gora.GoraAttribute
Gora Query Key Range From attribute
GORA_QUERY_KEY_RANGE_TO - org.apache.camel.component.gora.GoraAttribute
Gora Query Key Range To attribute
GORA_QUERY_LIMIT - org.apache.camel.component.gora.GoraAttribute
Gora Query Limit attribute
GORA_QUERY_START_KEY - org.apache.camel.component.gora.GoraAttribute
Gora Query Start Key attribute
GORA_QUERY_START_TIME - org.apache.camel.component.gora.GoraAttribute
Gora Query Start Time attribute
GORA_QUERY_TIME_RANGE_FROM - org.apache.camel.component.gora.GoraAttribute
Gora Query Time Range From attribute
GORA_QUERY_TIME_RANGE_TO - org.apache.camel.component.gora.GoraAttribute
Gora Query Key Range To attribute
GORA_QUERY_TIMESTAMP - org.apache.camel.component.gora.GoraAttribute
Gora Query Timestamp attribute
GoraAttribute - Enum in org.apache.camel.component.gora
Camel-Gora attributes
GoraComponent - Class in org.apache.camel.component.gora
 
GoraComponent() - Constructor for class org.apache.camel.component.gora.GoraComponent
 
GoraComponentConfigurer - Class in org.apache.camel.component.gora
Generated by camel build tools - do NOT edit this file!
GoraComponentConfigurer() - Constructor for class org.apache.camel.component.gora.GoraComponentConfigurer
 
GoraConfiguration - Class in org.apache.camel.component.gora
Gora Configuration.
GoraConfiguration() - Constructor for class org.apache.camel.component.gora.GoraConfiguration
 
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
Access NoSQL databases using the Apache Gora framework.
GoraEndpoint(String, GoraComponent, GoraConfiguration, DataStore<Object, Persistent>) - Constructor for class org.apache.camel.component.gora.GoraEndpoint
GORA endpoint default constructor
GoraEndpointConfigurer - Class in org.apache.camel.component.gora
Generated by camel build tools - do NOT edit this file!
GoraEndpointConfigurer() - Constructor for class org.apache.camel.component.gora.GoraEndpointConfigurer
 
GoraEndpointUriFactory - Class in org.apache.camel.component.gora
Generated by camel build tools - do NOT edit this file!
GoraEndpointUriFactory() - Constructor for class org.apache.camel.component.gora.GoraEndpointUriFactory
 
GoraOperation - Enum in org.apache.camel.component.gora
Camel-Gora Operations.
GoraProducer - Class in org.apache.camel.component.gora
Camel-Gora DefaultProducer.
GoraProducer(GoraEndpoint, 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

isEnabled(String) - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 
isFlushOnEveryOperation() - Method in class org.apache.camel.component.gora.GoraConfiguration
 
isLenientProperties() - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 

M

multiValuePrefixes() - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 

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
propertyNames() - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 
PUT - org.apache.camel.component.gora.GoraOperation
Gora "put" operation

Q

QUERY - org.apache.camel.component.gora.GoraOperation
Gora "query" operation

S

SCHEMA_EXIST - org.apache.camel.component.gora.GoraOperation
Gora "schemaExists" operation
secretPropertyNames() - Method in class org.apache.camel.component.gora.GoraEndpointUriFactory
 
setConcurrentConsumers(int) - Method in class org.apache.camel.component.gora.GoraConfiguration
Number of concurrent consumers
setDataStoreClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
The type of the dataStore
setEndKey(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
The End Key
setEndTime(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The End Time
setFields(Strings) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Fields
setFlushOnEveryOperation(boolean) - Method in class org.apache.camel.component.gora.GoraConfiguration
Flush on every operation
setHadoopConfiguration(Configuration) - Method in class org.apache.camel.component.gora.GoraConfiguration
Hadoop Configuration
setKeyClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
The type class of the key
setKeyRangeFrom(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Key Range From
setKeyRangeTo(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Key Range To
setLimit(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Limit
setName(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
Instance name
setStartKey(Object) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Start Key
setStartTime(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Start Time
setTimeRangeFrom(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Time Range From
setTimeRangeTo(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Time Range To
setTimestamp(long) - Method in class org.apache.camel.component.gora.GoraConfiguration
The Timestamp
setValueClass(String) - Method in class org.apache.camel.component.gora.GoraConfiguration
The 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.
B C D G I M O P Q S V 
All Classes All Packages