JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
I
L
M
N
O
P
R
S
U
W
A
ApplicationEvent
- Interface in
com.netflix.governator.event
Marker interface for application events to be published to subscribed consumers.
ApplicationEventDispatcher
- Interface in
com.netflix.governator.event
Interface for publishing
ApplicationEvent
s as well as programmatically registering
ApplicationEventListener
s.
ApplicationEventListener
<
T
extends
ApplicationEvent
> - Interface in
com.netflix.governator.event
Interface for receiving to events of a given type.
ApplicationEventRegistration
- Interface in
com.netflix.governator.event
Interface to unregistering a subscriber to events.
Arguments
- Annotation Type in
com.netflix.governator.annotations.binding
Qualifier associated with String[] arguments passed to Karyon.start(args)
AutoBind
- Annotation Type in
com.netflix.governator.annotations
Deprecated.
2015-10-10 Deprecated in favor of standard Guice modules. See https://github.com/Netflix/governator/wiki/Auto-Binding
AutoBindSingleton
- Annotation Type in
com.netflix.governator.annotations
Deprecated.
2015-10-10 AutoBindSingleton is deprecated in favor of bindings in a Guice Module. See https://github.com/Netflix/governator/wiki/Auto-Binding
B
Background
- Annotation Type in
com.netflix.governator.annotations.binding
C
Color
- Annotation Type in
com.netflix.governator.annotations.binding
com.netflix.governator.annotations
- package com.netflix.governator.annotations
com.netflix.governator.annotations.binding
- package com.netflix.governator.annotations.binding
com.netflix.governator.event
- package com.netflix.governator.event
com.netflix.governator.spi
- package com.netflix.governator.spi
Computation
- Annotation Type in
com.netflix.governator.annotations.binding
Configuration
- Annotation Type in
com.netflix.governator.annotations
Marks a field as a configuration item.
ConfigurationVariable
- Annotation Type in
com.netflix.governator.annotations
Context
- Annotation Type in
com.netflix.governator.annotations.binding
D
DataCenter
- Annotation Type in
com.netflix.governator.annotations.binding
A generic binding annotation normally used to bind the DataCenter name.
DownStatus
- Annotation Type in
com.netflix.governator.annotations.binding
Generic annotation that is equivalent to !
UpStatus
.
E
EventListener
- Annotation Type in
com.netflix.governator.event
I
Input
- Annotation Type in
com.netflix.governator.annotations.binding
IO
- Annotation Type in
com.netflix.governator.annotations.binding
L
LifecycleListener
- Interface in
com.netflix.governator.spi
Listener for Injector lifecycle events.
M
Main
- Annotation Type in
com.netflix.governator.annotations.binding
Major
- Annotation Type in
com.netflix.governator.annotations.binding
Message
- Annotation Type in
com.netflix.governator.annotations.binding
Minor
- Annotation Type in
com.netflix.governator.annotations.binding
Mode
- Annotation Type in
com.netflix.governator.annotations.binding
N
NonConcurrent
- Annotation Type in
com.netflix.governator.annotations
Used to indicate that a constructor argument cannot be constructed concurrently.
O
onEvent(T)
- Method in interface com.netflix.governator.event.
ApplicationEventListener
onStarted()
- Method in interface com.netflix.governator.spi.
LifecycleListener
Notification that the Injector has been created.
onStopped(Throwable)
- Method in interface com.netflix.governator.spi.
LifecycleListener
Notification that the Injector is shutting down
Option
- Annotation Type in
com.netflix.governator.annotations.binding
Output
- Annotation Type in
com.netflix.governator.annotations.binding
P
PreConfiguration
- Annotation Type in
com.netflix.governator.annotations
Marks a method as a pre-configuration method.
Primary
- Annotation Type in
com.netflix.governator.annotations.binding
Profiles
- Annotation Type in
com.netflix.governator.annotations.binding
Qualifier associated with Set<String> of active profiles
publishEvent(ApplicationEvent)
- Method in interface com.netflix.governator.event.
ApplicationEventDispatcher
R
Rack
- Annotation Type in
com.netflix.governator.annotations.binding
A generic binding annotation normally used to bind the rack id.
Region
- Annotation Type in
com.netflix.governator.annotations.binding
A generic binding annotation normally used to bind the region id.
registerListener(Class<T>, ApplicationEventListener<T>)
- Method in interface com.netflix.governator.event.
ApplicationEventDispatcher
registerListener(ApplicationEventListener<? extends ApplicationEvent>)
- Method in interface com.netflix.governator.event.
ApplicationEventDispatcher
registerListener(Object, Method, Class<? extends ApplicationEvent>)
- Method in interface com.netflix.governator.event.
ApplicationEventDispatcher
Request
- Annotation Type in
com.netflix.governator.annotations.binding
Response
- Annotation Type in
com.netflix.governator.annotations.binding
S
Secondary
- Annotation Type in
com.netflix.governator.annotations.binding
Size
- Annotation Type in
com.netflix.governator.annotations.binding
State
- Annotation Type in
com.netflix.governator.annotations.binding
Status
- Annotation Type in
com.netflix.governator.annotations.binding
Style
- Annotation Type in
com.netflix.governator.annotations.binding
Subsidiary
- Annotation Type in
com.netflix.governator.annotations.binding
SuppressLifecycleUninitialized
- Annotation Type in
com.netflix.governator.annotations
U
unregister()
- Method in interface com.netflix.governator.event.
ApplicationEventRegistration
UpStatus
- Annotation Type in
com.netflix.governator.annotations.binding
A generic binding annotation that can be associated with the up status of an application.
W
WarmUp
- Annotation Type in
com.netflix.governator.annotations
Marks a method as a warm up method.
A
B
C
D
E
I
L
M
N
O
P
R
S
U
W
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes