Uses of Class
com.gigaspaces.internal.server.space.operations.WriteEntryResult
Packages that use WriteEntryResult
Package
Description
Provides Space properties and security context services
-
Uses of WriteEntryResult in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type WriteEntryResultModifier and TypeMethodDescriptionLeaseContext<?>ISpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult, Object entry, IEntryPacket entryPacket) LeaseContext<?>SpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult, Object entry, IEntryPacket entryPacket) -
Uses of WriteEntryResult in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return WriteEntryResultMethods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type WriteEntryResultModifier and TypeMethodDescriptionvoidWriteEntrySpaceOperationResult.setResult(WriteEntryResult result) Constructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type WriteEntryResultModifierConstructorDescriptionWriteEntrySpaceOperationResult(WriteEntryResult writeResult, Exception ex) -
Uses of WriteEntryResult in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return WriteEntryResultModifier and TypeMethodDescriptionSpaceEngine.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 WriteEntryResult in com.gigaspaces.internal.server.space.operations
Methods in com.gigaspaces.internal.server.space.operations that return WriteEntryResultMethods in com.gigaspaces.internal.server.space.operations with parameters of type WriteEntryResultModifier and TypeMethodDescriptionvoidWriteEntriesResult.setResult(int i, WriteEntryResult result) -
Uses of WriteEntryResult in com.j_spaces.core
Methods in com.j_spaces.core that return WriteEntryResultConstructors in com.j_spaces.core with parameters of type WriteEntryResultModifierConstructorDescriptionAnswerPacket(WriteEntryResult writeEntryResult) AnswerPacket(IEntryPacket entryPacket, WriteEntryResult writeResult) -
Uses of WriteEntryResult in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return WriteEntryResultMethods in com.j_spaces.core.cache.context with parameters of type WriteEntryResult -
Uses of WriteEntryResult in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor that return WriteEntryResultModifier 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.