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