Class Stats

java.lang.Object
io.minio.messages.Stats
Direct Known Subclasses:
Progress

public class Stats extends Object
Stats information of S3 select response message.
  • Constructor Details

    • Stats

      public Stats(Long bytesScanned, Long bytesProcessed, Long bytesReturned)
      Constructs a new Stats object.
  • Method Details

    • bytesScanned

      public Long bytesScanned()
      Returns bytes scanned.
    • bytesProcessed

      public Long bytesProcessed()
      Returns bytes processed.
    • bytesReturned

      public Long bytesReturned()
      Returns bytes returned.
    • stringify

      protected String stringify()
    • toString

      public String toString()
      Overrides:
      toString in class Object