Class PrimitiveLongArrayField
java.lang.Object
io.datarouter.model.field.BaseField<long[]>
io.datarouter.model.field.imp.array.PrimitiveLongArrayField
- All Implemented Interfaces:
ByteEncodedField<long[]>,StringEncodedField<long[]>,Field<long[]>,Comparable<Field<long[]>>
@Deprecated public class PrimitiveLongArrayField extends BaseField<long[]>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.model.field.BaseField
BaseField.FieldColumnNameComparator -
Field Summary
-
Constructor Summary
Constructors Constructor Description PrimitiveLongArrayField(PrimitiveLongArrayFieldKey key, long[] value)Deprecated. -
Method Summary
Modifier and Type Method Description intcompareTo(Field<long[]> field)Deprecated.long[]fromBytesButDoNotSet(byte[] bytes, int byteOffset)Deprecated.byte[]getBytes()Deprecated.PrimitiveLongArrayFieldKeygetKey()Deprecated.StringgetStringEncodedValue()Deprecated.intgetValueHashCode()Deprecated.StringgetValueString()Deprecated.intnumBytesWithSeparator(byte[] bytes, int byteOffset)Deprecated.long[]parseStringEncodedValueButDoNotSet(String value)Deprecated.Methods inherited from class io.datarouter.model.field.BaseField
fromBytesWithSeparatorButDoNotSet, fromString, getBytesWithSeparator, getPrefix, getPrefixedName, getPreparedStatementValue, getValue, setPrefix, setUsingReflection, setValue, toString
-
Constructor Details
-
PrimitiveLongArrayField
Deprecated.
-
-
Method Details
-
getKey
Deprecated. -
getValueString
Deprecated.- Specified by:
getValueStringin interfaceField<long[]>- Overrides:
getValueStringin classBaseField<long[]>- Returns:
- a human-readable string for use in toString() methods. Should not be used for persistence.
-
getValueHashCode
public int getValueHashCode()Deprecated.- Specified by:
getValueHashCodein interfaceField<long[]>- Overrides:
getValueHashCodein classBaseField<long[]>
-
compareTo
Deprecated. -
getStringEncodedValue
Deprecated. -
parseStringEncodedValueButDoNotSet
Deprecated. -
getBytes
public byte[] getBytes()Deprecated. -
fromBytesButDoNotSet
public long[] fromBytesButDoNotSet(byte[] bytes, int byteOffset)Deprecated. -
numBytesWithSeparator
public int numBytesWithSeparator(byte[] bytes, int byteOffset)Deprecated.
-