inUseForOther property

int inUseForOther
getter/setter pair

The number of threads which are currently performing other activities. These are all other that are not counted with {@link #inUseForUser} or {@link #inUseForIO}, such as DNS lookups, garbage collection).

Implementation

int inUseForOther = 0;