@UriEndpoint(firstVersion="2.14.0",
scheme="gora",
title="Gora",
syntax="gora:name",
category={DATABASE,NOSQL,BIGDATA})
public class GoraEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
GoraEndpoint(String uri,
GoraComponent goraComponent,
GoraConfiguration config,
org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
GORA endpoint default constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
GoraConfiguration |
getConfiguration() |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic GoraEndpoint(String uri, GoraComponent goraComponent, GoraConfiguration config, org.apache.gora.store.DataStore<Object,org.apache.gora.persistency.Persistent> dataStore)
uri - Endpoint URIgoraComponent - Reference to the Camel-Gora componentconfig - Reference to Camel-Gora endpoint configurationdataStore - Reference to Gora DataStorepublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic GoraConfiguration getConfiguration()
Apache Camel