![]() |
Open Kilda Java Documentation
|
Functions | |
def | read_option (section, name, conv=None, default=_dummy) |
def | get (section, option) |
def | getint (section, option) |
def | getboolean (section, option) |
def | read_and_format_with_env_name (name) |
Variables | |
config = ConfigParser.RawConfigParser() | |
path = os.path.join(_root, os.pardir, 'topology_engine.ini') | |
ENVIRONMENT_NAMING_PREFIX = None | |
def | KAFKA_BOOTSTRAP_SERVERS = _get_bootstrap_servers() |
def | KAFKA_FLOW_TOPIC = read_and_format_with_env_name('flow.topic') |
def | KAFKA_CACHE_TOPIC = read_and_format_with_env_name('cache.topic') |
def | KAFKA_SPEAKER_TOPIC = read_and_format_with_env_name('speaker.topic') |
def | KAFKA_TOPO_ENG_TOPIC = read_and_format_with_env_name('topo.eng.topic') |
def | KAFKA_NORTHBOUND_TOPIC = read_and_format_with_env_name('northbound.topic') |
def | KAFKA_CONSUMER_GROUP = read_and_format_with_env_name('consumer.group') |
def | ZOOKEEPER_HOSTS = config.get('zookeeper', 'hosts') |
def | NEO4J_SOCKET_TIMEOUT |
def | ISL_COST_WHEN_PORT_DOWN |
def topologylistener.config.read_and_format_with_env_name | ( | name | ) |
def topologylistener.config.read_option | ( | section, | |
name, | |||
conv = None , |
|||
default = _dummy |
|||
) |
topologylistener.config.config = ConfigParser.RawConfigParser() |
def topologylistener.config.ISL_COST_WHEN_PORT_DOWN |
def topologylistener.config.KAFKA_BOOTSTRAP_SERVERS = _get_bootstrap_servers() |
def topologylistener.config.KAFKA_CACHE_TOPIC = read_and_format_with_env_name('cache.topic') |
def topologylistener.config.KAFKA_CONSUMER_GROUP = read_and_format_with_env_name('consumer.group') |
def topologylistener.config.KAFKA_FLOW_TOPIC = read_and_format_with_env_name('flow.topic') |
def topologylistener.config.KAFKA_NORTHBOUND_TOPIC = read_and_format_with_env_name('northbound.topic') |
def topologylistener.config.KAFKA_SPEAKER_TOPIC = read_and_format_with_env_name('speaker.topic') |
def topologylistener.config.KAFKA_TOPO_ENG_TOPIC = read_and_format_with_env_name('topo.eng.topic') |
def topologylistener.config.NEO4J_SOCKET_TIMEOUT |
topologylistener.config.path = os.path.join(_root, os.pardir, 'topology_engine.ini') |
def topologylistener.config.ZOOKEEPER_HOSTS = config.get('zookeeper', 'hosts') |