Class UInt63ArrayFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<L,K>
io.datarouter.model.field.ListFieldKey<java.lang.Long,java.util.List<java.lang.Long>,UInt63ArrayFieldKey>
io.datarouter.model.field.imp.array.UInt63ArrayFieldKey
- All Implemented Interfaces:
FieldKey<java.util.List<java.lang.Long>>
public class UInt63ArrayFieldKey extends ListFieldKey<java.lang.Long,java.util.List<java.lang.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(java.lang.String name) -
Method Summary
Modifier and Type Method Description UInt63ArrayFieldcreateValueField(java.util.List<java.lang.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
-
UInt63ArrayFieldKey
public UInt63ArrayFieldKey(java.lang.String name)
-
-
Method Details
-
createValueField
-
isFixedLength
public boolean isFixedLength()- Specified by:
isFixedLengthin interfaceFieldKey<java.util.List<java.lang.Long>>- Overrides:
isFixedLengthin classBaseFieldKey<java.util.List<java.lang.Long>,UInt63ArrayFieldKey>
-