A B C D F G I O S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFilter(ClusteredRouteFilter) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Add a filter used to to filter cluster aware routes.
- addRouteConfiguration(String, ClusteredRouteConfiguration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Add a configuration for the given route.
B
- BlackList(String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
- BlackList(Collection<String>) - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
C
- ClusteredRouteConfiguration - Class in org.apache.camel.impl.cluster
- ClusteredRouteConfiguration() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- ClusteredRouteController - Class in org.apache.camel.impl.cluster
-
Clustered
RouteController
. - ClusteredRouteController() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteController
- ClusteredRouteFilter - Interface in org.apache.camel.impl.cluster
- ClusteredRouteFilters - Class in org.apache.camel.impl.cluster
- ClusteredRouteFilters.BlackList - Class in org.apache.camel.impl.cluster
- ClusteredRouteFilters.IsAutoStartup - Class in org.apache.camel.impl.cluster
- ClusteredRoutePolicy - Class in org.apache.camel.impl.cluster
- ClusteredRoutePolicyFactory - Class in org.apache.camel.impl.cluster
- ClusteredRoutePolicyFactory(String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
- ClusteredRoutePolicyFactory(CamelClusterService.Selector, String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
- ClusteredRoutePolicyFactory(CamelClusterService, String) - Constructor for class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
- copy() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- createRoutePolicy(CamelContext, String, NamedNode) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
D
- doInit() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- doShutdown() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- doStart() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- doStart() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- doStop() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
F
- forNamespace(String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- forNamespace(String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
- forNamespace(CamelContext, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- forNamespace(CamelContext, CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- forNamespace(CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- forNamespace(CamelClusterService.Selector, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
- forNamespace(CamelClusterService, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- forNamespace(CamelClusterService, String) - Static method in class org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory
G
- getCamelContext() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- getClusterService() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getClusterServiceSelector() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getControlledRoutes() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getFilters() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getInitialDelay() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- getNamespace() - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- getNamespace() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- getRoutesConfiguration() - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
I
- IsAutoStartup() - Constructor for class org.apache.camel.impl.cluster.ClusteredRouteFilters.IsAutoStartup
- isLeader() - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
O
- onInit(Route) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- org.apache.camel.impl.cluster - package org.apache.camel.impl.cluster
-
Base classes and implementation for Camel Cluster
S
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
- setCamelContext(CamelContext) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- setClusterService(CamelClusterService) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Set the cluster service to use.
- setClusterServiceSelector(CamelClusterService.Selector) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Set the selector strategy to look-up a
CamelClusterService
- setFilters(Collection<ClusteredRouteFilter>) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Sets the filters used to filter cluster aware routes.
- setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Set the amount of time the route controller should wait before to start the routes after the camel context is started.
- setInitialDelay(Duration) - Method in class org.apache.camel.impl.cluster.ClusteredRoutePolicy
- setNamespace(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteConfiguration
- setNamespace(String) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Set the default namespace.
- setRoutesConfiguration(Map<String, ClusteredRouteConfiguration>) - Method in class org.apache.camel.impl.cluster.ClusteredRouteController
-
Sets the configurations for the routes.
T
- test(CamelContext, String, NamedNode) - Method in interface org.apache.camel.impl.cluster.ClusteredRouteFilter
-
Test if the route should be clustered or not.
- test(CamelContext, String, NamedNode) - Method in class org.apache.camel.impl.cluster.ClusteredRouteFilters.BlackList
- test(CamelContext, String, NamedNode) - Method in class org.apache.camel.impl.cluster.ClusteredRouteFilters.IsAutoStartup
All Classes All Packages