public static enum DIHConfig.ReadMode extends java.lang.Enum<DIHConfig.ReadMode>
Enum Constant and Description |
---|
AUTO |
DIRECT |
MMAP |
MMAP_MLOAD |
MMAP_MLOCK |
PAGECACHE |
RANDOM |
SEQUENTIAL |
Modifier and Type | Method and Description |
---|---|
static DIHConfig.ReadMode |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static DIHConfig.ReadMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DIHConfig.ReadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DIHConfig.ReadMode AUTO
public static final DIHConfig.ReadMode DIRECT
public static final DIHConfig.ReadMode MMAP
public static final DIHConfig.ReadMode MMAP_MLOCK
public static final DIHConfig.ReadMode MMAP_MLOAD
public static final DIHConfig.ReadMode PAGECACHE
public static final DIHConfig.ReadMode RANDOM
public static final DIHConfig.ReadMode SEQUENTIAL
public static DIHConfig.ReadMode[] values()
for (DIHConfig.ReadMode c : DIHConfig.ReadMode.values()) System.out.println(c);
public static DIHConfig.ReadMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<DIHConfig.ReadMode>
public static DIHConfig.ReadMode getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.