Skip navigation links
A B C D E F G H I L M P R S T 

A

allCacheManagerCustomizer() - Method in class com.github.vanroy.cloud.dashboard.config.CacheConfig
 
Application - Class in com.github.vanroy.cloud.dashboard.model
The domain model for all application at the spring cloud dashboard application.
Application(String, List<Instance>) - Constructor for class com.github.vanroy.cloud.dashboard.model.Application
 
ApplicationController - Class in com.github.vanroy.cloud.dashboard.controller
REST controller for retrieve applications information.
ApplicationController() - Constructor for class com.github.vanroy.cloud.dashboard.controller.ApplicationController
 
ApplicationRepository - Interface in com.github.vanroy.cloud.dashboard.repository
Application repository interface
applications(String) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
List all applications with name

B

BeanstalkProperties - Class in com.github.vanroy.cloud.dashboard.repository.aws
Beanstalk configuration properties
BeanstalkProperties() - Constructor for class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
BeanstalkProperties.CloudFormation - Class in com.github.vanroy.cloud.dashboard.repository.aws
 
BeanstalkProperties.Instance - Class in com.github.vanroy.cloud.dashboard.repository.aws
 
BeanstalkProperties.Management - Class in com.github.vanroy.cloud.dashboard.repository.aws
 
beanstalkRepository() - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig
 
BeanstalkRepository - Class in com.github.vanroy.cloud.dashboard.repository.aws
Amazon Web Service Beanstalk registry implementation of application repository
BeanstalkRepository() - Constructor for class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 

C

CacheConfig - Class in com.github.vanroy.cloud.dashboard.config
Spring Cloud Dashboard Caching configuration
CacheConfig() - Constructor for class com.github.vanroy.cloud.dashboard.config.CacheConfig
 
circuitBreakerStreamServlet(ApplicationRepository) - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig
 
