Package | Description |
---|---|
com.gigaspaces.internal.client.spaceproxy.metadata | |
com.gigaspaces.internal.client.spaceproxy.operations | |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.operations | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.cache.context | |
com.j_spaces.core.server.processor |
Modifier and Type | Method and Description |
---|---|
LeaseContext<?> |
SpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult,
Object entry,
IEntryPacket entryPacket) |
LeaseContext<?> |
ISpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult,
Object entry,
IEntryPacket entryPacket) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult |
WriteEntrySpaceOperationResult.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
WriteEntrySpaceOperationResult.setResult(WriteEntryResult result) |
Constructor and Description |
---|
WriteEntrySpaceOperationResult(WriteEntryResult writeResult,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult |
SpaceEngine.write(IEntryPacket entryPacket,
Transaction txn,
long lease,
int modifiers,
boolean fromReplication,
boolean origin,
SpaceContext sc)
Creates an IEntryHolder object from the specified entry packet and inserts it into all
relevant engine tables.
|
WriteEntryResult |
SpaceImpl.write(IEntryPacket entry,
Transaction txn,
long lease,
int modifiers,
boolean fromReplication,
SpaceContext sc) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult[] |
WriteEntriesResult.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
WriteEntriesResult.setResult(int i,
WriteEntryResult result) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult |
AnswerPacket.getWriteEntryResult() |
Constructor and Description |
---|
AnswerPacket(IEntryPacket entryPacket,
WriteEntryResult writeResult) |
AnswerPacket(WriteEntryResult writeEntryResult) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult |
Context.getWriteResult() |
Modifier and Type | Method and Description |
---|---|
void |
Context.setWriteResult(WriteEntryResult result) |
Modifier and Type | Method and Description |
---|---|
WriteEntryResult |
Processor.handleDirectWriteSA(Context context,
IEntryHolder entry,
IServerTypeDesc typeDesc,
boolean fromReplication,
boolean origin,
boolean reInsertedEntry,
boolean supplied_uid,
boolean lockXtnsIfNeeded,
int modifiers)
Handles Direct write SA.
|
Copyright © GigaSpaces.