| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.cluster.replication | |
| com.gigaspaces.internal.client.cache.localcache.actions | |
| com.gigaspaces.internal.client.cache.localview.actions | |
| com.gigaspaces.internal.client.spaceproxy | |
| com.gigaspaces.internal.client.spaceproxy.actioninfo | |
| com.gigaspaces.internal.client.spaceproxy.actions | |
| com.gigaspaces.internal.client.spaceproxy.metadata | |
| com.gigaspaces.internal.client.spaceproxy.operations | |
| com.gigaspaces.internal.exceptions | |
| com.gigaspaces.internal.lease | |
| 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.multiple.write | |
| org.openspaces.core | 
 Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext | 
IPojoSpace.write(Object object,
     Transaction transaction,
     long lease)
Deprecated. 
 
Since 8.0 - Use  
GigaSpace instead. | 
LeaseContext | 
IPojoSpace.write(Object object,
     Transaction transaction,
     long lease,
     long timeout,
     int modifiers)
Deprecated. 
 
Since 8.0 - Use  
GigaSpace instead. | 
LeaseContext[] | 
IPojoSpace.writeMultiple(Object[] objects,
             Transaction transaction,
             long lease)
Deprecated. 
 
Since 8.0 - Use  
GigaSpace instead. | 
LeaseContext[] | 
IPojoSpace.writeMultiple(Object[] objects,
             Transaction transaction,
             long[] leases,
             int modifiers)
Deprecated. 
 
Since 8.0 - Use  
GigaSpace instead. | 
LeaseContext[] | 
IPojoSpace.writeMultiple(Object[] objects,
             Transaction transaction,
             long lease,
             int modifiers)
Deprecated. 
 
Since 8.0 - Use  
GigaSpace instead. | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext | 
WriteConsistencyLevelCompromisedException.getLeaseContext()  | 
| Constructor and Description | 
|---|
WriteConsistencyLevelCompromisedException(int level,
                                         LeaseContext leaseContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
LocalCacheImplWriteAction.write(LocalCacheContainer spaceProxy,
     WriteProxyActionInfo actionInfo)  | 
LeaseContext<?>[] | 
LocalCacheImplWriteAction.writeMultiple(LocalCacheContainer spaceProxy,
             WriteMultipleProxyActionInfo actionInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
LocalViewImplWriteAction.write(LocalViewContainer spaceProxy,
     WriteProxyActionInfo actionInfo)  | 
LeaseContext<?>[] | 
LocalViewImplWriteAction.writeMultiple(LocalViewContainer spaceProxy,
             WriteMultipleProxyActionInfo actionInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
AbstractSpaceProxy.write(Object entry,
     Transaction txn,
     long lease)  | 
LeaseContext<?> | 
AbstractSpaceProxy.write(Object entry,
     Transaction txn,
     long lease,
     long timeout,
     int modifiers)  | 
LeaseContext<?>[] | 
AbstractSpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long lease)  | 
LeaseContext<?>[] | 
AbstractSpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long[] leases,
             int modifiers)  | 
LeaseContext<?>[] | 
AbstractSpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long lease,
             int modifiers)  | 
LeaseContext<?>[] | 
AbstractSpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long lease,
             long[] leases,
             int modifiers)  | 
LeaseContext<?>[] | 
AbstractSpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long lease,
             long[] leases,
             long timeout,
             int modifiers)  | 
LeaseContext[] | 
ISpaceProxy.writeMultiple(Object[] objects,
             Transaction txn,
             long lease,
             long[] leases,
             long timeout,
             int modifiers)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
WriteProxyActionInfo.convertWriteResult(IDirectSpaceProxy spaceProxy,
                  LeaseContext<?> result)  | 
LeaseContext<?>[] | 
WriteMultipleProxyActionInfo.convertWriteResults(IDirectSpaceProxy spaceProxy,
                   LeaseContext<?>[] result)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
WriteProxyActionInfo.convertWriteResult(IDirectSpaceProxy spaceProxy,
                  LeaseContext<?> result)  | 
LeaseContext<?>[] | 
WriteMultipleProxyActionInfo.convertWriteResults(IDirectSpaceProxy spaceProxy,
                   LeaseContext<?>[] result)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
AbstractSpaceProxyActionManager.write(Object entry,
     Transaction txn,
     long lease,
     long timeout,
     int modifiers)  | 
LeaseContext<?> | 
SpaceProxyImplWriteAction.write(SpaceProxyImpl spaceProxy,
     WriteProxyActionInfo actionInfo)  | 
abstract LeaseContext<?> | 
WriteProxyAction.write(TSpaceProxy spaceProxy,
     WriteProxyActionInfo actionInfo)  | 
LeaseContext<?>[] | 
AbstractSpaceProxyActionManager.writeMultiple(Object[] objects,
             Transaction txn,
             long lease,
             long[] leases,
             long timeout,
             int modifiers)  | 
LeaseContext<?>[] | 
SpaceProxyImplWriteAction.writeMultiple(SpaceProxyImpl spaceProxy,
             WriteMultipleProxyActionInfo actionInfo)  | 