CircuitBreakerStreamServlet - Class in com.github.vanroy.cloud.dashboard.stream
Proxy an EventStream request (data.stream via proxy.stream) since EventStream does not yet support CORS (https://bugs.webkit.org/show_bug.cgi?
CircuitBreakerStreamServlet(HttpClient, ApplicationRepository) - Constructor for class com.github.vanroy.cloud.dashboard.stream.CircuitBreakerStreamServlet
 
CloudDashboardConfig - Class in com.github.vanroy.cloud.dashboard.config
Spring Cloud Dashboard WebApp configuration
CloudDashboardConfig() - Constructor for class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig
 
CloudDashboardConfig.Eureka - Class in com.github.vanroy.cloud.dashboard.config
 
CloudDashboardProperties - Class in com.github.vanroy.cloud.dashboard.config
Global dashboard properties
CloudDashboardProperties() - Constructor for class com.github.vanroy.cloud.dashboard.config.CloudDashboardProperties
 
CloudFormation() - Constructor for class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.CloudFormation
 
com.github.vanroy.cloud.dashboard.config - package com.github.vanroy.cloud.dashboard.config
 
com.github.vanroy.cloud.dashboard.controller - package com.github.vanroy.cloud.dashboard.controller
 
com.github.vanroy.cloud.dashboard.model - package com.github.vanroy.cloud.dashboard.model
 
com.github.vanroy.cloud.dashboard.repository - package com.github.vanroy.cloud.dashboard.repository
 
com.github.vanroy.cloud.dashboard.repository.aws - package com.github.vanroy.cloud.dashboard.repository.aws
 
com.github.vanroy.cloud.dashboard.repository.eureka - package com.github.vanroy.cloud.dashboard.repository.eureka
 
com.github.vanroy.cloud.dashboard.stream - package com.github.vanroy.cloud.dashboard.stream
 

D

DashboardController - Class in com.github.vanroy.cloud.dashboard.controller
Dashboard home controller
DashboardController() - Constructor for class com.github.vanroy.cloud.dashboard.controller.DashboardController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.github.vanroy.cloud.dashboard.stream.CircuitBreakerStreamServlet
 

E

EnableCloudDashboard - Annotation Type in com.github.vanroy.cloud.dashboard.config
Enable Spring Cloud Dashboard
Eureka() - Constructor for class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig.Eureka
 
eurekaRepository(Optional<PeerAwareInstanceRegistry>, Optional<EurekaClient>) - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig.Eureka
 
EurekaRepository - Class in com.github.vanroy.cloud.dashboard.repository.eureka
Eureka registry implementation of application repository
EurekaRepository() - Constructor for class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 

F

findAll() - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
 
findAll() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
findAll() - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 
findAll() - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.RemoteEurekaRepository
 
findByName(String) - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
 
findByName(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
findByName(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
findByName(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 
findByName(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.RemoteEurekaRepository
 
findInstance(String) - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
 
findInstance(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
findInstance(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
findInstanceInfo(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
findInstanceInfo(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 
findInstanceInfo(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.RemoteEurekaRepository
 

G

getApplicationCircuitBreakerStreamUrl(String) - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
Return circuit breaker url to application
getApplicationCircuitBreakerStreamUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
getApplicationCircuitBreakerStreamUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
getCanceledInstanceHistory() - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 
getCanceledInstanceHistory() - Method in interface com.github.vanroy.cloud.dashboard.repository.RegistryRepository
Return list of last canceled instance in registry
getCloudFormation() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
getConnectTimeout() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
getDate() - Method in class com.github.vanroy.cloud.dashboard.model.InstanceHistory
 
getEndpoint() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.CloudFormation
 
getEndpoint() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
getEndpoint() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Instance
 
getEnvironment() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
getEnvironmentTags() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
getId() - Method in class com.github.vanroy.cloud.dashboard.model.Instance
 
getId() - Method in class com.github.vanroy.cloud.dashboard.model.InstanceHistory
 
getInstanceCircuitBreakerStreamUrl(String) - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
Return circuit breaker url to instance
getInstanceCircuitBreakerStreamUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
getInstanceCircuitBreakerStreamUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
getInstanceManagementUrl(String) - Method in interface com.github.vanroy.cloud.dashboard.repository.ApplicationRepository
Return management url to service
getInstanceManagementUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkRepository
 
getInstanceManagementUrl(String) - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
getInstances() - Method in class com.github.vanroy.cloud.dashboard.model.Application
 
getInstances() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
getManagement() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Instance
 
getMaxConnection() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
getName() - Method in class com.github.vanroy.cloud.dashboard.model.Application
 
getName() - Method in class com.github.vanroy.cloud.dashboard.model.Instance
 
getPassword() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
getPath() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
getPort() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
getRefreshTimeout() - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardProperties
 
getRegisteredInstanceHistory() - Method in class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 
getRegisteredInstanceHistory() - Method in interface com.github.vanroy.cloud.dashboard.repository.RegistryRepository
Return list of last registered instance in registry
getRequestTimeout() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
getScheme() - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
getSocketTimeout() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
getStatus() - Method in class com.github.vanroy.cloud.dashboard.model.Instance
 
getUrl() - Method in class com.github.vanroy.cloud.dashboard.model.Instance
 
getUsername() - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 

H

home() - Method in class com.github.vanroy.cloud.dashboard.controller.DashboardController
 
HttpClient() - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardConfig
 
HttpClientProperties - Class in com.github.vanroy.cloud.dashboard.config
 
HttpClientProperties() - Constructor for class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 

I

instance(String) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
Get a single instance.
Instance - Class in com.github.vanroy.cloud.dashboard.model
The domain model for instance of application at the spring cloud dashboard application.
Instance(String, String, String, String) - Constructor for class com.github.vanroy.cloud.dashboard.model.Instance
 
Instance() - Constructor for class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Instance
 
InstanceHistory - Class in com.github.vanroy.cloud.dashboard.model
The domain model for an instance history
InstanceHistory(String, Date) - Constructor for class com.github.vanroy.cloud.dashboard.model.InstanceHistory
 
instancesHistory() - Method in class com.github.vanroy.cloud.dashboard.controller.RegistryController
Return instance history registration/cancellation

L

LocaleEurekaRepository - Class in com.github.vanroy.cloud.dashboard.repository.eureka
Eureka registry implementation of application repository
LocaleEurekaRepository(PeerAwareInstanceRegistry) - Constructor for class com.github.vanroy.cloud.dashboard.repository.eureka.LocaleEurekaRepository
 

M

Management() - Constructor for class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 

P

proxy(String, String, ServletRequest) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
Proxy call instance with specific management method
proxy(String, String, String, ServletRequest) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
Proxy call instance with specific management method
proxyPost(String, String, String, HttpServletRequest) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
Proxy call instance with specific management method (with Http POST method)
proxyPost(String, String, String, String, ServletRequest) - Method in class com.github.vanroy.cloud.dashboard.controller.ApplicationController
Proxy call instance with specific management method (with Http POST method)

R

RegistryController - Class in com.github.vanroy.cloud.dashboard.controller
REST controller for retrieve registry information.
RegistryController() - Constructor for class com.github.vanroy.cloud.dashboard.controller.RegistryController
 
RegistryRepository - Interface in com.github.vanroy.cloud.dashboard.repository
Application repository interface
RemoteEurekaRepository - Class in com.github.vanroy.cloud.dashboard.repository.eureka
Eureka registry implementation of application repository
RemoteEurekaRepository(EurekaClient) - Constructor for class com.github.vanroy.cloud.dashboard.repository.eureka.RemoteEurekaRepository
 

S

setCloudFormation(BeanstalkProperties.CloudFormation) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
setConnectTimeout(Integer) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
setEndpoint(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.CloudFormation
 
setEndpoint(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Instance
 
setEndpoint(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
setEnvironment(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
setEnvironmentTags(Map<String, String>) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
setInstances(BeanstalkProperties.Instance) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties
 
setManagement(BeanstalkProperties.Management) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Instance
 
setMaxConnection(Integer) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
setPassword(String) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
setPath(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
setPort(Integer) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
setRefreshTimeout(int) - Method in class com.github.vanroy.cloud.dashboard.config.CloudDashboardProperties
 
setRequestTimeout(Integer) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
setScheme(String) - Method in class com.github.vanroy.cloud.dashboard.repository.aws.BeanstalkProperties.Management
 
setSocketTimeout(Integer) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 
setUsername(String) - Method in class com.github.vanroy.cloud.dashboard.config.HttpClientProperties
 

T

TO_APPLICATION - Variable in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
TO_INSTANCE - Variable in class com.github.vanroy.cloud.dashboard.repository.eureka.EurekaRepository
 
A B C D E F G H I L M P R S T 
Skip navigation links

Copyright © 2016 Pivotal Software, Inc.. All Rights Reserved.