Interface AsyncFileManagerConfig.ThreadPoolOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncFileManagerConfig.ThreadPool,AsyncFileManagerConfig.ThreadPool.Builder
- Enclosing class:
- AsyncFileManagerConfig
public static interface AsyncFileManagerConfig.ThreadPoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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 [(.validate.rules) = { ... }- Returns:
- The threadCount.
-