public class DirectMemoryUtils extends Object
Constructor and Description |
---|
DirectMemoryUtils() |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
allocate(int size) |
static void |
clean(ByteBuffer buffer) |
static long |
getDirectMemorySize() |
public static ByteBuffer allocate(int size)
public static void clean(ByteBuffer buffer) throws Exception
Exception
public static long getDirectMemorySize()
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.