Class TableJdbcStore<K,V>
java.lang.Object
org.infinispan.persistence.jdbc.common.impl.BaseJdbcStore<K, V, TableJdbcStoreConfiguration>
org.infinispan.persistence.sql.AbstractSchemaJdbcStore<K, V, TableJdbcStoreConfiguration>
org.infinispan.persistence.sql.TableJdbcStore<K,V>
- All Implemented Interfaces:
NonBlockingStore<K,V>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class AbstractSchemaJdbcStore
AbstractSchemaJdbcStore.Parameter, AbstractSchemaJdbcStore.ProtoSchemaOptions<K,V, C>, AbstractSchemaJdbcStore.ProtostreamFieldType, AbstractSchemaJdbcStore.SchemaTableOperations<K, V, C> Nested classes/interfaces inherited from interface NonBlockingStore
NonBlockingStore.Characteristic, NonBlockingStore.SegmentedPublisher<Type> -
Field Summary
Fields inherited from class BaseJdbcStore
blockingManager, config, connectionFactory, tableOperations, transactionConnectionMapFields inherited from interface NonBlockingStore
SIZE_UNAVAILABLE_FUTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TableOperations<K, V> actualCreateTableOperations(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, TableJdbcStoreConfiguration> schemaOptions) Implementation specific method to return a table operations which will then be used appropriately for store operations.Methods inherited from class AbstractSchemaJdbcStore
createTableOperations, determinePrimaryParametersMethods inherited from class BaseJdbcStore
approximateSize, batch, characteristics, clear, commit, delete, destroyTxConnection, extraStopSteps, getTxConnection, isAvailable, load, prepareWithModifications, publishEntries, publishKeys, rollback, size, start, stop, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NonBlockingStore
addSegments, containsKey, destroy, ignoreCommandWithFlags, purgeExpired, removeSegments
-
Constructor Details
-
TableJdbcStore
public TableJdbcStore()
-
-
Method Details
-
actualCreateTableOperations
protected TableOperations<K,V> actualCreateTableOperations(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, TableJdbcStoreConfiguration> schemaOptions) Description copied from class:AbstractSchemaJdbcStoreImplementation specific method to return a table operations which will then be used appropriately for store operations. It is recommended to extendAbstractSchemaJdbcStore.SchemaTableOperationsproviding ways to retrieve the statements needed.- Specified by:
actualCreateTableOperationsin classAbstractSchemaJdbcStore<K, V, TableJdbcStoreConfiguration>- Parameters:
schemaOptions- the operations for the schema for this store- Returns:
- the operations object to use
-