Class BufferCacheDefinition

java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.controller.PersistentResourceDefinition
org.wildfly.extension.undertow.BufferCacheDefinition
All Implemented Interfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceDefinition, org.jboss.as.controller.ResourceRegistration

public class BufferCacheDefinition extends org.jboss.as.controller.PersistentResourceDefinition
Author:
Tomaz Cerar (c) 2013 Red Hat Inc.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition

    org.jboss.as.controller.SimpleResourceDefinition.Parameters

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition

    org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.jboss.as.controller.AttributeDefinition>
     

    Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition

    getChildren, registerAttributes, registerChildren

    Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition

    getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated

    Methods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition

    getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BUFFER_SIZE

      protected static final org.jboss.as.controller.SimpleAttributeDefinition BUFFER_SIZE
    • BUFFERS_PER_REGION

      protected static final org.jboss.as.controller.SimpleAttributeDefinition BUFFERS_PER_REGION
    • MAX_REGIONS

      protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_REGIONS
  • Method Details

    • getAttributes

      public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
      Specified by:
      getAttributes in class org.jboss.as.controller.PersistentResourceDefinition