Interface AsyncFileManagerConfig.ThreadPoolOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getThreadCount()
      The number of threads to use.
      • 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

      • getThreadCount

        int getThreadCount()
         The number of threads to use. If unset or zero, will default to the number
         of concurrent threads the hardware supports. This default is subject to
         change if performance analysis suggests it.
         
        uint32 thread_count = 1;
        Returns:
        The threadCount.