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 withComponentNameannotation.- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description static StringASYNC_NOTIFICATION_EXECUTORstatic StringBLOCKING_EXECUTORstatic StringCACHE_DEPENDENCY_GRAPHstatic StringCACHE_NAMEstatic StringCLASS_LOADERstatic StringEXPIRATION_SCHEDULED_EXECUTORstatic StringHOT_ROD_VERSION_GENERATORstatic StringINTERNAL_MARSHALLERstatic StringMODULE_COMMAND_FACTORIESstatic StringNON_BLOCKING_EXECUTORstatic StringPERSISTENCE_MARSHALLERstatic StringTIMEOUT_SCHEDULE_EXECUTORstatic StringTRANSACTION_VERSION_GENERATOR
-
Constructor Summary
Constructors Constructor Description KnownComponentNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetDefaultKeepaliveMillis()static intgetDefaultMinThreads(String componentName)static intgetDefaultQueueSize(String componentName)static intgetDefaultThreadPrio(String componentName)static intgetDefaultThreads(String componentName)static Stringshortened(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
-
-
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()
-
-