Class VarIntFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.lang.Integer,VarIntFieldKey>
io.datarouter.model.field.imp.positive.VarIntFieldKey
- All Implemented Interfaces:
FieldKey<java.lang.Integer>
public class VarIntFieldKey extends PrimitiveFieldKey<java.lang.Integer,VarIntFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description VarIntFieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description VarIntFieldcreateValueField(java.lang.Integer value)Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
VarIntFieldKey
public VarIntFieldKey(java.lang.String name)
-
-
Method Details