Class AvroFileStoreConnector

  • All Implemented Interfaces:
    BasicFileStore

    public class AvroFileStoreConnector
    extends BasicFileStoreConnector
    AvroFileStoreConnector works with avro files to retrieve simple objects. It uses the basic file support to access the file and then the Apache Avro libraries can be used to access the content.
    • Constructor Detail

      • AvroFileStoreConnector

        public AvroFileStoreConnector()