abstract LeaseContext<?>[] | 
WriteProxyAction.writeMultiple(TSpaceProxy spaceProxy,
             WriteMultipleProxyActionInfo actionInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
ISpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> result,
                          Object entry,
                          IEntryPacket entryPacket,
                          int modifiers)  | 
LeaseContext<?> | 
SpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> lease,
                          Object entry,
                          IEntryPacket entryPacekt,
                          int modifiers)  | 
LeaseContext<?> | 
ISpaceProxyTypeManager.convertWriteResult(Object entry,
                  IEntryPacket entryPacket,
                  LeaseContext<?> writeResult)  | 
LeaseContext<?> | 
SpaceProxyTypeManager.convertWriteResult(Object entry,
                  IEntryPacket entryPacket,
                  LeaseContext<?> lease)  | 
LeaseContext<?> | 
ISpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult,
                  Object entry,
                  IEntryPacket entryPacket)  | 
LeaseContext<?> | 
SpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult,
                  Object entry,
                  IEntryPacket entryPacket)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
ISpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> result,
                          Object entry,
                          IEntryPacket entryPacket,
                          int modifiers)  | 
LeaseContext<?> | 
SpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> lease,
                          Object entry,
                          IEntryPacket entryPacekt,
                          int modifiers)  | 
LeaseContext<?> | 
ISpaceProxyTypeManager.convertWriteResult(Object entry,
                  IEntryPacket entryPacket,
                  LeaseContext<?> writeResult)  | 
LeaseContext<?> | 
SpaceProxyTypeManager.convertWriteResult(Object entry,
                  IEntryPacket entryPacket,
                  LeaseContext<?> lease)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?>[] | 
WriteEntriesSpaceOperationRequest.getFinalResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
WriteResultImpl.getLeaseContext()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceEntryLease<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?>[] | 
SpaceImpl.writeOld(IEntryPacket[] entries,
        Transaction txn,
        long lease,
        long[] leases,
        SpaceContext sc,
        int modifiers)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
WriteEntryResult.createLease(String typeName,
           SpaceImpl spaceImpl,
           boolean noWriteLease)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LeaseInitializer.UIDLease  | 
static class  | 
LeaseInitializer.UpdateContextLease  | 
class  | 
LeaseProxy
An instance of this class represents an entry/template lease or a lease of an event registration
 results from an event registration. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
LeaseContext | 
AnswerPacket.m_leaseProxy
non null iff update-or-write resulted in a write 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LeaseContext<?> | 
LeaseInitializer.createDummyLease(String uid,
                int version)  | 
static LeaseContext<?> | 
LeaseInitializer.createDummyLease(String uid,
                int version,
                Object obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EntryInfo | 
LeaseInitializer.getEntryInfo(LeaseContext<?> lease)  | 
static boolean | 
LeaseInitializer.isDummyLease(LeaseContext<?> lease)  | 
static void | 
LeaseInitializer.setPreviousObject(LeaseContext<?> lease,
                 Object previousObject)  | 
| Constructor and Description | 
|---|
AnswerPacket(LeaseContext lease)  | 
| Modifier and Type | Method and Description | 
|---|---|
LeaseContext<?> | 
IWriteResult.getLeaseContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> LeaseContext<T> | 
DefaultGigaSpace.write(T entry)  | 
<T> LeaseContext<T> | 
GigaSpace.write(T entry)
Writes a new object to the space, returning its  
LeaseContext. | 
<T> LeaseContext<T> | 
DefaultGigaSpace.write(T entry,
     long lease)  | 
<T> LeaseContext<T> | 
GigaSpace.write(T entry,
     long lease)
Writes a new object to the space, returning its  
LeaseContext. | 
<T> LeaseContext<T> | 
DefaultGigaSpace.write(T entry,
     long lease,
     long timeout,
     WriteModifiers modifiers)  | 
<T> LeaseContext<T> | 
GigaSpace.write(T entry,
     long lease,
     long timeout,
     WriteModifiers modifiers)
Writes a new object to the space, returning its  
LeaseContext. | 
<T> LeaseContext<T> | 
DefaultGigaSpace.write(T entry,
     WriteModifiers modifiers)  | 
<T> LeaseContext<T> | 
GigaSpace.write(T entry,
     WriteModifiers modifiers)
Writes a new object to the space, returning its  
LeaseContext. | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             long lease)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             long lease)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             long[] leases,
             long timeout,
             WriteModifiers modifiers)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             long[] leases,
             long timeout,
             WriteModifiers modifiers)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             long[] leases,
             WriteModifiers modifiers)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             long[] leases,
             WriteModifiers modifiers)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             long lease,
             long timeout,
             WriteModifiers modifiers)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             long lease,
             long timeout,
             WriteModifiers modifiers)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             long lease,
             WriteModifiers modifiers)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             long lease,
             WriteModifiers modifiers)
Writes the specified entries to this space. 
 | 
<T> LeaseContext<T>[] | 
DefaultGigaSpace.writeMultiple(T[] entries,
             WriteModifiers modifiers)  | 
<T> LeaseContext<T>[] | 
GigaSpace.writeMultiple(T[] entries,
             WriteModifiers modifiers)
Writes the specified entries to this space. 
 | 
Copyright © GigaSpaces.