Package org.apache.druid.query
Class DruidProcessingBufferConfig
java.lang.Object
org.apache.druid.query.DruidProcessingBufferConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final HumanReadableBytesstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionDruidProcessingBufferConfig(HumanReadableBytes sizeBytes, Integer poolCacheMaxCount, Integer poolCacheInitialCount) -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Field Details
-
DEFAULT_PROCESSING_BUFFER_SIZE_BYTES
-
MAX_DEFAULT_PROCESSING_BUFFER_SIZE_BYTES
public static final int MAX_DEFAULT_PROCESSING_BUFFER_SIZE_BYTES- See Also:
-
DEFAULT_INITIAL_BUFFERS_FOR_INTERMEDIATE_POOL
public static final int DEFAULT_INITIAL_BUFFERS_FOR_INTERMEDIATE_POOL- See Also:
-
-
Constructor Details
-
DruidProcessingBufferConfig
public DruidProcessingBufferConfig(@Nullable HumanReadableBytes sizeBytes, @Nullable Integer poolCacheMaxCount, @Nullable Integer poolCacheInitialCount) -
DruidProcessingBufferConfig
public DruidProcessingBufferConfig()
-
-
Method Details
-
getBufferSize
-
getPoolCacheMaxCount
public int getPoolCacheMaxCount() -
getPoolCacheInitialCount
public int getPoolCacheInitialCount()
-