Class InternalReadModifiers

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class InternalReadModifiers extends ReadModifiers
Since:
16.0
Author:
Niv Ingberg
See Also:
  • Field Details

    • RUN_ON_IO_THREAD

      public static final ReadModifiers 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)