Package org.infinispan.factories
Class KnownComponentNames
- java.lang.Object
-
- org.infinispan.factories.KnownComponentNames
-
public class KnownComponentNames extends Object
Holder for known named component names. To be used withComponentName
annotation.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASYNC_NOTIFICATION_EXECUTOR
static String
BLOCKING_EXECUTOR
static String
CACHE_DEPENDENCY_GRAPH
static String
CACHE_NAME
static String
CLASS_LOADER
static String
EXPIRATION_SCHEDULED_EXECUTOR
static String
HOT_ROD_VERSION_GENERATOR
static String
INTERNAL_MARSHALLER
static String
MODULE_COMMAND_FACTORIES
static String
NON_BLOCKING_EXECUTOR
static String
PERSISTENCE_MARSHALLER
static String
TIMEOUT_SCHEDULE_EXECUTOR
static String
TRANSACTION_VERSION_GENERATOR
static String
USER_MARSHALLER
-
Constructor Summary
Constructors Constructor Description KnownComponentNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getDefaultKeepaliveMillis()
static int
getDefaultMinThreads(String componentName)
static int
getDefaultQueueSize(String componentName)
static int
getDefaultThreadPrio(String componentName)
static int
getDefaultThreads(String componentName)
static String
shortened(String cn)
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
-
ASYNC_NOTIFICATION_EXECUTOR
public static final String ASYNC_NOTIFICATION_EXECUTOR
- See Also:
- Constant Field Values
-
EXPIRATION_SCHEDULED_EXECUTOR
public static final String EXPIRATION_SCHEDULED_EXECUTOR
- See Also:
- Constant Field Values
-
NON_BLOCKING_EXECUTOR
public static final String NON_BLOCKING_EXECUTOR
- See Also:
- Constant Field Values
-
BLOCKING_EXECUTOR
public static final String BLOCKING_EXECUTOR
- See Also:
- Constant Field Values
-
TIMEOUT_SCHEDULE_EXECUTOR
public static final String TIMEOUT_SCHEDULE_EXECUTOR
- See Also:
- Constant Field Values
-
MODULE_COMMAND_FACTORIES
public static final String MODULE_COMMAND_FACTORIES
- See Also:
- Constant Field Values
-
CLASS_LOADER
public static final String CLASS_LOADER
- See Also:
- Constant Field Values
-
TRANSACTION_VERSION_GENERATOR
public static final String TRANSACTION_VERSION_GENERATOR
- See Also:
- Constant Field Values
-
HOT_ROD_VERSION_GENERATOR
public static final String HOT_ROD_VERSION_GENERATOR
- See Also:
- Constant Field Values
-
CACHE_DEPENDENCY_GRAPH
public static final String CACHE_DEPENDENCY_GRAPH
- See Also:
- Constant Field Values
-
INTERNAL_MARSHALLER
public static final String INTERNAL_MARSHALLER
- See Also:
- Constant Field Values
-
PERSISTENCE_MARSHALLER
public static final String PERSISTENCE_MARSHALLER
- See Also:
- Constant Field Values
-
USER_MARSHALLER
public static final String USER_MARSHALLER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultThreads
public static int getDefaultThreads(String componentName)
-
getDefaultThreadPrio
public static int getDefaultThreadPrio(String componentName)
-
getDefaultQueueSize
public static int getDefaultQueueSize(String componentName)
-
getDefaultMinThreads
public static int getDefaultMinThreads(String componentName)
-
getDefaultKeepaliveMillis
public static long getDefaultKeepaliveMillis()
-
-