public interface BatchableGridDialect extends GridDialect
GridDialect
that can batch operations and execute them using the mechanism provided by the underlying database.
Which operations can be batched and when they are executed depends on the underlying database.
Modifier and Type | Method and Description |
---|---|
void |
executeBatch(OperationsQueue queue)
Executes the batched operations using the mechanism provided by the db
|
createAssociation, createTuple, forEachTuple, getAssociation, getDuplicateInsertPreventionStrategy, getLockingStrategy, getTuple, insertOrUpdateAssociation, insertOrUpdateTuple, isStoredInEntityStructure, nextValue, overrideType, removeAssociation, removeTuple, supportsSequences
void executeBatch(OperationsQueue queue)
queue
- The batched operationsCopyright © 2010-2015 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.