Class GetLogInfoCallable.LogInfo

java.lang.Object
org.idempiere.server.cluster.callable.GetLogInfoCallable.LogInfo
All Implemented Interfaces:
Serializable
Enclosing class:
GetLogInfoCallable

public static class GetLogInfoCallable.LogInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • LogInfo

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

    • 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