port property

  1. @TagNumber.new(9)
int get port

The TCP port at which the metastore service is reached. Default: 9083.

Implementation

@$pb.TagNumber(9)
$core.int get port => $_getIZ(7);
  1. @TagNumber.new(9)
set port (int v)

Implementation

@$pb.TagNumber(9)
set port($core.int v) {
  $_setSignedInt32(7, v);
}