Package

org.locationtech.geomesa.features

avro

Permalink

package avro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class AvroFeatureSerializer extends SimpleFeatureSerializer

    Permalink

  2. class FieldNameEncoder extends AnyRef

    Permalink
  3. class AvroDataFileReader extends avro.io.AvroDataFileReader

    Permalink
    Annotations
    @deprecated
    Deprecated

    Moved to org.locationtech.geomesa.features.avro.io.AvroDataFileReader

  4. class AvroDataFileWriter extends avro.io.AvroDataFileWriter

    Permalink
    Annotations
    @deprecated
    Deprecated

    Moved to org.locationtech.geomesa.features.avro.io.AvroDataFileWriter

  5. class AvroSimpleFeature extends SimpleFeature with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use ScalaSimpleFeature

  6. class AvroSimpleFeatureFactory extends AbstractFeatureFactoryImpl

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use ScalaSimpleFeatureFactory

  7. class AvroSimpleFeatureWriter extends DatumWriter[SimpleFeature]

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with SimpleFeatureDatumWriter

  8. class FeatureSpecificReader extends DatumReader[SimpleFeature]

    Permalink

    Creates an unitialized feature reader.

    Creates an unitialized feature reader. One of setType or setTypes must be called before reading

    Annotations
    @deprecated
    Deprecated

    Replaced with SimpleFeatureDatumReader

  9. class ProjectingAvroFeatureDeserializer extends SimpleFeatureSerializer with LimitedSerialization

    Permalink

    Annotations
    @deprecated
    Deprecated

    Deprecated with no replacement

Value Members

  1. object AvroFeatureSerializer

    Permalink
  2. val AvroNamespace: String

    Permalink
  3. object FieldNameEncoder

    Permalink
  4. object SerializationVersions

    Permalink
  5. package io

    Permalink
  6. package serde

    Permalink
  7. package serialization

    Permalink

Deprecated Value Members

  1. object AvroDataFile extends AvroDataFile

    Permalink
    Annotations
    @deprecated
    Deprecated

    Moved to org.locationtech.geomesa.features.avro.io.AvroDataFile

  2. object AvroSimpleFeatureFactory

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use ScalaSimpleFeatureFactory

  3. object AvroSimpleFeatureTypeParser

    Permalink
    Annotations
    @deprecated
    Deprecated

    GeoMesa-confluent-specific implementation removed without replacement

  4. object AvroSimpleFeatureUtils extends LazyLogging

    Permalink
    Annotations
    @deprecated
    Deprecated

    replaced with org.locationtech.geomesa.features.avro.serialization.AvroField

  5. object FeatureSpecificReader

    Permalink
    Annotations
    @deprecated
    Deprecated

    Replaced with SimpleFeatureDatumReader

Inherited from AnyRef

Inherited from Any

Ungrouped