Class InstantFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<java.time.Instant,InstantFieldKey>
io.datarouter.model.field.imp.comparable.InstantFieldKey
- All Implemented Interfaces:
FieldKey<java.time.Instant>
public class InstantFieldKey extends PrimitiveFieldKey<java.time.Instant,InstantFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description InstantFieldKey(java.lang.String name) -
Method Summary
Modifier and Type Method Description InstantFieldcreateValueField(java.time.Instant value)intgetNumFractionalSeconds()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
-
InstantFieldKey
public InstantFieldKey(java.lang.String name)
-
-
Method Details
-
createValueField
-
getNumFractionalSeconds
public int getNumFractionalSeconds()
-