Interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDurationSeconds()
      Time spent in the decision builder.
      java.lang.String getStrategy()
      Name of the strategy used.
      com.google.protobuf.ByteString getStrategyBytes()
      Name of the strategy used.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStrategy

        java.lang.String getStrategy()
         Name of the strategy used.
         
        string strategy = 1;
        Returns:
        The strategy.
      • getStrategyBytes

        com.google.protobuf.ByteString getStrategyBytes()
         Name of the strategy used.
         
        string strategy = 1;
        Returns:
        The bytes for strategy.
      • getDurationSeconds

        double getDurationSeconds()
         Time spent in the decision builder.
         
        double duration_seconds = 2;
        Returns:
        The durationSeconds.