Package com.qfs.pool
Interface IPartitionThreadPoolProvider
-
- All Known Subinterfaces:
IPartitionThreadPoolFactory
- All Known Implementing Classes:
StoreThreadPoolFactory
public interface IPartitionThreadPoolProviderAn interface for exposing thethread poolsassociated withpartitions.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMixedWorkloadPoolgetMixedWorkloadPool(int partitionId)Returns thepoolthe given partition is associated with.IDatastoreNumaNodeSelectorgetNumaSelector()
-
-
-
Method Detail
-
getMixedWorkloadPool
IMixedWorkloadPool getMixedWorkloadPool(int partitionId)
Returns thepoolthe given partition is associated with.- Parameters:
partitionId- a partition id- Returns:
- this partition's thread pool
-
getNumaSelector
IDatastoreNumaNodeSelector getNumaSelector()
-
-