public class SolrEndpoint
extends org.apache.camel.impl.DefaultEndpoint
Constructor and Description |
---|
SolrEndpoint(String endpointUri,
SolrComponent component,
String address) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public SolrEndpoint(String endpointUri, SolrComponent component, String address) throws Exception
Exception
public SolrComponent getComponent()
getComponent
in class org.apache.camel.impl.DefaultEndpoint
protected void onProducerShutdown(SolrProducer producer)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public boolean isSingleton()
public void setRequestHandler(String requestHandler)
public String getRequestHandler()
public int getStreamingThreadCount()
public void setStreamingThreadCount(int streamingThreadCount)
public int getStreamingQueueSize()
public void setStreamingQueueSize(int streamingQueueSize)
public Integer getMaxRetries()
public void setMaxRetries(Integer maxRetries)
public Integer getSoTimeout()
public void setSoTimeout(Integer soTimeout)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getDefaultMaxConnectionsPerHost()
public void setDefaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
public Integer getMaxTotalConnections()
public void setMaxTotalConnections(Integer maxTotalConnections)
public Boolean getFollowRedirects()
public void setFollowRedirects(Boolean followRedirects)
public Boolean getAllowCompression()
public void setAllowCompression(Boolean allowCompression)
Apache Camel