Uses of Interface
com.j_spaces.core.LeaseContext
Packages that use LeaseContext
Package
Description
Deprecated: use
org.openspaces.core instead.Provides Space properties and security context services
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of LeaseContext in com.gigaspaces.client
Methods in com.gigaspaces.client that return LeaseContextModifier and TypeMethodDescriptionIPojoSpace.write(Object object, Transaction transaction, long lease) Deprecated.IPojoSpace.write(Object object, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long lease) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long lease, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead. -
Uses of LeaseContext in com.gigaspaces.cluster.replication
Methods in com.gigaspaces.cluster.replication that return LeaseContextConstructors in com.gigaspaces.cluster.replication with parameters of type LeaseContextModifierConstructorDescriptionWriteConsistencyLevelCompromisedException(int level, LeaseContext leaseContext) -
Uses of LeaseContext in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>LocalCacheImplWriteAction.write(LocalCacheContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]LocalCacheImplWriteAction.writeMultiple(LocalCacheContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) -
Uses of LeaseContext in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>LocalViewImplWriteAction.write(LocalViewContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]LocalViewImplWriteAction.writeMultiple(LocalViewContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) -
Uses of LeaseContext in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>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) ISpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease, long[] leases, long timeout, int modifiers) -
Uses of LeaseContext in com.gigaspaces.internal.client.spaceproxy.actioninfo
Methods in com.gigaspaces.internal.client.spaceproxy.actioninfo that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>WriteProxyActionInfo.convertWriteResult(IDirectSpaceProxy spaceProxy, LeaseContext<?> result) LeaseContext<?>[]WriteMultipleProxyActionInfo.convertWriteResults(IDirectSpaceProxy spaceProxy, LeaseContext<?>[] result) Methods in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>WriteProxyActionInfo.convertWriteResult(IDirectSpaceProxy spaceProxy, LeaseContext<?> result) LeaseContext<?>[]WriteMultipleProxyActionInfo.convertWriteResults(IDirectSpaceProxy spaceProxy, LeaseContext<?>[] result) -
Uses of LeaseContext in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>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) -
Uses of LeaseContext in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>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) Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>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) -
Uses of LeaseContext in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>[]WriteEntriesSpaceOperationRequest.getFinalResult() -
Uses of LeaseContext in com.gigaspaces.internal.exceptions
Methods in com.gigaspaces.internal.exceptions that return LeaseContext -
Uses of LeaseContext in com.gigaspaces.internal.lease
Classes in com.gigaspaces.internal.lease that implement LeaseContext -
Uses of LeaseContext in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>[]SpaceImpl.writeOld(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, int modifiers) -
Uses of LeaseContext in com.gigaspaces.internal.server.space.operations
Methods in com.gigaspaces.internal.server.space.operations that return LeaseContextModifier and TypeMethodDescriptionLeaseContext<?>WriteEntryResult.createLease(String typeName, SpaceImpl spaceImpl, boolean noWriteLease) -
Uses of LeaseContext in com.j_spaces.core
Classes in com.j_spaces.core that implement LeaseContextModifier and TypeClassDescriptionstatic classstatic classclassAn instance of this class represents an entry/template lease or a lease of an event registration results from an event registration.Fields in com.j_spaces.core declared as LeaseContextModifier and TypeFieldDescriptionAnswerPacket.m_leaseProxynon null iff update-or-write resulted in a writeMethods in com.j_spaces.core that return LeaseContextModifier and TypeMethodDescriptionstatic LeaseContext<?>LeaseInitializer.createDummyLease(String uid, int version) static LeaseContext<?>LeaseInitializer.createDummyLease(String uid, int version, Object obj) Methods in com.j_spaces.core with parameters of type LeaseContextModifier and TypeMethodDescriptionstatic booleanLeaseInitializer.isDummyLease(LeaseContext<?> lease) static voidLeaseInitializer.setPreviousObject(LeaseContext<?> lease, Object previousObject) Constructors in com.j_spaces.core with parameters of type LeaseContext -
Uses of LeaseContext in com.j_spaces.core.multiple.write
Methods in com.j_spaces.core.multiple.write that return LeaseContext -
Uses of LeaseContext in org.openspaces.core
Methods in org.openspaces.core that return LeaseContextModifier and TypeMethodDescription<T> LeaseContext<T>DefaultGigaSpace.write(T entry) <T> LeaseContext<T>DefaultGigaSpace.write(T entry, long lease) <T> LeaseContext<T>DefaultGigaSpace.write(T entry, long lease, long timeout, WriteModifiers modifiers) <T> LeaseContext<T>DefaultGigaSpace.write(T entry, WriteModifiers modifiers) <T> LeaseContext<T>GigaSpace.write(T entry) Writes a new object to the space, returning itsLeaseContext.<T> LeaseContext<T>GigaSpace.write(T entry, long lease) Writes a new object to the space, returning itsLeaseContext.<T> LeaseContext<T>GigaSpace.write(T entry, long lease, long timeout, WriteModifiers modifiers) Writes a new object to the space, returning itsLeaseContext.<T> LeaseContext<T>GigaSpace.write(T entry, WriteModifiers modifiers) Writes a new object to the space, returning itsLeaseContext.<T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, long lease) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, long[] leases, long timeout, WriteModifiers modifiers) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, long[] leases, WriteModifiers modifiers) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, long lease, long timeout, WriteModifiers modifiers) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, long lease, WriteModifiers modifiers) <T> LeaseContext<T>[]DefaultGigaSpace.writeMultiple(T[] entries, WriteModifiers modifiers) <T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, long lease) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, long[] leases, long timeout, WriteModifiers modifiers) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, long[] leases, WriteModifiers modifiers) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, long lease, long timeout, WriteModifiers modifiers) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, long lease, WriteModifiers modifiers) Writes the specified entries to this space.<T> LeaseContext<T>[]GigaSpace.writeMultiple(T[] entries, WriteModifiers modifiers) Writes the specified entries to this space.
GigaSpaceinstead.