@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface RrdBackendAnnotation
RrdBackendFactory| Modifier and Type | Fields and Description |
|---|---|
static boolean | DEFAULT_CACHING_ALLOWEDDefault caching allowed flag. |
| Modifier and Type | Required Element and Description |
|---|---|
String | nameBackend name. |
boolean | shouldValidateHeaderWhether to validate the RRD header. |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean | cachingAllowedWhether caching is allowed. |
String | schemeURI scheme. |
public static final boolean DEFAULT_CACHING_ALLOWED
public abstract String name
public abstract boolean shouldValidateHeader
public abstract boolean cachingAllowed
public abstract String scheme