Skip navigation links
A B C D E G H I L N O P S T V W 

A

AbstractEtcdConsumer - Class in org.apache.camel.component.etcd
The etcd consumer.
AbstractEtcdConsumer(AbstractEtcdEndpoint, Processor, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
AbstractEtcdEndpoint - Class in org.apache.camel.component.etcd
The camel etcd component allows you to work with Etcd, a distributed, A distributed, reliable key-value store.
AbstractEtcdEndpoint(String, EtcdComponent, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 
AbstractEtcdPollingConsumer - Class in org.apache.camel.component.etcd
The etcd consumer.
AbstractEtcdPollingConsumer(AbstractEtcdEndpoint, Processor, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
AbstractEtcdProducer - Class in org.apache.camel.component.etcd
The etcd producer.
AbstractEtcdProducer(AbstractEtcdEndpoint, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.AbstractEtcdProducer
 

B

builtInServerListStrategy(EtcdConfiguration, String) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory
 

C

COMPARATOR - Static variable in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer
 
comparator() - Static method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer
 
createClient() - Method in class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 
createClient() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
createConfiguration(RouteContext) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory
 
createConsumer(Processor) - Method in class org.apache.camel.component.etcd.EtcdKeysEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.etcd.EtcdStatsEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.etcd.EtcdWatchEndpoint
 
createDefaultServerListStrategy(EtcdConfiguration) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.etcd.EtcdComponent
 
createObjectMapper() - Static method in class org.apache.camel.component.etcd.EtcdHelper
 
createProcessor(String, String, String, ExchangePattern, EtcdConfiguration, Map<String, String>) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory
 
createProducer() - Method in class org.apache.camel.component.etcd.EtcdKeysEndpoint
 
createProducer() - Method in class org.apache.camel.component.etcd.EtcdStatsEndpoint
 
createProducer() - Method in class org.apache.camel.component.etcd.EtcdWatchEndpoint
 

D

doStart() - Method in class org.apache.camel.component.etcd.EtcdWatchConsumer
 
doStart() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
doStart() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 
doStop() - Method in class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
doStop() - Method in class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
doStop() - Method in class org.apache.camel.component.etcd.AbstractEtcdProducer
 
doStop() - Method in class org.apache.camel.component.etcd.EtcdWatchConsumer
 
doStop() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
doStop() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 

E

ETCD_ACTION - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_DEFAULT_URIS - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_KEYS_ACTION_DELETE - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_KEYS_ACTION_DELETE_DIR - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_KEYS_ACTION_GET - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_KEYS_ACTION_SET - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_LEADER_STATS_PATH - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_NAMESPACE - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_PATH - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_RECURSIVE - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_SELF_STATS_PATH - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_STORE_STATS_PATH - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_TIMEOUT - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
ETCD_TTL - Static variable in interface org.apache.camel.component.etcd.EtcdConstants
 
EtcdComponent - Class in org.apache.camel.component.etcd
Represents the component that manages AbstractEtcdEndpoint.
EtcdComponent() - Constructor for class org.apache.camel.component.etcd.EtcdComponent
 
EtcdComponent(CamelContext) - Constructor for class org.apache.camel.component.etcd.EtcdComponent
 
EtcdConfiguration - Class in org.apache.camel.component.etcd
 
EtcdConfiguration(CamelContext) - Constructor for class org.apache.camel.component.etcd.EtcdConfiguration
 
EtcdConstants - Interface in org.apache.camel.component.etcd
 
EtcdHelper - Class in org.apache.camel.component.etcd
 
EtcdKeysEndpoint - Class in org.apache.camel.component.etcd
 
EtcdKeysEndpoint(String, EtcdComponent, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdKeysEndpoint
 
EtcdKeysProducer - Class in org.apache.camel.component.etcd
 
EtcdKeysProducer(EtcdKeysEndpoint, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdKeysProducer
 
EtcdNamespace - Enum in org.apache.camel.component.etcd
 
EtcdRoutePolicy - Class in org.apache.camel.component.etcd.policy
 
EtcdRoutePolicy() - Constructor for class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
EtcdRoutePolicy(EtcdClient) - Constructor for class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
EtcdRoutePolicy(EtcdClient, boolean) - Constructor for class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
EtcdServiceCallProcessor - Class in org.apache.camel.component.etcd.processor.remote
ProcessorFactory that creates the Etcd implementation of the ServiceCall EIP.
EtcdServiceCallProcessor(String, String, String, ExchangePattern, EtcdConfiguration) - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessor
 
EtcdServiceCallProcessorFactory - Class in org.apache.camel.component.etcd.processor.remote
ProcessorFactory that creates the Etcd implementation of the ServiceCall EIP.
EtcdServiceCallProcessorFactory() - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessorFactory
 
EtcdServiceCallServer - Class in org.apache.camel.component.etcd.processor.remote
 
EtcdServiceCallServer(String, String, Integer, Map<String, String>) - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer
 
EtcdServiceCallServerListStrategies - Class in org.apache.camel.component.etcd.processor.remote
 
EtcdServiceCallServerListStrategies.OnDemand - Class in org.apache.camel.component.etcd.processor.remote
 
EtcdServiceCallServerListStrategies.Watch - Class in org.apache.camel.component.etcd.processor.remote
 
EtcdServiceCallServerListStrategy - Class in org.apache.camel.component.etcd.processor.remote
 
EtcdServiceCallServerListStrategy(EtcdConfiguration) - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 
EtcdStatsConsumer - Class in org.apache.camel.component.etcd
 
EtcdStatsConsumer(EtcdStatsEndpoint, Processor, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdStatsConsumer
 
EtcdStatsEndpoint - Class in org.apache.camel.component.etcd
 
EtcdStatsEndpoint(String, EtcdComponent, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdStatsEndpoint
 
EtcdStatsProducer - Class in org.apache.camel.component.etcd
 
EtcdStatsProducer(EtcdStatsEndpoint, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdStatsProducer
 
EtcdWatchConsumer - Class in org.apache.camel.component.etcd
 
EtcdWatchConsumer(EtcdWatchEndpoint, Processor, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdWatchConsumer
 
EtcdWatchEndpoint - Class in org.apache.camel.component.etcd
 
EtcdWatchEndpoint(String, EtcdComponent, EtcdConfiguration, EtcdNamespace, String) - Constructor for class org.apache.camel.component.etcd.EtcdWatchEndpoint
 

G

getCamelContext() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getClient() - Method in class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
getClient() - Method in class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
getClient() - Method in class org.apache.camel.component.etcd.AbstractEtcdProducer
 
getClient() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
getClient() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 
getConfiguration() - Method in class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
getConfiguration() - Method in class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
getConfiguration() - Method in class org.apache.camel.component.etcd.AbstractEtcdProducer
 
getConfiguration() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 
getEndpoint() - Method in class org.apache.camel.component.etcd.EtcdStatsConsumer
 
getEndpoint() - Method in class org.apache.camel.component.etcd.EtcdStatsProducer
 
getFromIndex() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getName() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer
 
getNamespace() - Method in class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
getNamespace() - Method in class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 
getNamespace() - Method in class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
getNamespace() - Method in class org.apache.camel.component.etcd.AbstractEtcdProducer
 
getPassword() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getPath() - Method in class org.apache.camel.component.etcd.AbstractEtcdConsumer
 
getPath() - Method in class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 
getPath() - Method in class org.apache.camel.component.etcd.AbstractEtcdPollingConsumer
 
getPath() - Method in class org.apache.camel.component.etcd.AbstractEtcdProducer
 
getServiceName() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
getServicePath() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getServicePath() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
getSslContextParameters() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getTags() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServer
 
getTimeout() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getTimeToLive() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getTtl() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
getUpdatedListOfServers(String) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.OnDemand
 
getUpdatedListOfServers(String) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.Watch
 
getUris() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getUserName() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
getWatchTimeout() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 

H

hasTimeout() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 

I

isOutdatedIndexException(EtcdException) - Static method in class org.apache.camel.component.etcd.EtcdHelper
 
isRecursive() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
isSendEmptyExchangeOnTimeout() - Method in class org.apache.camel.component.etcd.EtcdConfiguration
 
isShouldStopConsumer() - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
isSingleton() - Method in class org.apache.camel.component.etcd.AbstractEtcdEndpoint
 

L

loadConfiguration(T, Map<String, Object>) - Method in class org.apache.camel.component.etcd.EtcdComponent
 

N

nodeFromString(String) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategy
 

O

onDemand(EtcdConfiguration) - Static method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies
 
OnDemand(EtcdConfiguration) - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.OnDemand
 
onResponse(ResponsePromise<EtcdKeysResponse>) - Method in class org.apache.camel.component.etcd.EtcdWatchConsumer
 
onResponse(ResponsePromise<EtcdKeysResponse>) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
onResponse(ResponsePromise<EtcdKeysResponse>) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.Watch
 
onStart(Route) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
onStop(Route) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
onSuspend(Route) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
org.apache.camel.component.etcd - package org.apache.camel.component.etcd
 
org.apache.camel.component.etcd.policy - package org.apache.camel.component.etcd.policy
 
org.apache.camel.component.etcd.processor.remote - package org.apache.camel.component.etcd.processor.remote
 

P

poll() - Method in class org.apache.camel.component.etcd.EtcdStatsConsumer
 
process(Exchange) - Method in class org.apache.camel.component.etcd.EtcdKeysProducer
 
process(Exchange) - Method in class org.apache.camel.component.etcd.EtcdStatsProducer
 

S

setFromIndex(Long) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
The index to watch from
setIndex(AtomicLong, EtcdKeysResponse) - Static method in class org.apache.camel.component.etcd.EtcdHelper
 
setLeader(boolean) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
setPassword(String) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
The password to use for basic authentication.
setRecursive(boolean) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To apply an action recursively.
setSendEmptyExchangeOnTimeout(boolean) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To send an empty message in case of timeout watching for a key.
setServerListStrategy(ServiceCallServerListStrategy<EtcdServiceCallServer>) - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallProcessor
 
setServiceName(String) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
setServicePath(String) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
The path to look for for service discovery
setServicePath(String) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
setShouldStopConsumer(boolean) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To configure security using SSLContextParameters.
setTimeout(Long) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To set the maximum time an action could take to complete.
setTimeToLive(Integer) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To set the lifespan of a key in milliseconds.
setTtl(int) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 
setUris(String) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
To set the URIs the client connects.
setUserName(String) - Method in class org.apache.camel.component.etcd.EtcdConfiguration
The user name to use for basic authentication.
setWatchTimeout(int) - Method in class org.apache.camel.component.etcd.policy.EtcdRoutePolicy
 

T

toString() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.OnDemand
 
toString() - Method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.Watch
 

V

valueOf(String) - Static method in enum org.apache.camel.component.etcd.EtcdNamespace
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.etcd.EtcdNamespace
Returns an array containing the constants of this enum type, in the order they are declared.

W

watch(EtcdConfiguration) - Static method in class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies
 
Watch(EtcdConfiguration) - Constructor for class org.apache.camel.component.etcd.processor.remote.EtcdServiceCallServerListStrategies.Watch
 
A B C D E G H I L N O P S T V W 
Skip navigation links

Apache Camel