Uses of Class
org.wildfly.extras.creaper.commands.datasources.PoolFlushStrategy

Packages that use PoolFlushStrategy
org.wildfly.extras.creaper.commands.datasources   
 

Uses of PoolFlushStrategy in org.wildfly.extras.creaper.commands.datasources
 

Fields in org.wildfly.extras.creaper.commands.datasources declared as PoolFlushStrategy
protected  PoolFlushStrategy AddDataSource.flushStrategy
           
protected  PoolFlushStrategy AddXADataSource.flushStrategy
           
 

Methods in org.wildfly.extras.creaper.commands.datasources that return PoolFlushStrategy
static PoolFlushStrategy PoolFlushStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PoolFlushStrategy[] PoolFlushStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wildfly.extras.creaper.commands.datasources with parameters of type PoolFlushStrategy
 THIS AddDataSource.Builder.flushStrategy(PoolFlushStrategy flushStrategy)
          How poool should be flushed.
 THIS AddXADataSource.Builder.flushStrategy(PoolFlushStrategy flushStrategy)
          How poool should be flushed.
 



Copyright © 2020. All rights reserved.