Class GetLogInfoCallable.LogInfo

    • Constructor Detail

      • LogInfo

        public LogInfo​(String fileName,
                       long length,
                       int blockSize,
                       int noOfBlocks)
    • Method Detail

      • getFileName

        public String getFileName()
        Returns:
        the fileName
      • getLength

        public long getLength()
        Returns:
        the length
      • getBlockSize

        public int getBlockSize()
        Returns:
        the blockSize
      • getNoOfBlocks

        public int getNoOfBlocks()
        Returns:
        the noOfBlocks