Class NIOStatistics

java.lang.Object
com.gigaspaces.lrmi.nio.info.NIOStatistics
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class NIOStatistics extends Object implements SmartExternalizable
Author:
kimchy
See Also:
  • Constructor Details

    • NIOStatistics

      public NIOStatistics()
    • NIOStatistics

      public NIOStatistics(long timestamp, long completedTaskCount, int activeThreadsCount, int queueSize)
  • Method Details