public static class Settings.DirectMemoryUsage extends Object implements Function<String,Long>
Constructor and Description |
---|
Settings.DirectMemoryUsage(long totalRAM,
long freeRAM) |
Modifier and Type | Method and Description |
---|---|
Long |
apply(String value) |
static Settings.DirectMemoryUsage |
directMemoryUsage() |
String |
toString() |
static long |
totalPhysicalMemory() |
public Settings.DirectMemoryUsage(long totalRAM, long freeRAM)
public static Settings.DirectMemoryUsage directMemoryUsage()
public static long totalPhysicalMemory()
public Long apply(String value)
apply
in interface org.neo4j.function.RawFunction<String,Long,RuntimeException>
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.