org.wildfly.extras.creaper.commands.datasources
Class AddMariaDbDataSource

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddDataSource
      extended by org.wildfly.extras.creaper.commands.datasources.AddMariaDbDataSource
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public final class AddMariaDbDataSource
extends AddDataSource

Creates a Maria DB datasource.

Connection URL format is expected to be: jdbc:mariadb://localhost:3306/database-name

Applies defaults of datasource settings used for testing JBoss EAP 7.
Note: classes of connection checker or exception sorter are the same as for MySQL datasource.


Nested Class Summary
static class AddMariaDbDataSource.Builder
           
 
Field Summary
 
Fields inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource
allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutMillis, connectable, connectionProperties, datasourceClass, driverClass, driverName, exceptionSorterClass, exceptionSorterProperties, flushStrategy, checkValidConnectionSql, idleTimeoutMinutes, jta, managedConnectionPool, maxPoolSize, minPoolSize, newConnectionSql, password, prefill, preparedStatementCacheSize, queryTimeout, reauthPluginClass, reauthPluginProperties, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, staleConnectionCheckerProperties, statisticsEnabled, trackStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, username, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass, validConnectionCheckerProperties
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand
NOOP
 
Method Summary
protected  void modifyIfNeeded(ServerVersion serverVersion)
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource
apply, apply, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

modifyIfNeeded

protected void modifyIfNeeded(ServerVersion serverVersion)
Overrides:
modifyIfNeeded in class AddDataSource


Copyright © 2016. All rights reserved.