@Beta public class ApexForOracleJVM extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GARBAGE_COLLECTION_NOTIFICATION |
| Modifier | Constructor and Description |
|---|---|
protected |
ApexForOracleJVM() |
| Modifier and Type | Method and Description |
|---|---|
static OptionalDouble |
getCpu(OperatingSystemMXBean osMbean) |
static long |
getThreadAllocatedBytes(ThreadMXBean threadMbean,
long l) |
static boolean |
isThreadAllocatedMemoryEnabled(ThreadMXBean threadMbean) |
static boolean |
isThreadAllocatedMemorySupported(ThreadMXBean threadMbean) |
static long |
maxDirectMemory() |
static void |
setThreadAllocatedMemoryEnabled(ThreadMXBean threadMbean,
boolean enable) |
public static final String GARBAGE_COLLECTION_NOTIFICATION
public static long maxDirectMemory()
public static OptionalDouble getCpu(OperatingSystemMXBean osMbean)
public static long getThreadAllocatedBytes(ThreadMXBean threadMbean, long l)
public static boolean isThreadAllocatedMemorySupported(ThreadMXBean threadMbean)
public static boolean isThreadAllocatedMemoryEnabled(ThreadMXBean threadMbean)
public static void setThreadAllocatedMemoryEnabled(ThreadMXBean threadMbean, boolean enable)
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.