public interface ResourceSpecification
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceSpecification.Builder
Builder for creating
ResourceSpecification . |
static class |
ResourceSpecification.SizeUnit
Unit for specifying memory size.
|
Modifier and Type | Field and Description |
---|---|
static ResourceSpecification |
BASIC |
Modifier and Type | Method and Description |
---|---|
int |
getCores()
Deprecated.
|
int |
getDownlink()
Returns the downlink bandwidth in Mbps.
|
int |
getInstances()
Returns number of execution instances.
|
int |
getMemorySize()
Returns the memory size in MB.
|
int |
getUplink()
Returns the uplink bandwidth in Mbps.
|
int |
getVirtualCores()
Returns the number of virtual CPU cores.
|
static final ResourceSpecification BASIC
@Deprecated int getCores()
int getVirtualCores()
int getMemorySize()
int getUplink()
int getDownlink()
int getInstances()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.