public class ByteBufferPoolDefinition
extends org.jboss.as.controller.PersistentResourceDefinition
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.as.controller.SimpleAttributeDefinition |
BUFFER_SIZE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
DIRECT |
static ByteBufferPoolDefinition |
INSTANCE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
LEAK_DETECTION_PERCENT |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
MAX_POOL_SIZE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
THREAD_LOCAL_CACHE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
void |
registerCapabilities(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getChildren, registerAttributes, registerChildrengetAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedprotected static final org.jboss.as.controller.SimpleAttributeDefinition BUFFER_SIZE
protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_POOL_SIZE
protected static final org.jboss.as.controller.SimpleAttributeDefinition DIRECT
protected static final org.jboss.as.controller.SimpleAttributeDefinition THREAD_LOCAL_CACHE_SIZE
protected static final org.jboss.as.controller.SimpleAttributeDefinition LEAK_DETECTION_PERCENT
public static final ByteBufferPoolDefinition INSTANCE
public void registerCapabilities(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerCapabilities in interface org.jboss.as.controller.ResourceDefinitionregisterCapabilities in class org.jboss.as.controller.SimpleResourceDefinitionpublic Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes in class org.jboss.as.controller.PersistentResourceDefinitionCopyright © 2019 JBoss by Red Hat. All rights reserved.