Class InternalReadModifiers
java.lang.Object
com.gigaspaces.client.SpaceProxyOperationModifiers
com.gigaspaces.client.IsolationLevelModifiers
com.gigaspaces.client.ReadModifiers
com.gigaspaces.client.internal.InternalReadModifiers
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
- Since:
- 16.0
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReadModifiersIndicates operation should run directly on i/o thread, instead of being submitted to the operations thread pool.Fields inherited from class ReadModifiers
DIRTY_READ, EXCLUSIVE_READ_LOCK, FIFO, FIFO_GROUPING_POLL, IF_EXISTS, IGNORE_PARTIAL_FAILURE, MEMORY_ONLY_SEARCH, NONE, READ_COMMITTED, REPEATABLE_READ -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ReadModifiers
add, contains, create, getCache, isExclusiveReadLock, isFifo, isFifoGroupingPoll, isIfExists, isIgnorePartialFailure, isMemoryOnlySearch, remove, setIsolationLevelMethods inherited from class IsolationLevelModifiers
isDirtyRead, isReadCommitted, isRepeatableRead, setIsolationLevelMethods inherited from class SpaceProxyOperationModifiers
add, contains, createIfNeeded, equals, getCode, hashCode, readExternal, remove, writeExternalMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
RUN_ON_IO_THREAD
Indicates operation should run directly on i/o thread, instead of being submitted to the operations thread pool. This is useful for short, non-blocking operations (e.g. readById), but risky for long or non-blocking operations. NOTE: This is an experimental API, subject to breaking changes in future releases.- Since:
- 16.0
-
-
Constructor Details
-
InternalReadModifiers
protected InternalReadModifiers(int code)
-