Class DiskIndexStats

java.lang.Object
com.kheops.jmap.client.cache.DiskIndexStats

public class DiskIndexStats extends Object
  • Field Details

  • Constructor Details

    • DiskIndexStats

      public DiskIndexStats()
    • DiskIndexStats

      public DiskIndexStats(DiskIndexStats stats)
  • Method Details

    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • getLength

      public long getLength()
    • setLength

      public void setLength(long length)
    • write

      public void write(DataOutput out) throws IOException
      Throws:
      IOException
    • read

      public void read(DataInput in) throws IOException
      Throws:
      IOException