Uses of Class
com.j_spaces.core.AbstractIdsQueryPacket
Packages that use AbstractIdsQueryPacket
Package
Description
Provides Space properties and security context services
-
Uses of AbstractIdsQueryPacket in com.gigaspaces.internal.client.spaceproxy.actioninfo
Fields in com.gigaspaces.internal.client.spaceproxy.actioninfo declared as AbstractIdsQueryPacket -
Uses of AbstractIdsQueryPacket in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return AbstractIdsQueryPacketConstructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type AbstractIdsQueryPacketModifierConstructorDescriptionReadTakeEntriesByIdsSpaceOperationRequest(AbstractIdsQueryPacket queryPacket, boolean isTake, int modifiers, Transaction transaction) -
Uses of AbstractIdsQueryPacket in com.gigaspaces.internal.transport
Methods in com.gigaspaces.internal.transport that return AbstractIdsQueryPacketModifier and TypeMethodDescriptionstatic AbstractIdsQueryPacketTemplatePacketFactory.createIdsPacket(Object[] ids, Object[] routings, ITypeDesc typeDesc, QueryResultTypeInternal resultType, AbstractProjectionTemplate projectionTemplate) static AbstractIdsQueryPacketTemplatePacketFactory.createIdsPacket(Object[] ids, Object routing, ITypeDesc typeDesc, QueryResultTypeInternal resultType, AbstractProjectionTemplate projectionTemplate) -
Uses of AbstractIdsQueryPacket in com.j_spaces.core
Subclasses of AbstractIdsQueryPacket in com.j_spaces.coreModifier and TypeClassDescriptionclassA template packet used by readByIds operation.classA template packet used by readByIds operation.