Enum CoreGetMultiPhase

java.lang.Object
java.lang.Enum<CoreGetMultiPhase>
com.couchbase.client.core.transaction.getmulti.CoreGetMultiPhase
All Implemented Interfaces:
Serializable, Comparable<CoreGetMultiPhase>

@Internal public enum CoreGetMultiPhase extends Enum<CoreGetMultiPhase>
  • Enum Constant Details

    • FIRST_DOC_FETCH

      public static final CoreGetMultiPhase FIRST_DOC_FETCH
    • SUBSEQUENT_TO_FIRST_DOC_FETCH

      public static final CoreGetMultiPhase SUBSEQUENT_TO_FIRST_DOC_FETCH
    • DISCOVERED_DOCS_IN_T1

      public static final CoreGetMultiPhase DISCOVERED_DOCS_IN_T1
    • RESOLVING_T1_ATR_ENTRY_MISSING

      public static final CoreGetMultiPhase RESOLVING_T1_ATR_ENTRY_MISSING
  • Method Details

    • values

      public static CoreGetMultiPhase[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CoreGetMultiPhase valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null