public class DvmsProperties extends GeneralProperties
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_IS_LOCALITY_BASED_SCHEDULER |
static int |
DEFAULT_MINIMUM_PARTITION_SIZE |
static java.lang.String |
DEFAULT_PROP_FILE |
static DvmsProperties |
INSTANCE |
static java.lang.String |
IS_LOCALITY_BASED_SCHEDULER |
static java.lang.String |
MINIMUM_PARTITION_SIZE |
| Constructor and Description |
|---|
DvmsProperties() |
DvmsProperties(java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMinimumPartitionSize() |
static boolean |
isLocalityBasedScheduler() |
getProperty, getPropertyAsBoolean, getPropertyAsInt, getPropertyAsLonggetProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final java.lang.String DEFAULT_PROP_FILE
public static final DvmsProperties INSTANCE
public static final java.lang.String IS_LOCALITY_BASED_SCHEDULER
public static final java.lang.String MINIMUM_PARTITION_SIZE
public static final boolean DEFAULT_IS_LOCALITY_BASED_SCHEDULER
public static final int DEFAULT_MINIMUM_PARTITION_SIZE