Interface ExecutableOperatorStats

All Superinterfaces:
Stats
All Known Implementing Classes:
ExecutableOperatorStatsImpl

public interface ExecutableOperatorStats extends Stats
  • Method Details

    • getClassName

      String getClassName()
      Returns the Java class name of the operator. This name should be the name of the actual class and not for some base class.
    • getShortString

      String getShortString()
      Returns a short string representing the operator. Typically, this string would be the result of the toString() method of the operator.