Packages

class WriteConverterImpl[U] extends WriteConverter[U]

Creates row key values from simple features

U

key binding value

Linear Supertypes
WriteConverter[U], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteConverterImpl
  2. WriteConverter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriteConverterImpl(keySpace: IndexKeySpace[_, U])

    keySpace

    keyspace

Value Members

  1. def convert(feature: WritableFeature, lenient: Boolean = false): RowKeyValue[U]
    Definition Classes
    WriteConverterImplWriteConverter