Class: TencentCloud::Emr::V20190103::ImpalaQuery
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ImpalaQuery
- Defined in:
- lib/v20190103/models.rb
Overview
Impala查询详情
Instance Attribute Summary collapse
- #BackendsCount ⇒ Object
- #Coordinator ⇒ Object
- #DefaultDB ⇒ Object
- #Duration ⇒ Object
- #EndTime ⇒ Object
- #EstimatedPerHostMemBytes ⇒ Object
- #FragmentInstancesCount ⇒ Object
- #Id ⇒ Object
- #MaxNodePeakMemoryUsage ⇒ Object
- #NumRowsFetchedFromCache ⇒ Object
- #PerNodePeakMemoryBytesSum ⇒ Object
- #QueryType ⇒ Object
- #RemainingFragmentCount ⇒ Object
- #RowsFetched ⇒ Object
- #ScanHDFSRows ⇒ Object
- #ScanKUDURows ⇒ Object
- #ScanRowsTotal ⇒ Object
- #SessionId ⇒ Object
- #StartTime ⇒ Object
- #State ⇒ Object
- #Statement ⇒ Object
- #TotalBytesRead ⇒ Object
- #TotalBytesSent ⇒ Object
- #TotalCpuTime ⇒ Object
- #TotalInnerBytesSent ⇒ Object
- #TotalScanBytesSent ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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) ⇒ ImpalaQuery
constructor
A new instance of ImpalaQuery.
Constructor Details
#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) ⇒ ImpalaQuery
Returns a new instance of ImpalaQuery.
7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 |
# File 'lib/v20190103/models.rb', line 7252 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) @Statement = statement @Id = id @StartTime = starttime @Duration = duration @EndTime = endtime @State = state @RowsFetched = rowsfetched @User = user @DefaultDB = defaultdb @Coordinator = coordinator @MaxNodePeakMemoryUsage = maxnodepeakmemoryusage @QueryType = querytype @ScanHDFSRows = scanhdfsrows @ScanKUDURows = scankudurows @ScanRowsTotal = scanrowstotal @TotalBytesRead = totalbytesread @TotalBytesSent = totalbytessent @TotalCpuTime = totalcputime @TotalInnerBytesSent = totalinnerbytessent @TotalScanBytesSent = totalscanbytessent @EstimatedPerHostMemBytes = estimatedperhostmembytes @NumRowsFetchedFromCache = numrowsfetchedfromcache @SessionId = sessionid @PerNodePeakMemoryBytesSum = pernodepeakmemorybytessum @BackendsCount = backendscount @FragmentInstancesCount = fragmentinstancescount @RemainingFragmentCount = remainingfragmentcount end |
Instance Attribute Details
#BackendsCount ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def BackendsCount @BackendsCount end |
#Coordinator ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def Coordinator @Coordinator end |
#DefaultDB ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def DefaultDB @DefaultDB end |
#Duration ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def Duration @Duration end |
#EndTime ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def EndTime @EndTime end |
#EstimatedPerHostMemBytes ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def EstimatedPerHostMemBytes @EstimatedPerHostMemBytes end |
#FragmentInstancesCount ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def FragmentInstancesCount @FragmentInstancesCount end |
#Id ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def Id @Id end |
#MaxNodePeakMemoryUsage ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def MaxNodePeakMemoryUsage @MaxNodePeakMemoryUsage end |
#NumRowsFetchedFromCache ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def NumRowsFetchedFromCache @NumRowsFetchedFromCache end |
#PerNodePeakMemoryBytesSum ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def PerNodePeakMemoryBytesSum @PerNodePeakMemoryBytesSum end |
#QueryType ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def QueryType @QueryType end |
#RemainingFragmentCount ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def RemainingFragmentCount @RemainingFragmentCount end |
#RowsFetched ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def RowsFetched @RowsFetched end |
#ScanHDFSRows ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def ScanHDFSRows @ScanHDFSRows end |
#ScanKUDURows ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def ScanKUDURows @ScanKUDURows end |
#ScanRowsTotal ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def ScanRowsTotal @ScanRowsTotal end |
#SessionId ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def SessionId @SessionId end |
#StartTime ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def StartTime @StartTime end |
#State ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def State @State end |
#Statement ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def Statement @Statement end |
#TotalBytesRead ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def TotalBytesRead @TotalBytesRead end |
#TotalBytesSent ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def TotalBytesSent @TotalBytesSent end |
#TotalCpuTime ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def TotalCpuTime @TotalCpuTime end |
#TotalInnerBytesSent ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def TotalInnerBytesSent @TotalInnerBytesSent end |
#TotalScanBytesSent ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def TotalScanBytesSent @TotalScanBytesSent end |
#User ⇒ Object
7250 7251 7252 |
# File 'lib/v20190103/models.rb', line 7250 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 |
# File 'lib/v20190103/models.rb', line 7282 def deserialize(params) @Statement = params['Statement'] @Id = params['Id'] @StartTime = params['StartTime'] @Duration = params['Duration'] @EndTime = params['EndTime'] @State = params['State'] @RowsFetched = params['RowsFetched'] @User = params['User'] @DefaultDB = params['DefaultDB'] @Coordinator = params['Coordinator'] @MaxNodePeakMemoryUsage = params['MaxNodePeakMemoryUsage'] @QueryType = params['QueryType'] @ScanHDFSRows = params['ScanHDFSRows'] @ScanKUDURows = params['ScanKUDURows'] @ScanRowsTotal = params['ScanRowsTotal'] @TotalBytesRead = params['TotalBytesRead'] @TotalBytesSent = params['TotalBytesSent'] @TotalCpuTime = params['TotalCpuTime'] @TotalInnerBytesSent = params['TotalInnerBytesSent'] @TotalScanBytesSent = params['TotalScanBytesSent'] @EstimatedPerHostMemBytes = params['EstimatedPerHostMemBytes'] @NumRowsFetchedFromCache = params['NumRowsFetchedFromCache'] @SessionId = params['SessionId'] @PerNodePeakMemoryBytesSum = params['PerNodePeakMemoryBytesSum'] @BackendsCount = params['BackendsCount'] @FragmentInstancesCount = params['FragmentInstancesCount'] @RemainingFragmentCount = params['RemainingFragmentCount'] end |