@UriEndpoint(scheme="ignite:idgen", title="Ignite ID Generator", syntax="ignite:idgen:[name]", label="nosql,cache,compute", producerOnly=true) public class IgniteIdGenEndpoint extends AbstractIgniteEndpoint
component
Constructor and Description |
---|
IgniteIdGenEndpoint(String endpointUri,
URI remainingUri,
Map<String,Object> parameters,
IgniteComponent igniteComponent) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
Integer |
getBatchSize() |
Long |
getInitialValue() |
String |
getName() |
IgniteIdGenOperation |
getOperation() |
void |
setBatchSize(Integer batchSize) |
void |
setInitialValue(Long initialValue) |
void |
setName(String name) |
void |
setOperation(IgniteIdGenOperation operation) |
ignite, igniteComponent, isPropagateIncomingBodyIfNoReturnValue, isSingleton, isTreatCollectionsAsCacheObjects, setPropagateIncomingBodyIfNoReturnValue, setTreatCollectionsAsCacheObjects
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public String getName()
public void setName(String name)
public Long getInitialValue()
public void setInitialValue(Long initialValue)
public IgniteIdGenOperation getOperation()
public void setOperation(IgniteIdGenOperation operation)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
Apache Camel