Package com.qfs.pool

Interface IPartitionThreadPoolProvider

All Known Subinterfaces:
IPartitionThreadPoolFactory
All Known Implementing Classes:
StoreThreadPoolFactory

public interface IPartitionThreadPoolProvider
An interface for exposing the thread pools associated with partitions.
Author:
ActiveViam
  • Method Details

    • getMixedWorkloadPool

      IMixedWorkloadPool getMixedWorkloadPool(int partitionId)
      Returns the pool the given partition is associated with.
      Parameters:
      partitionId - a partition id
      Returns:
      this partition's thread pool
    • getNumaSelector

      IDatastoreNumaNodeSelector getNumaSelector()