Class/Object

org.locationtech.geomesa.convert.avro

AvroConverterFactory

Related Docs: object AvroConverterFactory | package avro

Permalink

class AvroConverterFactory extends AbstractConverterFactory[AvroConverter, AvroConfig, BasicField, BasicOptions]

Linear Supertypes
AbstractConverterFactory[AvroConverter, AvroConfig, BasicField, BasicOptions], LazyLogging, convert2.SimpleFeatureConverterFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroConverterFactory
  2. AbstractConverterFactory
  3. LazyLogging
  4. SimpleFeatureConverterFactory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroConverterFactory()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(sft: SimpleFeatureType, conf: Config): Option[convert2.SimpleFeatureConverter]

    Permalink
    Definition Classes
    AbstractConverterFactory → SimpleFeatureConverterFactory
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def configConvert: ConverterConfigConvert[AvroConfig]

    Permalink
    Attributes
    protected
    Definition Classes
    AvroConverterFactory → AbstractConverterFactory
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. implicit def fieldConvert: FieldConvert[BasicField]

    Permalink
    Attributes
    protected
    Definition Classes
    AvroConverterFactory → AbstractConverterFactory
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def infer(is: InputStream, sft: Option[SimpleFeatureType]): Option[(SimpleFeatureType, Config)]

    Permalink

    Note: only works on Avro files with embedded schemas

    Note: only works on Avro files with embedded schemas

    is

    input

    sft

    simple feature type, if known ahead of time

    Definition Classes
    AvroConverterFactory → SimpleFeatureConverterFactory
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. implicit def optsConvert: ConverterOptionsConvert[BasicOptions]

    Permalink
    Attributes
    protected
    Definition Classes
    AvroConverterFactory → AbstractConverterFactory
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. val typeToProcess: String

    Permalink
    Attributes
    protected
    Definition Classes
    AvroConverterFactory → AbstractConverterFactory
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withDefaults(conf: Config): Config

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConverterFactory

Inherited from AbstractConverterFactory[AvroConverter, AvroConfig, BasicField, BasicOptions]

Inherited from LazyLogging

Inherited from convert2.SimpleFeatureConverterFactory

Inherited from AnyRef

Inherited from Any

Ungrouped