tencentcloud-sdk-emr 3.0.819 → 3.0.821

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +21 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70970b5d9744f647d57cf704923b7837b31a78df
4
- data.tar.gz: 3605636cc357a251c613fade6402ac6c3a71964f
3
+ metadata.gz: d85edfc4860cc5f98cd8c2395dc3783d971c2c49
4
+ data.tar.gz: 035a1e546373d28805b65c27777055f07ace1038
5
5
  SHA512:
6
- metadata.gz: 32621d396fdda6b1251e2b1ff3e8421812d9cb1355a6de5abfe4570387bc3c3dbaccd613bf637322551993ba5ab11742f39410e3ede59b64f6cc41a258a7cc86
7
- data.tar.gz: d68feb34ca0eb1a7cdff5a18a5ba919eb2c0b9a05395f1d33c1a3609642a4d7445079bf445b91c2d34a051d75c9aa3aad6c34300339d32d9270f8aee00eaa740
6
+ metadata.gz: df6ca185412b676b503efbaa5b75d5d5512c965bb6010818b21f6463d85bd4c129cdc579b7e3904767616e1ee627bd56be0f93c90dc0ba289c7901e52a65fd9e
7
+ data.tar.gz: 8411a15a549f31435be443eddfa4c40c161f6ba25770c9b2b6922eb774be5504be9df26267caad017afadb1dd4b9128d9463c30678f726a81f97c97cbeabb609
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.819
1
+ 3.0.821
@@ -710,10 +710,10 @@ module TencentCloud
710
710
 
711
711
  attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName, :ClusterExternalServiceInfo, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace, :ClusterTitle, :ConfigDetail
712
712
  extend Gem::Deprecate
713
- deprecate :Ftitle, :none, 2024, 4
714
- deprecate :Ftitle=, :none, 2024, 4
715
- deprecate :Config, :none, 2024, 4
716
- deprecate :Config=, :none, 2024, 4
713
+ deprecate :Ftitle, :none, 2024, 5
714
+ deprecate :Ftitle=, :none, 2024, 5
715
+ deprecate :Config, :none, 2024, 5
716
+ deprecate :Config=, :none, 2024, 5
717
717
 
718
718
  def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil, clusterexternalserviceinfo=nil, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil, clustertitle=nil, configdetail=nil)
719
719
  @Id = id
@@ -3538,10 +3538,19 @@ module TencentCloud
3538
3538
  # @param PerNodePeakMemoryBytesSum: 单节点内存峰值和(Bytes)
3539
3539
  # 注意:此字段可能返回 null,表示取不到有效值。
3540
3540
  # @type PerNodePeakMemoryBytesSum: Integer
3541
+ # @param BackendsCount: 后端个数
3542
+ # 注意:此字段可能返回 null,表示取不到有效值。
3543
+ # @type BackendsCount: Integer
3544
+ # @param FragmentInstancesCount: fragment数
3545
+ # 注意:此字段可能返回 null,表示取不到有效值。
3546
+ # @type FragmentInstancesCount: Integer
3547
+ # @param RemainingFragmentCount: 剩余未完成Fragment数
3548
+ # 注意:此字段可能返回 null,表示取不到有效值。
3549
+ # @type RemainingFragmentCount: Integer
3541
3550
 
3542
- attr_accessor :Statement, :Id, :StartTime, :Duration, :EndTime, :State, :RowsFetched, :User, :DefaultDB, :Coordinator, :MaxNodePeakMemoryUsage, :QueryType, :ScanHDFSRows, :ScanKUDURows, :ScanRowsTotal, :TotalBytesRead, :TotalBytesSent, :TotalCpuTime, :TotalInnerBytesSent, :TotalScanBytesSent, :EstimatedPerHostMemBytes, :NumRowsFetchedFromCache, :SessionId, :PerNodePeakMemoryBytesSum
3551
+ attr_accessor :Statement, :Id, :StartTime, :Duration, :EndTime, :State, :RowsFetched, :User, :DefaultDB, :Coordinator, :MaxNodePeakMemoryUsage, :QueryType, :ScanHDFSRows, :ScanKUDURows, :ScanRowsTotal, :TotalBytesRead, :TotalBytesSent, :TotalCpuTime, :TotalInnerBytesSent, :TotalScanBytesSent, :EstimatedPerHostMemBytes, :NumRowsFetchedFromCache, :SessionId, :PerNodePeakMemoryBytesSum, :BackendsCount, :FragmentInstancesCount, :RemainingFragmentCount
3543
3552
 
3544
- def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil, sessionid=nil, pernodepeakmemorybytessum=nil)
3553
+ def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil, sessionid=nil, pernodepeakmemorybytessum=nil, backendscount=nil, fragmentinstancescount=nil, remainingfragmentcount=nil)
3545
3554
  @Statement = statement
3546
3555
  @Id = id
3547
3556
  @StartTime = starttime
@@ -3566,6 +3575,9 @@ module TencentCloud
3566
3575
  @NumRowsFetchedFromCache = numrowsfetchedfromcache
3567
3576
  @SessionId = sessionid
3568
3577
  @PerNodePeakMemoryBytesSum = pernodepeakmemorybytessum
3578
+ @BackendsCount = backendscount
3579
+ @FragmentInstancesCount = fragmentinstancescount
3580
+ @RemainingFragmentCount = remainingfragmentcount
3569
3581
  end
3570
3582
 
3571
3583
  def deserialize(params)
@@ -3593,6 +3605,9 @@ module TencentCloud
3593
3605
  @NumRowsFetchedFromCache = params['NumRowsFetchedFromCache']
3594
3606
  @SessionId = params['SessionId']
3595
3607
  @PerNodePeakMemoryBytesSum = params['PerNodePeakMemoryBytesSum']
3608
+ @BackendsCount = params['BackendsCount']
3609
+ @FragmentInstancesCount = params['FragmentInstancesCount']
3610
+ @RemainingFragmentCount = params['RemainingFragmentCount']
3596
3611
  end
3597
3612
  end
3598
3613
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.819
4
+ version: 3.0.821
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-12 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common