Class BufferedOffloadStream

    • Constructor Detail

      • BufferedOffloadStream

        public BufferedOffloadStream​(int blockSize,
                                     List<Entry> entries,
                                     long ledgerId,
                                     long beginEntryId)
    • Method Detail

      • getEndEntryId

        public long getEndEntryId()
      • getLedgerId

        public long getLedgerId()
      • getBeginEntryId

        public long getBeginEntryId()
      • getBlockSize

        public long getBlockSize()
      • calculateBlockSize

        public static int calculateBlockSize​(int streamingBlockSize,
                                             int entryCount,
                                             int entrySize)