JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.druid.guice.annotations
Annotation Interface Parent
@Target
({
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
Parent
Binding annotation for org.apache.druid.server.DruidNode. Indicates that the DruidNode bound with this annotation holds the information of the machine which spawned this process.
See Also:
Self