GigaSpace instead.@Deprecated public interface IPojoSpace
| Modifier and Type | Method and Description | 
|---|---|
| void | clear(Object template,
     Transaction transaction)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| int | clear(Object template,
     Transaction transaction,
     int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| int | count(Object template,
     Transaction transaction)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| int | count(Object template,
     Transaction transaction,
     int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | read(Object template,
    Transaction transaction,
    long timeout)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | read(Object template,
    Transaction transaction,
    long timeout,
    int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | readIfExists(Object template,
            Transaction transaction,
            long timeout)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | readIfExists(Object template,
            Transaction transaction,
            long timeout,
            int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | readMultiple(Object template,
            Transaction transaction,
            int limit)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | readMultiple(Object template,
            Transaction transaction,
            int limit,
            int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| <T> ISpaceQuery<T> | snapshot(Object object)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | take(Object template,
    Transaction transaction,
    long timeout)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | take(Object template,
    Transaction transaction,
    long timeout,
    int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | takeIfExists(Object template,
            Transaction transaction,
            long timeout)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | takeMultiple(Object template,
            Transaction transaction,
            int limit)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | takeMultiple(Object template,
            Transaction txn,
            int limit,
            int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | update(Object updatedEntry,
      Transaction transaction,
      long lease,
      long timeout)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object | update(Object updatedEntry,
      Transaction transaction,
      long lease,
      long timeout,
      int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | updateMultiple(Object[] entries,
              Transaction transaction,
              long[] leases)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| Object[] | updateMultiple(Object[] objects,
              Transaction transaction,
              long[] leases,
              int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| LeaseContext | write(Object object,
     Transaction transaction,
     long lease)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| LeaseContext | write(Object object,
     Transaction transaction,
     long lease,
     long timeout,
     int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| LeaseContext[] | writeMultiple(Object[] objects,
             Transaction transaction,
             long lease)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| LeaseContext[] | writeMultiple(Object[] objects,
             Transaction transaction,
             long[] leases,
             int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
| LeaseContext[] | writeMultiple(Object[] objects,
             Transaction transaction,
             long lease,
             int modifiers)Deprecated. 
 Since 8.0 - Use  GigaSpaceinstead. | 
@Deprecated int count(Object template, Transaction transaction) throws UnusableEntryException, TransactionException, RemoteException
GigaSpace instead.@Deprecated int count(Object template, Transaction transaction, int modifiers) throws UnusableEntryException, TransactionException, RemoteException
GigaSpace instead.@Deprecated void clear(Object template, Transaction transaction) throws RemoteException, TransactionException, UnusableEntryException
GigaSpace instead.@Deprecated int clear(Object template, Transaction transaction, int modifiers) throws RemoteException, TransactionException, UnusableEntryException
GigaSpace instead.@Deprecated Object read(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object read(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object readIfExists(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object readIfExists(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object[] readMultiple(Object template, Transaction transaction, int limit) throws TransactionException, UnusableEntryException, RemoteException
GigaSpace instead.@Deprecated Object[] readMultiple(Object template, Transaction transaction, int limit, int modifiers) throws TransactionException, UnusableEntryException, RemoteException
GigaSpace instead.@Deprecated Object take(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object take(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object takeIfExists(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException
GigaSpace instead.@Deprecated Object[] takeMultiple(Object template, Transaction transaction, int limit) throws TransactionException, UnusableEntryException, RemoteException
GigaSpace instead.@Deprecated Object[] takeMultiple(Object template, Transaction txn, int limit, int modifiers) throws TransactionException, UnusableEntryException, RemoteException
GigaSpace instead.@Deprecated <T> ISpaceQuery<T> snapshot(Object object) throws RemoteException
GigaSpace instead.RemoteException@Deprecated LeaseContext write(Object object, Transaction transaction, long lease) throws TransactionException, RemoteException
GigaSpace instead.TransactionExceptionRemoteException@Deprecated LeaseContext write(Object object, Transaction transaction, long lease, long timeout, int modifiers) throws TransactionException, RemoteException
GigaSpace instead.TransactionExceptionRemoteException@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long lease) throws TransactionException, RemoteException
GigaSpace instead.TransactionExceptionRemoteException@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long lease, int modifiers) throws TransactionException, RemoteException
GigaSpace instead.TransactionExceptionRemoteException@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) throws TransactionException, RemoteException
GigaSpace instead.TransactionExceptionRemoteException@Deprecated Object update(Object updatedEntry, Transaction transaction, long lease, long timeout) throws TransactionException, UnusableEntryException, RemoteException, InterruptedException
GigaSpace instead.@Deprecated Object update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers) throws TransactionException, UnusableEntryException, RemoteException, InterruptedException
GigaSpace instead.@Deprecated Object[] updateMultiple(Object[] entries, Transaction transaction, long[] leases) throws UnusableEntryException, TransactionException, RemoteException
GigaSpace instead.@Deprecated Object[] updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) throws UnusableEntryException, TransactionException, RemoteException
GigaSpace instead.Copyright © GigaSpaces.