abstract static class ProfilerImpl.Collector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ProfilerImpl.Space |
space |
| Constructor and Description |
|---|
Collector(ProfilerImpl.Space space) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
add(List<Comparable> row) |
static ProfilerImpl.Collector |
create(ProfilerImpl.Space space,
int sketchThreshold)
Creates an initial collector of the appropriate kind.
|
(package private) abstract void |
finish() |
protected final ProfilerImpl.Space space
Collector(ProfilerImpl.Space space)
abstract void add(List<Comparable> row)
abstract void finish()
public static ProfilerImpl.Collector create(ProfilerImpl.Space space, int sketchThreshold)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.