Module cloud_local
CLOUD LOCAL starts or stops local erlang vms based on alarms defined for
the autoscale process.
Copyright © 2013 Zuse Institute Berlin
Version: $Id$
Authors: Maximilian Michels (michels@zib.de).
CLOUD LOCAL starts or stops local erlang vms based on alarms defined for
the autoscale process.
The module is used by autoscale if the following option has been set in
scalaris.local.cfg:
{autoscale_cloud_module, cloud_local}
The following options can also be set:
{cloud_local_min_vms, integer()}.
{cloud_local_max_vms, integer()}.
get_number_of_vms() -> non_neg_integer()
add_vms(N :: non_neg_integer()) -> ok
remove_vms(N :: non_neg_integer()) -> ok
check_config() -> boolean()
Generated by EDoc, Jul 23 2015, 22:20:35.