public final class NoopAggregator extends Object implements Aggregator
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate() |
void |
close() |
Object |
get() |
float |
getFloat() |
long |
getLong() |
static NoopAggregator |
instance() |
void |
reset() |
public static NoopAggregator instance()
public void aggregate()
aggregate in interface Aggregatorpublic void reset()
reset in interface Aggregatorpublic Object get()
get in interface Aggregatorpublic float getFloat()
getFloat in interface Aggregatorpublic void close()
close in interface Aggregatorclose in interface Closeableclose in interface AutoCloseablepublic long getLong()
getLong in interface AggregatorCopyright © 2011–2017. All rights reserved.