public class IndexReaderUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
align(long val,
int base)
Align value to base.
|
static long |
linkSize()
Returns approximate link size in bytes.
|
static long |
objectArraySize(int len)
Approximate calculation of array objects size in bytes.
|
static long |
objectSize(long fieldsSize)
Approximate calculation of object size in bytes.
|
static String |
partitionFileAbsolutePath(File parent,
int partId)
Returns the absolute pathname string of partition.
|
public static long align(long val,
int base)
val - Value.base - Base.public static long linkSize()
public static long objectSize(long fieldsSize)
fieldsSize - Approximate fields size in bytes.public static long objectArraySize(int len)
len - Length of array.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022