Package | Description |
---|---|
com.gigaspaces.internal.client.spaceproxy.operations | |
com.gigaspaces.internal.server.space | |
com.j_spaces.core |
Provides Space properties and security context services
|
Modifier and Type | Method and Description |
---|---|
WriteEntriesResult |
WriteEntriesSpaceOperationResult.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
WriteEntriesSpaceOperationResult.setResult(WriteEntriesResult result) |
Constructor and Description |
---|
WriteEntriesSpaceOperationResult(WriteEntriesResult writeEntriesResult,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
WriteEntriesResult |
SpaceEngine.oldAdaptUpdateMultiple(IEntryPacket[] entries,
Transaction txn,
long lease,
long[] leases,
SpaceContext sc,
int modifiers,
boolean newRouter) |
WriteEntriesResult |
SpaceEngine.write(IEntryPacket[] entryPackets,
Transaction txn,
long lease,
long[] leases,
int modifiers,
SpaceContext sc,
long timeout,
boolean newRouter)
Creates IEntryHolder objects from the specified entry packets and inserts them into all
relevant engine tables.
|
WriteEntriesResult |
SpaceImpl.write(IEntryPacket[] entries,
Transaction txn,
long lease,
long[] leases,
SpaceContext sc,
long timeout,
int modifiers,
boolean newRouter) |
Modifier and Type | Method and Description |
---|---|
WriteEntriesResult |
AnswerHolder.getUpdateMultipleResult() |
Modifier and Type | Method and Description |
---|---|
void |
AnswerHolder.setUpdateMultipleResult(WriteEntriesResult updateMultipleResult) |
Copyright © GigaSpaces.