Class VcfRepository

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Iterable<org.molgenis.data.Entity>, org.molgenis.data.Repository<org.molgenis.data.Entity>

    public class VcfRepository
    extends org.molgenis.data.support.AbstractRepository
    Repository implementation for vcf files.

    The filename without the extension is considered to be the entityname

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()  
      void forEachBatched​(java.util.function.Consumer<java.util.List<org.molgenis.data.Entity>> consumer, int batchSize)  
      java.util.Set<org.molgenis.data.RepositoryCapability> getCapabilities()  
      org.molgenis.data.meta.model.EntityType getEntityType()  
      java.util.Iterator<org.molgenis.data.Entity> iterator()  
      • Methods inherited from class org.molgenis.data.support.AbstractRepository

        add, add, aggregate, close, count, delete, delete, deleteAll, deleteAll, deleteById, findAll, findAll, findAll, findOne, findOneById, findOneById, forEachBatched, getName, getQueryOperators, query, update, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface org.molgenis.data.Repository

        getExistingIDs, upsertBatch
    • Method Detail

      • iterator

        public java.util.Iterator<org.molgenis.data.Entity> iterator()
      • getEntityType

        public org.molgenis.data.meta.model.EntityType getEntityType()
      • getCapabilities

        public java.util.Set<org.molgenis.data.RepositoryCapability> getCapabilities()
      • count

        public long count()
        Specified by:
        count in interface org.molgenis.data.Repository<org.molgenis.data.Entity>
        Overrides:
        count in class org.molgenis.data.support.AbstractRepository
      • forEachBatched

        public void forEachBatched​(java.util.function.Consumer<java.util.List<org.molgenis.data.Entity>> consumer,
                                   int batchSize)