Class UInt63ArrayFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<L,K>
io.datarouter.model.field.ListFieldKey<Long,List<Long>,UInt63ArrayFieldKey>
io.datarouter.model.field.imp.array.UInt63ArrayFieldKey
public class UInt63ArrayFieldKey extends ListFieldKey<Long,List<Long>,UInt63ArrayFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description UInt63ArrayFieldKey(String name) -
Method Summary
Modifier and Type Method Description UInt63ArrayFieldcreateValueField(List<Long> value)booleanisFixedLength()Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isNullable, toString, with
-
Constructor Details
-
Method Details
-
createValueField
-
isFixedLength
public boolean isFixedLength()- Specified by:
isFixedLengthin interfaceFieldKey<List<Long>>- Overrides:
isFixedLengthin classBaseFieldKey<List<Long>,UInt63ArrayFieldKey>
-