Package org.nustaq.kontraktor.impl
Class SchedulingReport
java.lang.Object
org.nustaq.kontraktor.impl.SchedulingReport
- All Implemented Interfaces:
java.io.Serializable
public class SchedulingReport
extends java.lang.Object
implements java.io.Serializable
Created by ruedi on 02/04/15.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SchedulingReport()SchedulingReport(int numDispatchers, int defQSize, int isolatedThreads) -
Method Summary
Modifier and Type Method Description intgetDefQSize()intgetNumDispatchers()
-
Constructor Details
-
SchedulingReport
public SchedulingReport() -
SchedulingReport
public SchedulingReport(int numDispatchers, int defQSize, int isolatedThreads)
-
-
Method Details
-
getNumDispatchers
public int getNumDispatchers() -
getDefQSize
public int getDefQSize()
-