Package org.rrd4j.core
Annotation Type RrdBackendAnnotation
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RrdBackendAnnotation
Description of a
RrdBackendFactory
- Since:
- 3.4
- Author:
- Fabrice Bacchella
-
Field Summary
Fields Modifier and Type Fields Description static boolean
DEFAULT_CACHING_ALLOWED
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
boolean
shouldValidateHeader
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
cachingAllowed
String
scheme
-
Field Details
-
DEFAULT_CACHING_ALLOWED
static final boolean DEFAULT_CACHING_ALLOWED
-
-
Element Details
-
name
String name -
shouldValidateHeader
boolean shouldValidateHeader
-
-
-
cachingAllowed
boolean cachingAllowed- Default:
- true
-
scheme
String scheme- Default:
- ""
-