Class BlobLogReader<BlobT extends BlobBase,​BlobPathT extends BlobPath<BlobT>>

    • Method Detail

      • getPartitions

        public java.util.List<Partition> getPartitions​(long startStamp,
                                                       long endStamp)
        Description copied from interface: BatchLogReader
        Retrieve list of partitions covering data from the given range.
        Specified by:
        getPartitions in interface BatchLogReader
        Parameters:
        startStamp - starting timestamp (inclusive)
        endStamp - ending timestamp (exclusive)
        Returns:
        list of partitions covering the time range
      • runHandlingErrors

        protected abstract void runHandlingErrors​(BlobT blob,
                                                  BlobLogReader.ThrowingRunnable runnable)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception