public abstract class TimelineSample extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimelineSample.Builder |
Constructor and Description |
---|
TimelineSample() |
Modifier and Type | Method and Description |
---|---|
abstract Long |
getActiveUnits()
Returns the total number of work units currently being processed.
|
abstract Long |
getCompletedUnits()
Returns the total number of work units completed by this query.
|
abstract Long |
getElapsedMs()
Returns the sample time as milliseconds elapsed since the start of query execution.
|
abstract Long |
getPendingUnits()
Returns the number of work units remaining for the currently active stages.
|
abstract Long |
getSlotMillis()
Returns the cumulative slot-milliseconds consumed by the query.
|
abstract TimelineSample.Builder |
toBuilder()
return a builder for the
TimelineSample object. |
@Nullable public abstract Long getElapsedMs()
@Nullable public abstract Long getActiveUnits()
@Nullable public abstract Long getCompletedUnits()
@Nullable public abstract Long getPendingUnits()
@Nullable public abstract Long getSlotMillis()
public abstract TimelineSample.Builder toBuilder()
TimelineSample
object.Copyright © 2019 Google LLC. All rights reserved.