public static interface Instance.NodeConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCpuCount()
public abstract int getCpuCount()Required. Number of cpus per Memcached node.
int32 cpu_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The cpuCount. |
getMemorySizeMb()
public abstract int getMemorySizeMb()Required. Memory size in MiB for each Memcached node.
int32 memory_size_mb = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The memorySizeMb. |