Interface CottontailGrpc.ExecutionHint.ParallelHintOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMax()
      uint32 max = 2;
      int getMin()
      uint32 min = 1;
      • 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

      • getMin

        int getMin()
        uint32 min = 1;
        Returns:
        The min.
      • getMax

        int getMax()
        uint32 max = 2;
        Returns:
        The max.