Skip navigation links
A C D E G H I K L M P S T V 

A

AbstractDynamoDbConfigurationSource<T> - Class in com.netflix.config.sources
User: gorzell Date: 1/17/13 Time: 10:18 AM Some of the basic plumbing and properties for a polling source that talks to Dynamo.
AbstractDynamoDbConfigurationSource() - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(ClientConfiguration) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(AWSCredentials) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(AWSCredentials, ClientConfiguration) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(AWSCredentialsProvider) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
AbstractDynamoDbConfigurationSource(AmazonDynamoDB) - Constructor for class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 

C

com.netflix.config - package com.netflix.config
 
com.netflix.config.sources - package com.netflix.config.sources
 

D

dbClient - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
dbScanWithThroughputBackOff(ScanRequest) - Method in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
DynamoDbConfigurationSource - Class in com.netflix.config.sources
User: gorzell Date: 8/6/12 This source can be used for basic Dynamo support where there is no scoping of the properties.
DynamoDbConfigurationSource() - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(AWSCredentials) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(AWSCredentials, ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(AWSCredentialsProvider) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbConfigurationSource(AmazonDynamoDB) - Constructor for class com.netflix.config.sources.DynamoDbConfigurationSource
 
DynamoDbDeploymentContextConfigurationSource - Class in com.netflix.config.sources
User: gorzell Date: 1/17/13 Time: 10:18 AM More advanced Dynamo source that allows you to filter the results based on the current deployment context values.
DynamoDbDeploymentContextConfigurationSource(DynamoDbDeploymentContextTableCache, DeploymentContext.ContextKey) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextConfigurationSource
The configuration will be filtered based on the contextKey.
DynamoDbDeploymentContextTableCache - Class in com.netflix.config.sources
User: gorzell Date: 1/17/13 Time: 10:18 AM This leverages some of the semantics of the PollingSource in order to have one place where the full table scan from Dynamo is cached.
DynamoDbDeploymentContextTableCache() - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(ClientConfiguration, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentials) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentials, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentials, ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentials, ClientConfiguration, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentialsProvider) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentialsProvider, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AWSCredentialsProvider, ClientConfiguration, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AmazonDynamoDB) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 
DynamoDbDeploymentContextTableCache(AmazonDynamoDB, int, int) - Constructor for class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
 

E

endpointName - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
equals(Object) - Method in class com.netflix.config.PropertyWithDeploymentContext
 

G

getContextKey() - Method in class com.netflix.config.PropertyWithDeploymentContext
 
getContextValue() - Method in class com.netflix.config.PropertyWithDeploymentContext
 
getProperties() - Method in class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
Get the current values in the cache.
getPropertyName() - Method in class com.netflix.config.PropertyWithDeploymentContext
 
getPropertyValue() - Method in class com.netflix.config.PropertyWithDeploymentContext
 

H

hashCode() - Method in class com.netflix.config.PropertyWithDeploymentContext
 

I

inputStreamToMap(InputStream) - Method in class com.netflix.config.sources.S3ConfigurationSource
 

K

keyAttributeName - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 

L

loadPropertiesFromTable(String) - Method in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
loadPropertiesFromTable(String) - Method in class com.netflix.config.sources.DynamoDbConfigurationSource
 
loadPropertiesFromTable(String) - Method in class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
Scan the table in dynamo and create a map with the results.

M

maxBackOffMs - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
maxRetryCount - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
minBackOffMs - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 

P

poll(boolean, Object) - Method in class com.netflix.config.sources.DynamoDbConfigurationSource
 
poll(boolean, Object) - Method in class com.netflix.config.sources.DynamoDbDeploymentContextConfigurationSource
 
poll(boolean, Object) - Method in class com.netflix.config.sources.S3ConfigurationSource
 
PropertyWithDeploymentContext - Class in com.netflix.config
User: gorzell Date: 1/17/13 Time: 10:18 AM Wrapper object to represent a property that also has a deployment context.
PropertyWithDeploymentContext(DeploymentContext.ContextKey, String, String, String) - Constructor for class com.netflix.config.PropertyWithDeploymentContext
 

S

S3ConfigurationSource - Class in com.netflix.config.sources
A polled configuration source backed by a file on Amazon S3.
S3ConfigurationSource(AWSCredentialsProvider, String, String) - Constructor for class com.netflix.config.sources.S3ConfigurationSource
Create the instance with the specified credentials, bucket and key.
S3ConfigurationSource(AmazonS3, String, String) - Constructor for class com.netflix.config.sources.S3ConfigurationSource
Create the instance with the provided AmazonS3, bucket and key.
stop() - Method in class com.netflix.config.sources.DynamoDbDeploymentContextTableCache
Stop polling the source table

T

tableName - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 

V

validateDb() - Method in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
valueAttributeName - Variable in class com.netflix.config.sources.AbstractDynamoDbConfigurationSource
 
A C D E G H I K L M P S T V 
Skip navigation links