public class FragmentStats extends Object
| Constructor and Description |
|---|
FragmentStats(BufferAllocator allocator,
CoordinationProtos.DrillbitEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetricsToStatus(UserBitShared.MinorFragmentProfile.Builder prfB) |
void |
addOperatorStats(OperatorStats stats) |
OperatorStats |
newOperatorStats(OpProfileDef profileDef,
BufferAllocator allocator)
Creates a new holder for operator statistics within this holder for fragment statistics.
|
public FragmentStats(BufferAllocator allocator, CoordinationProtos.DrillbitEndpoint endpoint)
public void addMetricsToStatus(UserBitShared.MinorFragmentProfile.Builder prfB)
public OperatorStats newOperatorStats(OpProfileDef profileDef, BufferAllocator allocator)
profileDef - operator profile definitionallocator - the allocator being usedpublic void addOperatorStats(OperatorStats stats)
Copyright © 2021 The Apache Software Foundation. All rights reserved.