Package | Description |
---|---|
com.gigaspaces.cluster.replication.async.mirror |
Provides information about mirror statistics.
|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.internal.sync.mirror | |
com.j_spaces.sadapter.datasource | |
org.openspaces.persistency.hibernate |
An implementation of GigaSpaces external data source using Hibernate.
|
org.openspaces.persistency.patterns |
Set of patterns that can be used to wrap different external data sources.
|
Modifier and Type | Method and Description |
---|---|
void |
MirrorOperationsImpl.addFailedOperationCount(List<BulkItem> bulkItems) |
void |
MirrorOperationsImpl.addOperationCount(List<BulkItem> bulkItems) |
void |
MirrorOperationsImpl.addSuccessfulOperationCount(List<BulkItem> bulkItems) |
Modifier and Type | Method and Description |
---|---|
void |
BulkDataPersister.executeBulk(List<BulkItem> bulk)
Deprecated.
Execute given bulk of operations.
Each BulkItem contains one of the following
operation -WRITE - given object should be inserted to the data store, UPDATE - given object should be updated in the data store, REMOVE - given object should be deleted from the data store If the implementation uses transactions, all the bulk operations must be executed in one transaction. |
Modifier and Type | Class and Description |
---|---|
class |
MirrorBulkDataItem |
class |
MirrorChangeBulkDataItem
Wraps a change operation as bulk item
|
class |
PartialUpdateMirrorBulkItem |
Modifier and Type | Method and Description |
---|---|
void |
MirrorBulkExecutor.execute(List<BulkItem> entries,
TransactionParticipantDataImpl transactionMetaData,
IReplicationInBatchContext batchContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalBulkItem |
Modifier and Type | Class and Description |
---|---|
class |
BulkDataItem
BulkDataItem is used by the space for execution of bulk operations
in case of transactions and mirror replication. BulkDataItem contains the data object and the operation that needs to be executed. |
class |
PartialUpdateBulkDataItem |
Modifier and Type | Method and Description |
---|---|
void |
DataStorage.executeBulk(List<BulkItem> bulk) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StatelessHibernateExternalDataSource.exists(BulkItem bulkItem,
org.hibernate.StatelessSession session)
Deprecated.
|
protected String |
AbstractHibernateExternalDataSource.getPartialUpdateHQL(BulkItem updateBulkItem,
Map<String,Object> updatedValues)
Deprecated.
|
protected boolean |
AbstractHibernateExternalDataSource.isManaged(BulkItem bulkItem)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StatelessHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
StatelessSession . |
void |
DefaultHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
Session . |
Modifier and Type | Method and Description |
---|---|
void |
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
void |
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
Copyright © GigaSpaces.