Skip navigation links
C D G H I M O P S U 

C

ConfigUtil - Class in org.eclipse.ditto.services.utils.config
Utilities for Typesafe Config.

D

determineConfig(String) - Static method in class org.eclipse.ditto.services.utils.config.ConfigUtil
Determines the Config to use based on the environment we are running in.

G

getHostNameFromEnv() - Static method in class org.eclipse.ditto.services.utils.config.ConfigUtil
Returns the host name determined from the environment variable "HOSTNAME".
getJmxListenerEnabled(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Whether a JMX ConnectionPoolListener should be added.
getLocalHostAddress() - Static method in class org.eclipse.ditto.services.utils.config.ConfigUtil
Returns the address of the host name which was determined by the env variable "HOSTNAME".
getMaxQueryTime(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Retrieve maximum query duration.
getMongoUri(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Computes MongoDB URI from configured source URI and MongoDB settings.
getPoolMaxSize(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Retrieve the maximum number of connections in the connection pool.
getPoolMaxWaitQueueSize(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Retrieve the maximum number of threads waiting for a connection to become available.
getPoolMaxWaitTime(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Retrieve the maximum time to wait for a connection to become available.
getSSLEnabled(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Retrieve the ssl option

H

HOSTING_ENVIRONMENT - Static variable in class org.eclipse.ditto.services.utils.config.ConfigUtil
The hosting environment config key.

I

instanceIdentifier() - Static method in class org.eclipse.ditto.services.utils.config.ConfigUtil
Returns the instance identifier based on the environment the service runs in.
isUriDefined(Config) - Static method in class org.eclipse.ditto.services.utils.config.MongoConfig
Tests whether Mongo URI is defined in configuration.

M

MAX_QUERY_TIME - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Config key of maximum query duration.
MongoConfig - Class in org.eclipse.ditto.services.utils.config
Constructs MongoDB URL from a source URL and configuration settings.

O

OPTIONS - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Config key of connection string options.
org.eclipse.ditto.services.utils.config - package org.eclipse.ditto.services.utils.config
 

P

POOL_JMX_LISTENER_ENABLED - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Whether a jmx connection pool listener should be added.
POOL_MAX_SIZE - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Config key of maximum number of connections allowed.
POOL_MAX_WAIT_QUEUE_SIZE - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Maximum number of waiters for a connection to become available from the pool.
POOL_MAX_WAIT_TIME - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Maximum number of seconds a thread waits for a connection to become available.

S

SSL_ENABLED - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
config key for mongodb ssl options.

U

URI - Static variable in class org.eclipse.ditto.services.utils.config.MongoConfig
Config key of source MongoDB URI.
C D G H I M O P S U 
Skip navigation links

Copyright © 2017–2018 Eclipse Foundation. All rights reserved.