Enum Class EntryType

java.lang.Object
java.lang.Enum<EntryType>
com.gigaspaces.internal.metadata.EntryType
All Implemented Interfaces:
Serializable, Comparable<EntryType>, java.lang.constant.Constable

public enum EntryType extends Enum<EntryType>
  • Enum Constant Details

    • OBJECT_JAVA

      public static final EntryType OBJECT_JAVA
    • EXTERNAL_ENTRY

      public static final EntryType EXTERNAL_ENTRY
    • DOCUMENT_JAVA

      public static final EntryType DOCUMENT_JAVA
    • CPP

      public static final EntryType CPP
    • OBJECT_DOTNET

      public static final EntryType OBJECT_DOTNET
    • DOCUMENT_DOTNET

      public static final EntryType DOCUMENT_DOTNET
  • Field Details

  • Method Details

    • values

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

      public static EntryType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getTypeCode

      public byte getTypeCode()
    • getTypeCode

      public byte getTypeCode(PlatformLogicalVersion version)
    • fromByte

      public static EntryType fromByte(byte typeCode)
    • isVirtual

      public boolean isVirtual()
    • isConcrete

      public boolean isConcrete()