Enum Class ClientThreadPool
java.lang.Object
java.lang.Enum<ClientThreadPool>
org.jboss.as.clustering.infinispan.subsystem.remote.ClientThreadPool
- All Implemented Interfaces:
Serializable,Comparable<ClientThreadPool>,Constable,ClientThreadPoolResourceRegistration,ScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>,ThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>,org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration
public enum ClientThreadPool
extends Enum<ClientThreadPool>
implements ClientThreadPoolResourceRegistration
Enumerates resource registrations for thread pools of a remote cache container.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.capability.RuntimeCapability<Void>org.jboss.as.controller.AttributeDefinitionorg.jboss.as.controller.AttributeDefinitionorg.jboss.as.controller.PathElementorg.jboss.as.controller.AttributeDefinitionorg.wildfly.service.descriptor.UnaryServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>static ClientThreadPoolReturns the enum constant of this class with the specified name.static ClientThreadPool[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Enum Constant Details
-
ASYNC
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getThreadFactory
- Specified by:
getThreadFactoryin interfaceClientThreadPoolResourceRegistration
-
getMinThreads
public org.jboss.as.controller.AttributeDefinition getMinThreads()- Specified by:
getMinThreadsin interfaceScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-
getMaxThreads
public org.jboss.as.controller.AttributeDefinition getMaxThreads()- Specified by:
getMaxThreadsin interfaceThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-
getQueueLength
public org.jboss.as.controller.AttributeDefinition getQueueLength()- Specified by:
getQueueLengthin interfaceThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-
getKeepAlive
- Specified by:
getKeepAlivein interfaceScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-
getPathElement
public org.jboss.as.controller.PathElement getPathElement()- Specified by:
getPathElementin interfaceorg.jboss.as.controller.ResourceRegistration
-
getServiceDescriptor
public org.wildfly.service.descriptor.UnaryServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration> getServiceDescriptor()- Specified by:
getServiceDescriptorin interfaceScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-
getCapability
- Specified by:
getCapabilityin interfaceScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
-