Package com.gigaspaces.client
Interface IPojoSpace
- All Known Subinterfaces:
IDirectSpaceProxy,IJSpace,ISpaceProxy
- All Known Implementing Classes:
AbstractDirectSpaceProxy,AbstractSpaceCacheContainer,AbstractSpaceProxy,LocalCacheContainer,LocalViewContainer,SpaceProxyImpl
Deprecated.
- Since:
- 6.1
- Author:
- Guy Korland
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear(Object template, Transaction transaction) Deprecated.Since 8.0 - UseGigaSpaceinstead.intclear(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.intcount(Object template, Transaction transaction) Deprecated.Since 8.0 - UseGigaSpaceinstead.intcount(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.read(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.read(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.readIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.readIfExists(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]readMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]readMultiple(Object template, Transaction transaction, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.<T> ISpaceQuery<T>Deprecated.Since 8.0 - UseGigaSpaceinstead.take(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.take(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.takeIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]takeMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]takeMultiple(Object template, Transaction txn, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.update(Object updatedEntry, Transaction transaction, long lease, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]updateMultiple(Object[] entries, Transaction transaction, long[] leases) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.write(Object object, Transaction transaction, long lease) Deprecated.Since 8.0 - UseGigaSpaceinstead.write(Object object, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.writeMultiple(Object[] objects, Transaction transaction, long lease) Deprecated.Since 8.0 - UseGigaSpaceinstead.writeMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.writeMultiple(Object[] objects, Transaction transaction, long lease, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.
-
Method Details
-
count
@Deprecated int count(Object template, Transaction transaction) throws UnusableEntryException, TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
count
@Deprecated int count(Object template, Transaction transaction, int modifiers) throws UnusableEntryException, TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
clear
@Deprecated void clear(Object template, Transaction transaction) throws RemoteException, TransactionException, UnusableEntryException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
clear
@Deprecated int clear(Object template, Transaction transaction, int modifiers) throws RemoteException, TransactionException, UnusableEntryException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
read
@Deprecated Object read(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
read
@Deprecated Object read(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
readIfExists
@Deprecated Object readIfExists(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
readIfExists
@Deprecated Object readIfExists(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
readMultiple
@Deprecated Object[] readMultiple(Object template, Transaction transaction, int limit) throws TransactionException, UnusableEntryException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
readMultiple
@Deprecated Object[] readMultiple(Object template, Transaction transaction, int limit, int modifiers) throws TransactionException, UnusableEntryException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
take
@Deprecated Object take(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
take
@Deprecated Object take(Object template, Transaction transaction, long timeout, int modifiers) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
takeIfExists
@Deprecated Object takeIfExists(Object template, Transaction transaction, long timeout) throws UnusableEntryException, TransactionException, InterruptedException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
takeMultiple
@Deprecated Object[] takeMultiple(Object template, Transaction transaction, int limit) throws TransactionException, UnusableEntryException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
takeMultiple
@Deprecated Object[] takeMultiple(Object template, Transaction txn, int limit, int modifiers) throws TransactionException, UnusableEntryException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
snapshot
Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
RemoteException
-
write
@Deprecated LeaseContext write(Object object, Transaction transaction, long lease) throws TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
TransactionExceptionRemoteException
-
write
@Deprecated LeaseContext write(Object object, Transaction transaction, long lease, long timeout, int modifiers) throws TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
TransactionExceptionRemoteException
-
writeMultiple
@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long lease) throws TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
TransactionExceptionRemoteException
-
writeMultiple
@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long lease, int modifiers) throws TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
TransactionExceptionRemoteException
-
writeMultiple
@Deprecated LeaseContext[] writeMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) throws TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.- Throws:
TransactionExceptionRemoteException
-
update
@Deprecated Object update(Object updatedEntry, Transaction transaction, long lease, long timeout) throws TransactionException, UnusableEntryException, RemoteException, InterruptedException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
update
@Deprecated Object update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers) throws TransactionException, UnusableEntryException, RemoteException, InterruptedException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
updateMultiple
@Deprecated Object[] updateMultiple(Object[] entries, Transaction transaction, long[] leases) throws UnusableEntryException, TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead. -
updateMultiple
@Deprecated Object[] updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) throws UnusableEntryException, TransactionException, RemoteException Deprecated.Since 8.0 - UseGigaSpaceinstead.
-
GigaSpaceinstead.