public class JdbcBinaryStoreConfiguration extends AbstractJdbcStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL
Constructor and Description |
---|
JdbcBinaryStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
ConnectionFactoryConfiguration connectionFactory,
TableManipulationConfiguration table) |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
boolean |
equals(Object obj) |
int |
hashCode() |
long |
lockAcquisitionTimeout() |
int |
lockConcurrencyLevel() |
TableManipulationConfiguration |
table() |
String |
toString() |
connectionFactory, dbMajorVersion, dbMinorVersion, dialect, manageConnectionFactory
async, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactional
public JdbcBinaryStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionFactoryConfiguration connectionFactory, TableManipulationConfiguration table)
public static AttributeSet attributeDefinitionSet()
public TableManipulationConfiguration table()
public int lockConcurrencyLevel()
public long lockAcquisitionTimeout()
public String toString()
toString
in class AbstractJdbcStoreConfiguration
public int hashCode()
hashCode
in class AbstractJdbcStoreConfiguration
public boolean equals(Object obj)
equals
in class AbstractJdbcStoreConfiguration
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.