Uses of Enum
org.iq80.leveldb.impl.ValueType
Packages that use ValueType
-
Uses of ValueType in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as ValueTypeMethods in org.iq80.leveldb.impl that return ValueTypeModifier and TypeMethodDescriptionInternalKey.getValueType()static ValueTypeValueType.getValueTypeByPersistentId(int persistentId) static ValueTypeSequenceNumber.unpackValueType(long num) static ValueTypeReturns the enum constant of this type with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.iq80.leveldb.impl with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidstatic longSequenceNumber.packSequenceAndValueType(long sequence, ValueType valueType) Constructors in org.iq80.leveldb.impl with parameters of type ValueTypeModifierConstructorDescriptionInternalKey(Slice userKey, long sequenceNumber, ValueType valueType)