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.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 |
---|---|
void |
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
void |
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
Copyright © GigaSpaces.