Class BindingSpecImpl
java.lang.Object
io.nosqlbench.cqlgen.bindspecs.BindingSpecImpl
- All Implemented Interfaces:
BindingSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleIs this binding intended to be for a limited population?The fully qualified name of the entity for which the binding values pertain.voidsetTarget(NBLabeledElement target)
-
Constructor Details
-
BindingSpecImpl
-
-
Method Details
-
getTarget
Description copied from interface:BindingSpecThe fully qualified name of the entity for which the binding values pertain. This is- Specified by:
getTargetin interfaceBindingSpec- Returns:
-
getTypedef
- Specified by:
getTypedefin interfaceBindingSpec
-
getCardinality
public double getCardinality()Description copied from interface:BindingSpecIs this binding intended to be for a limited population? If so, the value will be the maximum cardinality of values which the binding is allowed to produce.- Specified by:
getCardinalityin interfaceBindingSpec- Returns:
- The effective cardinality, which could be
Double.POSITIVE_INFINITY
-
setTarget
-