C D G I M O R S V W 

C

ConfigServiceApp - Class in org.apache.tamaya.server
Main Application for the Tamaya Configuration Server.
ConfigServiceApp() - Constructor for class org.apache.tamaya.server.ConfigServiceApp
 
ConfigServiceConfiguration - Class in org.apache.tamaya.server
Configuration Server DropWizard Configuration.
ConfigServiceConfiguration() - Constructor for class org.apache.tamaya.server.ConfigServiceConfiguration
 
ConfigurationResource - Class in org.apache.tamaya.server
Configuration resource with an etcd compatible REST API (excluding the blocking API calls).
ConfigurationResource(String) - Constructor for class org.apache.tamaya.server.ConfigurationResource
 

D

deleteConfig(String) - Method in class org.apache.tamaya.server.ConfigurationResource
 
deleteEtcdConfig(String) - Method in class org.apache.tamaya.server.ConfigurationResource
 

G

getDeleteCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 
getName() - Method in class org.apache.tamaya.server.ConfigServiceApp
 
getProduct() - Static method in class org.apache.tamaya.server.VersionProperties
 
getReadCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 
getScope() - Method in class org.apache.tamaya.server.ConfigServiceConfiguration
 
getScope(String, String) - Static method in class org.apache.tamaya.server.spi.ScopeManager
Get the scope given its id and provider.
getScope(String) - Method in interface org.apache.tamaya.server.spi.ScopeProvider
Return the scope operator that implements the scope for the given scope id.
getScopes() - Static method in class org.apache.tamaya.server.spi.ScopeManager
Get the defined scope names.
getScopeType() - Method in interface org.apache.tamaya.server.spi.ScopeProvider
Access the unique scope name.
getVersion() - Static method in class org.apache.tamaya.server.VersionProperties
 
getWriteCounter() - Method in class org.apache.tamaya.server.ConfigurationResource
 

I

initialize(Bootstrap<ConfigServiceConfiguration>) - Method in class org.apache.tamaya.server.ConfigServiceApp
 

M

main(String...) - Static method in class org.apache.tamaya.server.ConfigServiceApp
 

O

org.apache.tamaya.server - package org.apache.tamaya.server
 
org.apache.tamaya.server.spi - package org.apache.tamaya.server.spi
 

R

readConfig(Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
readConfig(String, Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
readEtcdConfig(Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
 
readEtcdConfig(String, Boolean) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for getting a property value.
run(ConfigServiceConfiguration, Environment) - Method in class org.apache.tamaya.server.ConfigServiceApp
 

S

ScopeManager - Class in org.apache.tamaya.server.spi
Singleton manager for scopes, used by the server component to filtering returned configurations.
ScopeProvider - Interface in org.apache.tamaya.server.spi
Simple registrable provider class to register scopes for the server extension.
setScope(String) - Method in class org.apache.tamaya.server.ConfigServiceConfiguration
 

V

version() - Method in class org.apache.tamaya.server.ConfigurationResource
 
VersionProperties - Class in org.apache.tamaya.server
This class gives access to the current name and the current version information at runtime.

W

writeConfig(String, String, Integer) - Method in class org.apache.tamaya.server.ConfigurationResource
This models a etcd2 compliant access point for setting a property value: { "action": "set", "node": { "createdIndex": 3, "key": "/message", "modifiedIndex": 3, "value": "Hello etcd" }, "prevNode": { "createdIndex": 2, "key": "/message", "value": "Hello world", "modifiedIndex": 2 } }
writeEtcdConfig(String, String, Integer) - Method in class org.apache.tamaya.server.ConfigurationResource
 
C D G I M O R S V W 

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.