
public static enum ODirectMemoryAllocator.Intention extends Enum<ODirectMemoryAllocator.Intention>
| Modifier and Type | Method and Description |
|---|---|
static ODirectMemoryAllocator.Intention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODirectMemoryAllocator.Intention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODirectMemoryAllocator.Intention TEST
public static final ODirectMemoryAllocator.Intention PAGE_PRE_ALLOCATION
public static final ODirectMemoryAllocator.Intention ADD_NEW_PAGE_IN_DISK_CACHE
public static final ODirectMemoryAllocator.Intention CHECK_FILE_STORAGE
public static final ODirectMemoryAllocator.Intention LOAD_PAGE_FROM_DISK
public static final ODirectMemoryAllocator.Intention COPY_PAGE_DURING_FLUSH
public static final ODirectMemoryAllocator.Intention COPY_PAGE_DURING_EXCLUSIVE_PAGE_FLUSH
public static final ODirectMemoryAllocator.Intention FILE_FLUSH
public static final ODirectMemoryAllocator.Intention LOAD_WAL_PAGE
public static final ODirectMemoryAllocator.Intention ADD_NEW_PAGE_IN_MEMORY_STORAGE
public static final ODirectMemoryAllocator.Intention ALLOCATE_CHUNK_TO_WRITE_DATA_IN_BATCH
public static final ODirectMemoryAllocator.Intention DWL_ALLOCATE_CHUNK
public static final ODirectMemoryAllocator.Intention DWL_ALLOCATE_COMPRESSED_CHUNK
public static final ODirectMemoryAllocator.Intention ALLOCATE_FIRST_WAL_BUFFER
public static final ODirectMemoryAllocator.Intention ALLOCATE_SECOND_WAL_BUFFER
public static ODirectMemoryAllocator.Intention[] values()
for (ODirectMemoryAllocator.Intention c : ODirectMemoryAllocator.Intention.values()) System.out.println(c);
public static ODirectMemoryAllocator.Intention valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009–2025 OrientDB. All rights reserved.