Package com.gigaspaces.client.internal
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 com.gigaspaces.client.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 com.gigaspaces.client.ReadModifiers
add, contains, create, getCache, isExclusiveReadLock, isFifo, isFifoGroupingPoll, isIfExists, isIgnorePartialFailure, isMemoryOnlySearch, remove, setIsolationLevelMethods inherited from class com.gigaspaces.client.IsolationLevelModifiers
isDirtyRead, isReadCommitted, isRepeatableRead, setIsolationLevelMethods inherited from class com.gigaspaces.client.SpaceProxyOperationModifiers
add, contains, createIfNeeded, equals, getCode, hashCode, readExternal, remove, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.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)
-