Package

org.locationtech.geomesa.features

avro

Permalink

package avro

Visibility
  1. Public
  2. All

Type Members

  1. class AvroDataFileReader extends Iterator[SimpleFeature] with Closeable

    Permalink
  2. class AvroDataFileWriter extends Closeable with Flushable

    Permalink

    Class that writes out Avro SimpleFeature Data Files which carry the SimpleFeatureType Schema along with them.

  3. class AvroFeatureDeserializer extends ProjectingAvroFeatureDeserializer

    Permalink

  4. class AvroFeatureSerializer extends SimpleFeatureSerializer

    Permalink

  5. class AvroSimpleFeature extends SimpleFeature with Serializable

    Permalink
  6. class AvroSimpleFeatureFactory extends AbstractFeatureFactoryImpl

    Permalink
  7. class AvroSimpleFeatureWriter extends DatumWriter[SimpleFeature]

    Permalink
  8. class FeatureSpecificReader extends DatumReader[AvroSimpleFeature]

    Permalink
  9. class FieldNameEncoder extends AnyRef

    Permalink
  10. class ProjectingAvroFeatureDeserializer extends SimpleFeatureSerializer

    Permalink

Value Members

  1. object AvroDataFile

    Permalink

    AvroDataFiles are binary Avro files (see https://avro.apache.org/) that encode SimpleFeatures using a custom avro schema per SimpleFeatureType.

    AvroDataFiles are binary Avro files (see https://avro.apache.org/) that encode SimpleFeatures using a custom avro schema per SimpleFeatureType. AvroDataFiles are meant to: 1. Provide binary longer-term storage in filesystems for SimpleFeatures 2. Carry the SimpleFeatureType and feature name along with the data using avro metadata 3. Be self-describing outside of Geotools as much as possible

    You may want to consider gzipping your avro data file for better compression

    Version 3 supports Bytes as a type in the SFT

  2. object AvroSimpleFeatureFactory

    Permalink
  3. object AvroSimpleFeatureUtils

    Permalink
  4. object FeatureSpecificReader

    Permalink
  5. object FieldNameEncoder

    Permalink
  6. package serde

    Permalink
  7. package serialization

    Permalink

Ungrouped