Package org.infinispan.commons
Interface ThreadGroups
-
public interface ThreadGroups
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ThreadGroups.ISPNBlockingThreadGroup
static class
ThreadGroups.ISPNNonBlockingThreadGroup
-
Field Summary
Fields Modifier and Type Field Description static ThreadGroups.ISPNBlockingThreadGroup
BLOCKING_GROUP
static ThreadGroups.ISPNNonBlockingThreadGroup
NON_BLOCKING_GROUP
-
-
-
Field Detail
-
NON_BLOCKING_GROUP
static final ThreadGroups.ISPNNonBlockingThreadGroup NON_BLOCKING_GROUP
-
BLOCKING_GROUP
static final ThreadGroups.ISPNBlockingThreadGroup BLOCKING_GROUP
-
-