cpuCount property

  1. @TagNumber(1)
int get cpuCount

Required. Number of cpus per Memcached node.

Implementation

@$pb.TagNumber(1)
$core.int get cpuCount => $_getIZ(0);
  1. @TagNumber(1)
set cpuCount (int v)

Implementation

@$pb.TagNumber(1)
set cpuCount($core.int v) { $_setSignedInt32(0, v); }