Uses of Interface
com.j_spaces.kernel.pool.IResource
Packages that use IResource
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
Provides Space properties and security context services
-
Uses of IResource in com.gigaspaces.internal.io
Subinterfaces of IResource in com.gigaspaces.internal.ioClasses in com.gigaspaces.internal.io that implement IResourceModifier and TypeClassDescriptionclassNotice! this implementation is not Thread safe and should be use in conjunction withResourcePoolonly.classNotice! this implementation is not Thread safe and should be use in conjuction withResourcePoolonly. -
Uses of IResource in com.gigaspaces.internal.server.space.events
Classes in com.gigaspaces.internal.server.space.events that implement IResourceModifier and TypeClassDescriptionclassA RemoteEventBatchBusPacket represents a batch of remote events that should be sent to a remote listener.classA RemoteEventBusPacket represents a remote event that should be sent to a remote listener. -
Uses of IResource in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer
Classes in com.gigaspaces.internal.server.space.redolog.storage.bytebuffer that implement IResourceModifier and TypeClassDescriptionclassA resource for byte array, ensure capacity must be called each time this resource is takenclass -
Uses of IResource in com.gigaspaces.internal.utils.pool
Subinterfaces of IResource in com.gigaspaces.internal.utils.poolModifier and TypeInterfaceDescriptioninterfaceExtension ofIResourcethat provides the amount of memory this resource consumes. -
Uses of IResource in com.gigaspaces.lrmi
Classes in com.gigaspaces.lrmi that implement IResourceModifier and TypeClassDescriptionclassBaseClientPeer is a convenient abstract superclass for Client Peer classes of Protocol Adapters.classAn encapsulation of a ClientPeer resource -
Uses of IResource in com.gigaspaces.lrmi.nio
Classes in com.gigaspaces.lrmi.nio that implement IResource -
Uses of IResource in com.j_spaces.core
Classes in com.j_spaces.core that implement IResourceModifier and TypeClassDescriptionclassCopyright (c) 2010 GigaSpaces Technologies Ltd. -
Uses of IResource in com.j_spaces.core.server.processor
Classes in com.j_spaces.core.server.processor that implement IResourceModifier and TypeClassDescriptionclassCreated by yechielf on 09/02/2015.classBusPacket<T>A Bus Packet is an event that is sent on some MT-Queue in order to be handled by a Worker Thread.classclassclassCopyright (c) 2010 GigaSpaces Technologies Ltd.classA bus packet that is used to search for override notify templates.classclassThis bus packet is created for asynchronous handling of waiting for templates when an entry is removed inremoveEntrySA().classA RollbackBusPacket represents a transaction rollback.classa bus packet that will be processed by the processor and resubmit an update/write request to the engine in a callback mode. -
Uses of IResource in com.j_spaces.core.transaction
Classes in com.j_spaces.core.transaction that implement IResourceModifier and TypeClassDescriptionclasscheck the state of a xtn in the tm using callback Created by yechielf on 13/10/2015.class -
Uses of IResource in com.j_spaces.kernel.pool
Classes in com.j_spaces.kernel.pool with type parameters of type IResourceModifier and TypeClassDescriptionclassBlockingResourcePool<R extends IResource>a resource pool that blocks clients when all resources are busy.interfaceIResourceFactory<R extends IResource>IResourceFactory interface for allocating new resources out of the ResourcesPool.interfaceIResourcePool<R extends IResource>base interface for resource pools.interfaceIResourceProcedure<R extends IResource>classResourcePool<R extends IResource>A Bound Pool of Resource objects.Classes in com.j_spaces.kernel.pool that implement IResourceModifier and TypeClassDescriptionclassResources should extend this class and implement all abstract methods.classA resource that can be traced back to it's allocation point.Constructors in com.j_spaces.kernel.pool with parameters of type IResourceModifierConstructorDescriptionBlockingResourcePool(IResourceFactory<R> resourceFactory, int minResources, int maxResources, R[] initialResources) Creates a new Resources Pool with the specified resourceFactory, and max Resources.protectedResourcePool(IResourceFactory<R> resourceFactory, int minResources, int maxResources, R[] initialResources) Creates a new Resources Pool with the specified resourceFactory, and max Resources. -
Uses of IResource in org.openspaces.persistency.cassandra.pool
Classes in org.openspaces.persistency.cassandra.pool that implement IResource