Uses of Class
com.j_spaces.core.AnswerPacket
Packages that use AnswerPacket
Package
Description
Provides Space properties and security context services
-
Uses of AnswerPacket in com.gigaspaces.internal.client.spaceproxy.operations
Constructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type AnswerPacketModifierConstructorDescriptionReadTakeEntrySpaceOperationResult(AnswerPacket answerPacket, Exception ex) -
Uses of AnswerPacket in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers with parameters of type AnswerPacketModifier and TypeMethodDescriptionprotected voidAbstractSpaceReplicationEntryEventHandler.postRemoveExecution(IReplicationInContext context, AnswerPacket aPacket) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.postRemoveExecution(IReplicationInContext context, AnswerPacket aPacket) -
Uses of AnswerPacket in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return AnswerPacketModifier and TypeMethodDescriptionSpaceImpl.read(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceImpl.update(IEntryPacket entry, Transaction txn, long lease, long timeout, SpaceContext sc, int modifiers, boolean newRouter) Methods in com.gigaspaces.internal.server.space with parameters of type AnswerPacketModifier and TypeMethodDescriptionvoidReadByIdsContext.applyResult(AnswerPacket answerPacket, int resultIndex) Apply the result - store the result (readByIds) or count the cleared objects (clearByIds) -
Uses of AnswerPacket in com.j_spaces.core
Fields in com.j_spaces.core declared as AnswerPacketModifier and TypeFieldDescriptionAnswerHolder.m_AnswerPacketstatic final AnswerPacketAnswerPacket.NullPacketMethods in com.j_spaces.core that return AnswerPacket