|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeaseContext | |
---|---|
com.gigaspaces.client | Deprecated: use org.openspaces.core instead. |
org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. |
Uses of LeaseContext in com.gigaspaces.client |
---|
Methods in com.gigaspaces.client that return LeaseContext | |
---|---|
LeaseContext |
IPojoSpace.write(Object object,
net.jini.core.transaction.Transaction transaction,
long lease)
Equivalent to calling IPojoSpace.write(Object, Transaction, long, long, int) with the
UpdateModifiers.UPDATE_OR_WRITE . |
LeaseContext |
IPojoSpace.write(Object object,
net.jini.core.transaction.Transaction transaction,
long lease,
long timeout,
int modifiers)
Writes a new object to the space, returning its Lease . |
LeaseContext[] |
IPojoSpace.writeMultiple(Object[] objects,
net.jini.core.transaction.Transaction transaction,
long lease)
Equivalent to calling #writeMultiple(Object[], Transaction, long, int) with modifier {@link com.j_spaces.core.client.UpdateModifiers#WRITE_ONLY}. |
LeaseContext[] |
IPojoSpace.writeMultiple(Object[] objects,
net.jini.core.transaction.Transaction transaction,
long lease,
int updateModifiers)
Same as a single write but for a group of entities sharing the same transaction (if any), applied with the same specified operation modifier. |
Uses of LeaseContext in org.openspaces.core |
---|
Methods in org.openspaces.core that return LeaseContext | ||
---|---|---|
|
DefaultGigaSpace.write(T entry)
|
|
|
GigaSpace.write(T entry)
Writes a new object to the space, returning its LeaseContext . |
|
|
DefaultGigaSpace.write(T entry,
long lease)
|
|
|
GigaSpace.write(T entry,
long lease)
Writes a new object to the space, returning its LeaseContext . |
|
|
DefaultGigaSpace.write(T entry,
long lease,
long timeout,
int modifiers)
|
|
|
GigaSpace.write(T entry,
long lease,
long timeout,
int modifiers)
Writes a new object to the space, returning its LeaseContext . |
|
|
DefaultGigaSpace.writeMultiple(T[] entries)
|
|
|
GigaSpace.writeMultiple(T[] entries)
Writes the specified entries to this space. |
|
|
DefaultGigaSpace.writeMultiple(T[] entries,
long lease)
|
|
|
GigaSpace.writeMultiple(T[] entries,
long lease)
Writes the specified entries to this space. |
|
|
DefaultGigaSpace.writeMultiple(T[] entries,
long lease,
int updateModifiers)
|
|
|
GigaSpace.writeMultiple(T[] entries,
long lease,
int updateModifiers)
Writes the specified entries to this space. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |