Package org.apache.drill.exec.ops
Class FragmentStats
java.lang.Object
org.apache.drill.exec.ops.FragmentStats
Holds statistics of a particular (minor) fragment.
-
Constructor Summary
ConstructorDescriptionFragmentStats
(BufferAllocator allocator, CoordinationProtos.DrillbitEndpoint endpoint) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addOperatorStats
(OperatorStats stats) newOperatorStats
(OpProfileDef profileDef, BufferAllocator allocator) Creates a new holder for operator statistics within this holder for fragment statistics.
-
Constructor Details
-
FragmentStats
-
-
Method Details
-
newOperatorStats
Creates a new holder for operator statistics within this holder for fragment statistics.- Parameters:
profileDef
- operator profile definitionallocator
- the allocator being used- Returns:
- a new operator statistics holder
-
addOperatorStats