Annotation Type Variable.Meta
-
@Target(FIELD) @Retention(RUNTIME) public static @interface Variable.Meta
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
associatedPerNodeValue
String
associatedPerReplicaValue
ComputedType[]
computedValues
String[]
enumVals
Class
implementation
boolean
isAdditive
boolean
isHidden
boolean
isNodeSpecificVal
double
max
String
metricsKey
double
min
boolean
supportArrayVals
String[]
wildCards
-
-
-
Element Detail
-
name
String name
-
-
-
type
Class type
-
-
-
associatedPerNodeValue
String[] associatedPerNodeValue
- Default:
- {""}
-
-
-
associatedPerReplicaValue
String associatedPerReplicaValue
- Default:
- ""
-
-
-
enumVals
String[] enumVals
- Default:
- {""}
-
-
-
wildCards
String[] wildCards
- Default:
- {""}
-
-
-
metricsKey
String metricsKey
- Default:
- ""
-
-
-
implementation
Class implementation
- Default:
- void.class
-
-
-
computedValues
ComputedType[] computedValues
- Default:
- {org.apache.solr.client.solrj.cloud.autoscaling.ComputedType.NULL}
-
-