A C D G H I N P R S Z 

A

autodetectZooKeeperProcessRegistry() - Static method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistry
 

C

ClassPathProcessRegistry - Class in io.fabric8.process.spring.boot.registry
Process registry reading information from the properties file located under the certain location in the classpath (META-INF/io/fabric8/process/spring/boot/registry/registry.properties).
ClassPathProcessRegistry() - Constructor for class io.fabric8.process.spring.boot.registry.ClassPathProcessRegistry
 
CompositeProcessRegistry - Class in io.fabric8.process.spring.boot.registry
The default type of the registry used by the Spring Boot container is the CompositeProcessRegistry.
CompositeProcessRegistry(ProcessRegistry...) - Constructor for class io.fabric8.process.spring.boot.registry.CompositeProcessRegistry
 
CompositeProcessRegistry(List<ProcessRegistry>) - Constructor for class io.fabric8.process.spring.boot.registry.CompositeProcessRegistry
 
convertPropertiesKeyToPath(String) - Method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistry
 

D

defaultRetryPolicy() - Static method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistries
 

G

getOrder() - Method in class io.fabric8.process.spring.boot.registry.ProcessRegistryPropertySourceApplicationContextInitializer
 
getProperty(String) - Method in class io.fabric8.process.spring.boot.registry.ProcessRegistryPropertySource
 

H

hosts() - Method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistry
 

I

initialize(ConfigurableApplicationContext) - Method in class io.fabric8.process.spring.boot.registry.ProcessRegistryPropertySourceApplicationContextInitializer
 
InMemoryProcessRegistry - Class in io.fabric8.process.spring.boot.registry
 
InMemoryProcessRegistry(Map<String, Object>) - Constructor for class io.fabric8.process.spring.boot.registry.InMemoryProcessRegistry
 
InMemoryProcessRegistry() - Constructor for class io.fabric8.process.spring.boot.registry.InMemoryProcessRegistry
 
io.fabric8.process.spring.boot.registry - package io.fabric8.process.spring.boot.registry
 

N

newCurator(String) - Static method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistries
 

P

ProcessRegistries - Class in io.fabric8.process.spring.boot.registry
 
ProcessRegistry - Interface in io.fabric8.process.spring.boot.registry
provides a unified way to access information shared by the managed processes.
processRegistry() - Static method in class io.fabric8.process.spring.boot.registry.ProcessRegistryHolder
 
ProcessRegistryAutoConfiguration - Class in io.fabric8.process.spring.boot.registry
In order to use the Process Registry API directly, you can inject ProcessRegistry into your Spring managed beans.
ProcessRegistryAutoConfiguration() - Constructor for class io.fabric8.process.spring.boot.registry.ProcessRegistryAutoConfiguration
 
ProcessRegistryHolder - Class in io.fabric8.process.spring.boot.registry
If for some reasons you can't inject `ProcessRegistry` into your Spring managed beans, you can access global registry instance initialized per Spring Boot JVM using static ProcessRegistryHolder#processRegistry() method.
ProcessRegistryHolder() - Constructor for class io.fabric8.process.spring.boot.registry.ProcessRegistryHolder
 
ProcessRegistryPropertySource - Class in io.fabric8.process.spring.boot.registry
Property source reading properties values from the ProcessRegistry.
ProcessRegistryPropertySource(ProcessRegistry) - Constructor for class io.fabric8.process.spring.boot.registry.ProcessRegistryPropertySource
 
ProcessRegistryPropertySourceApplicationContextInitializer - Class in io.fabric8.process.spring.boot.registry
ApplicationContextInitializer registering ProcessRegistryPropertySource.
ProcessRegistryPropertySourceApplicationContextInitializer() - Constructor for class io.fabric8.process.spring.boot.registry.ProcessRegistryPropertySourceApplicationContextInitializer
 

R

readProperty(String) - Method in class io.fabric8.process.spring.boot.registry.ClassPathProcessRegistry
 
readProperty(String) - Method in class io.fabric8.process.spring.boot.registry.CompositeProcessRegistry
 
readProperty(String) - Method in class io.fabric8.process.spring.boot.registry.InMemoryProcessRegistry
 
readProperty(String) - Method in interface io.fabric8.process.spring.boot.registry.ProcessRegistry
Reads property from the process registry.
readProperty(String) - Method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistry
 

S

serviceUrlProperty(String) - Static method in class io.fabric8.process.spring.boot.registry.ProcessRegistries
 

Z

ZK_CONNECTION_TIMEOUT_MS_PROPERTY - Static variable in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistries
 
ZooKeeperProcessRegistries - Class in io.fabric8.process.spring.boot.registry
 
ZooKeeperProcessRegistries() - Constructor for class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistries
 
ZooKeeperProcessRegistry - Class in io.fabric8.process.spring.boot.registry
ProcessRegistry implementation reading properties from the ZooKeeper nodes.
ZooKeeperProcessRegistry(String) - Constructor for class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistry
 
zooKeeperServer(int) - Static method in class io.fabric8.process.spring.boot.registry.ZooKeeperProcessRegistries
 
A C D G H I N P R S Z 

Copyright © 2011–2014 Red Hat. All rights reserved.