Enum Index.UriKeys

    • Enum Constant Detail

      • INMEMORY

        public static final Index.UriKeys INMEMORY
        When set, forces loading a local index into core memory.
      • MAPPED

        public static final Index.UriKeys MAPPED
        When set, forces to map a local index into core memory.
      • OFFSETSTEP

        public static final Index.UriKeys OFFSETSTEP
        The step used for creating the offset SemiExternalOffsetBigList. If set to zero, the offset list will be entirely loaded into core memory. If negative, the list will be memory-mapped, and the absolute value will be used as step.
    • Method Detail

      • values

        public static Index.UriKeys[] 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 Index.UriKeys 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