Package io.airlift.units
Class ThreadCount
java.lang.Object
io.airlift.units.ThreadCount
- All Implemented Interfaces:
Comparable<ThreadCount>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadCountboundedValueOf(String value, String minValue, String maxValue) intbooleanstatic ThreadCountexactValueOf(int value) intinthashCode()toString()static ThreadCount
-
Method Details
-
getThreadCount
public int getThreadCount() -
exactValueOf
-
valueOf
-
boundedValueOf
-
compareTo
- Specified by:
compareToin interfaceComparable<ThreadCount>
-
equals
-
hashCode
public int hashCode() -
toString
-