Uses of Class
de.flapdoodle.embedmongo.distribution.Platform

Packages that use Platform
de.flapdoodle.embedmongo.distribution   
de.flapdoodle.embedmongo.runtime   
 

Uses of Platform in de.flapdoodle.embedmongo.distribution
 

Methods in de.flapdoodle.embedmongo.distribution that return Platform
static Platform Platform.detect()
           
 Platform Distribution.getPlatform()
           
static Platform Platform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Platform[] Platform.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.flapdoodle.embedmongo.distribution with parameters of type Platform
Distribution(IVersion version, Platform platform, BitSize bitsize)
           
 

Uses of Platform in de.flapdoodle.embedmongo.runtime
 

Methods in de.flapdoodle.embedmongo.runtime with parameters of type Platform
static boolean NUMA.isNUMA(Platform platform)
           
static boolean NUMA.isNUMAOnce(Platform platform)
           
static boolean ProcessControl.killProcess(Platform platform, IStreamProcessor output, int pid)
           
static boolean ProcessControl.tryKillProcess(Platform platform, IStreamProcessor output, int pid)
           
 



Copyright © 2012. All Rights Reserved.