Uses of Class
net.jini.core.entry.UnusableEntryException
Packages that use UnusableEntryException
Package
Description
Deprecated: use
org.openspaces.core instead.Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces filter plug-in interfaces.
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of UnusableEntryException in com.gigaspaces.client
Methods in com.gigaspaces.client that throw UnusableEntryExceptionModifier and TypeMethodDescriptionvoidIPojoSpace.clear(Object template, Transaction transaction) Deprecated.intIPojoSpace.clear(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.intIPojoSpace.count(Object template, Transaction transaction) Deprecated.Since 8.0 - UseGigaSpaceinstead.intIPojoSpace.count(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.read(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.read(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.readMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.readMultiple(Object template, Transaction transaction, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.take(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.take(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.takeIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.takeMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.takeMultiple(Object template, Transaction txn, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.updateMultiple(Object[] entries, Transaction transaction, long[] leases) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead. -
Uses of UnusableEntryException in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that throw UnusableEntryExceptionModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.readById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceCacheContainer.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that throw UnusableEntryExceptionModifier and TypeMethodDescriptionAsyncFuture<?>LocalCacheImplReadTakeAction.asyncRead(LocalCacheContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>LocalCacheImplReadTakeAction.asyncTake(LocalCacheContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) intLocalCacheImplCountClearAction.execute(LocalCacheContainer spaceProxy, CountClearProxyActionInfo actionInfo) LocalCacheImplReadTakeAction.read(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.readByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.readMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LocalCacheImplReadTakeEntriesUidsAction.readTakeEntriesUids(LocalCacheContainer spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) LocalCacheImplReadTakeAction.take(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.takeByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.takeMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that throw UnusableEntryExceptionModifier and TypeMethodDescriptionintLocalViewImplCountClearAction.execute(LocalViewContainer spaceProxy, CountClearProxyActionInfo actionInfo) LocalViewImplReadTakeAction.read(LocalViewContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalViewImplReadTakeByIdsAction.readByIds(LocalViewContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalViewImplReadTakeMultipleAction.readMultiple(LocalViewContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LocalViewImplReadTakeEntriesUidsAction.readTakeEntriesUids(LocalViewContainer spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) Object[]LocalViewImplReadTakeByIdsAction.takeByIds(LocalViewContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalViewImplReadTakeMultipleAction.takeMultiple(LocalViewContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that throw UnusableEntryExceptionModifier and TypeMethodDescriptionvoidAbstractSpaceProxy.clear(Object template, Transaction txn) intAbstractSpaceProxy.clear(Object template, Transaction txn, int modifiers) intAbstractSpaceProxy.count(Object template, Transaction txn) intAbstractSpaceProxy.count(Object template, Transaction txn, int modifiers) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.read(Entry template, Transaction txn, long timeout) ISpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.readById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxy.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) ISpaceProxy.readById(ReadTakeProxyActionInfo actionInfo) ISpaceProxy.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxy.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxy.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxy.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]ISpaceProxy.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) AbstractSpaceProxy.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) ISpaceProxy.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxy.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) ISpaceProxy.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) Read entries UIDs from space.AbstractSpaceProxy.readIfExists(Object template, Transaction txn, long timeout) AbstractSpaceProxy.readIfExists(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.readIfExists(Entry template, Transaction txn, long timeout) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries, int modifiers) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries, int modifiers, boolean returnOnlyUids) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) Object[]ISpaceProxy.readMultiple(Object template, Transaction transaction, int limit, int modifiers, boolean returnOnlyUids) Object[]ISpaceProxy.readMultiple(Object template, Transaction transaction, long timeout, int limit, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.take(Entry template, Transaction txn, long timeout) ISpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.takeById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxy.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) ISpaceProxy.takeById(ReadTakeProxyActionInfo actionInfo) ISpaceProxy.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxy.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxy.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxy.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]ISpaceProxy.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) AbstractSpaceProxy.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) ISpaceProxy.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxy.takeIfExists(Object template, Transaction txn, long timeout) AbstractSpaceProxy.takeIfExists(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.takeIfExists(Entry template, Transaction txn, long timeout) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries, int modifiers) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries, int modifiers, boolean returnOnlyUids) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) Object[]ISpaceProxy.takeMultiple(Object template, Transaction transaction, int limit, int modifiers, boolean returnOnlyUids) Object[]ISpaceProxy.takeMultiple(Object template, Transaction transaction, long timeout, int limit, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) AbstractSpaceProxy.update(Object updatedEntry, Transaction transaction, long lease, long timeout) AbstractSpaceProxy.update(Object entry, Transaction txn, long lease, long timeout, int modifiers) Object[]AbstractSpaceProxy.updateMultiple(Object[] entries, Transaction txn, long[] leases) Object[]AbstractSpaceProxy.updateMultiple(Object[] entries, Transaction txn, long[] leases, int modifiers) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that throw UnusableEntryExceptionModifier and TypeMethodDescriptionabstract AsyncFuture<?>ReadTakeProxyAction.asyncRead(TSpaceProxy spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>SpaceProxyImplReadTakeAction.asyncRead(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) abstract AsyncFuture<?>ReadTakeProxyAction.asyncTake(TSpaceProxy spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>SpaceProxyImplReadTakeAction.asyncTake(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) intAbstractSpaceProxyActionManager.count(Object template, Transaction txn, int modifiers) abstract intCountClearProxyAction.execute(TSpaceProxy spaceProxy, CountClearProxyActionInfo actionInfo) intSpaceProxyImplCountClearAction.execute(SpaceProxyImpl spaceProxy, CountClearProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.read(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) abstract ObjectReadTakeProxyAction.read(TSpaceProxy spaceProxy, ReadTakeProxyActionInfo actionInfo) SpaceProxyImplReadTakeAction.read(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxyActionManager.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxyActionManager.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxyActionManager.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) abstract Object[]ReadTakeByIdsProxyAction.readByIds(TSpaceProxy spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeByIdsAction.readByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) AbstractSpaceProxyActionManager.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxyActionManager.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) Object[]AbstractSpaceProxyActionManager.readMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) abstract Object[]ReadTakeMultipleProxyAction.readMultiple(TSpaceProxy spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeMultipleAction.readMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) abstract ReadTakeEntriesUidsResultReadTakeEntriesUidsProxyAction.readTakeEntriesUids(TSpaceProxy spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) protected voidReadTakeMultipleProxyAction.rethrowException(Throwable exception) Rethrow Exception as typed exception.abstract <T> ISpaceQuery<T>SnapshotProxyAction.snapshot(TSpaceProxy spaceProxy, SnapshotProxyActionInfo actionInfo) <T> ISpaceQuery<T>SpaceProxyImplSnapshotAction.snapshot(SpaceProxyImpl spaceProxy, SnapshotProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.take(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) abstract ObjectReadTakeProxyAction.take(TSpaceProxy spaceProxy, ReadTakeProxyActionInfo actionInfo) SpaceProxyImplReadTakeAction.take(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxyActionManager.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxyActionManager.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxyActionManager.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) abstract Object[]ReadTakeByIdsProxyAction.takeByIds(TSpaceProxy spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeByIdsAction.takeByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) AbstractSpaceProxyActionManager.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) Object[]AbstractSpaceProxyActionManager.takeMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) abstract Object[]ReadTakeMultipleProxyAction.takeMultiple(TSpaceProxy spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeMultipleAction.takeMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata that throw UnusableEntryExceptionModifier and TypeMethodDescriptionISpaceProxyTypeManager.getObjectFromIGSEntry(IGSEntry entry) SpaceProxyTypeManager.getObjectFromIGSEntry(IGSEntry entry) -
Uses of UnusableEntryException in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that throw UnusableEntryExceptionModifier and TypeMethodDescriptionintCountClearEntriesSpaceOperationRequest.getFinalResult()ReadTakeEntriesByIdsSpaceOperationRequest.getFinalResult()ReadTakeEntriesSpaceOperationRequest.getFinalResult()ReadTakeEntriesUidsSpaceOperationRequest.getFinalResult()ReadTakeEntrySpaceOperationRequest.getFinalResult()voidCountClearEntriesSpaceOperationResult.processExecutionException()voidReadTakeEntriesByIdsSpaceOperationResult.processExecutionException()voidReadTakeEntriesSpaceOperationResult.processExecutionException()voidReadTakeEntriesUidsSpaceOperationResult.processExecutionException() -
Uses of UnusableEntryException in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers that throw UnusableEntryExceptionModifier and TypeMethodDescriptionprotected ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEvictionProtectionEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) protected voidAbstractSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidAbstractSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected abstract ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, int modifiers) protected ExtendedAnswerHolderActiveActiveSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) -
Uses of UnusableEntryException in com.gigaspaces.internal.cluster.node.impl.packets.data.filters
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.filters that throw UnusableEntryException -
Uses of UnusableEntryException in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that throw UnusableEntryExceptionModifier and TypeMethodDescriptionvoidLRMISpaceImpl.snapshot(ITemplatePacket e) voidLRMISpaceImpl.snapshot(ITemplatePacket e, SpaceContext sc) -
Uses of UnusableEntryException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw UnusableEntryExceptionModifier and TypeMethodDescriptionSpaceImpl.asyncRead(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers, IFuture result) SpaceEngine.change(ITemplatePacket template, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, Collection<SpaceEntryMutator> mutators, int operationModifiers, boolean returnOnlyUid) perform an update in place using mutatorsSpaceEngine.clear(ITemplatePacket template, Transaction txn, SpaceContext sc, int operationModifiers) SpaceImpl.clear(ITemplatePacket template, Transaction txn, int modifiers, SpaceContext sc) SpaceEngine.count(ITemplatePacket template, Transaction txn, SpaceContext sc, int operationModifiers) SpaceImpl.count(ITemplatePacket template, Transaction txn, SpaceContext sc, int modifiers) SpaceImpl.getNextBatchFromServerIterator(ITemplatePacket template, SpaceContext sc, int modifiers, ServerIteratorRequestInfo serverIteratorRequestInfo) SpaceEngine.newUpdateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, long timeout, int operationModifiers) perform update of multiple entries.SpaceEngine.notify(ITemplatePacket template, long lease, boolean fromReplication, String templateUid, SpaceContext sc, NotifyInfo info) SpaceImpl.notify(ITemplatePacket template, Transaction txn, long lease, SpaceContext sc, NotifyInfo info) SpaceEngine.read(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, SpaceContext sc, boolean returnOnlyUid, boolean fromReplication, boolean origin, int operationModifiers) SpaceImpl.read(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceImpl.readByIds(ITemplatePacket template, Transaction txn, boolean take, SpaceContext spaceContext, int modifiers) SpaceEngine.readMultiple(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, SpaceContext sc, boolean returnOnlyUid, int operationModifiers, BatchQueryOperationContext batchOperationContext, List<SpaceEntriesAggregator> aggregators, ServerIteratorRequestInfo serverIteratorRequestInfo) SpaceImpl.readMultiple(ITemplatePacket template, Transaction txn, boolean take, int maxEntries, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceImpl.readMultiple(ITemplatePacket template, Transaction txn, boolean take, int maxEntries, SpaceContext sc, boolean returnOnlyUid, int modifiers, int minEntries, long timeout, boolean isIfExist) SpaceImpl.readNew(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers) voidSpaceEngine.registerLocalView(ITemplatePacket[] queryPackets, Collection<SpaceQueryDetails> queryDescriptions, RouterStubHolder viewStub, int batchSize, long batchTimeout, SpaceContext spaceContext) voidIRemoteSpace.snapshot(ITemplatePacket e) Deprecated.Since 16.4.0 - useIRemoteSpace.snapshot(ITemplatePacket, SpaceContext)instead.voidIRemoteSpace.snapshot(ITemplatePacket e, SpaceContext sc) voidSpaceEngine.snapshot(ITemplatePacket entryPacket) Return a snapshot of the given entry.voidSpaceImpl.snapshot(ITemplatePacket template) voidSpaceImpl.snapshot(ITemplatePacket template, SpaceContext sc) SpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers) perform an update operation- make it atomic NOTE- returnonlyUID is ignoredSpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers, MultipleIdsContext multipleIdsContext) SpaceImpl.update(IEntryPacket entry, Transaction txn, long lease, long timeout, SpaceContext sc, int modifiers, boolean newRouter) Object[]SpaceEngine.updateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, int operationModifiers, boolean newRouter) perform update of multiple entries.SpaceEngine.updateOrWrite(UpdateOrWriteContext ctx, boolean newRouter) SpaceEngine.updateOrWrite(UpdateOrWriteContext ctx, boolean fromReplication, boolean origin, boolean newRouter) SpaceEngine.write(IEntryPacket entryPacket, Transaction txn, long lease, int modifiers, boolean fromReplication, boolean origin, SpaceContext sc) Creates an IEntryHolder object from the specified entry packet and inserts it into all relevant engine tables.SpaceImpl.write(IEntryPacket entry, Transaction txn, long lease, int modifiers, boolean fromReplication, SpaceContext sc) -
Uses of UnusableEntryException in com.gigaspaces.internal.server.space.metadata
Methods in com.gigaspaces.internal.server.space.metadata that throw UnusableEntryException -
Uses of UnusableEntryException in com.j_spaces.core
Subclasses of UnusableEntryException in com.j_spaces.coreModifier and TypeClassDescriptionclassA DetailedUnusableEntryException is thrown when class version compatibility error, the space server contains an older version of class.classParent exception class of all Fifo Exceptions.classDeprecated.This exception is no longer thrown.classThis exception is thrown if read or take operations executed in FIFO mode, but the template class FIFO mode already been set to non FIFO.Methods in com.j_spaces.core that throw UnusableEntryException -
Uses of UnusableEntryException in com.j_spaces.core.client
Subclasses of UnusableEntryException in com.j_spaces.core.clientModifier and TypeClassDescriptionclassThis exception is thrown when update operation is rejected.classThis exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.Methods in com.j_spaces.core.client that throw UnusableEntryException -
Uses of UnusableEntryException in com.j_spaces.core.client.sql
Methods in com.j_spaces.core.client.sql that throw UnusableEntryExceptionModifier and TypeMethodDescriptionIQueryManager.readTake(ReadTakeProxyActionInfo actionInfo) QueryManager.readTake(ReadTakeProxyActionInfo actionInfo) -
Uses of UnusableEntryException in com.j_spaces.core.filters.entry
Methods in com.j_spaces.core.filters.entry that throw UnusableEntryException -
Uses of UnusableEntryException in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor that throw UnusableEntryExceptionModifier and TypeMethodDescriptionProcessor.handleDirectWriteSA(Context context, IEntryHolder entry, IServerTypeDesc typeDesc, boolean fromReplication, boolean origin, boolean reInsertedEntry, boolean supplied_uid, boolean lockXtnsIfNeeded, int modifiers) Handles Direct write SA. -
Uses of UnusableEntryException in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder that throw UnusableEntryExceptionModifier and TypeMethodDescriptionQueryTemplatePacket.take(IJSpace space, Object routing, AbstractProjectionTemplate projectionTemplate, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor, QueryResultTypeInternal resultType) -
Uses of UnusableEntryException in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor that throw UnusableEntryExceptionModifier and TypeMethodDescriptionintAbstractQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifiers) intIQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifier) Execute clear -
Uses of UnusableEntryException in com.j_spaces.jmx
Methods in com.j_spaces.jmx that throw UnusableEntryExceptionModifier and TypeMethodDescriptionvoidRemoves the entries that match the specified template from this space.intReturns the number of entries.Deprecated. -
Uses of UnusableEntryException in com.j_spaces.sadapter.cache
Methods in com.j_spaces.sadapter.cache that throw UnusableEntryException -
Uses of UnusableEntryException in com.j_spaces.sadapter.datasource
Methods in com.j_spaces.sadapter.datasource that throw UnusableEntryExceptionModifier and TypeMethodDescriptionConverts given object to IGSEntryConvert key value to entryEntryPacketDataConverter.toInternal(Object obj) IDataConverter.toInternal(Object obj) Converts to internal representation -
Uses of UnusableEntryException in net.jini.space
Methods in net.jini.space that throw UnusableEntryExceptionModifier and TypeMethodDescriptionJavaSpace.read(Entry tmpl, Transaction txn, long timeout) Read any matching entry from the space, blocking until one exists.JavaSpace.readIfExists(Entry tmpl, Transaction txn, long timeout) Read any matching entry from the space, returningnullif there is currently is none.JavaSpace.take(Entry tmpl, Transaction txn, long timeout) Take a matching entry from the space, waiting until one exists.JavaSpace.takeIfExists(Entry tmpl, Transaction txn, long timeout) Take a matching entry from the space, returningnullif there is currently is none. -
Uses of UnusableEntryException in org.openspaces.core
Constructors in org.openspaces.core with parameters of type UnusableEntryExceptionModifierConstructorDescriptionUnusableEntryException(String message, UnusableEntryException cause) -
Uses of UnusableEntryException in org.openspaces.core.executor.mvcc.protocol
Methods in org.openspaces.core.executor.mvcc.protocol that throw UnusableEntryExceptionModifier and TypeMethodDescriptionprotected abstract AbstractMVCCProtocolTaskResultAbstractPrepareTwoPhaseTask.executePrepareTask(IDirectSpaceProxy proxy, Transaction transaction)
GigaSpaceinstead.