public class GroupByBenchmark extends Object
| Modifier and Type | Field and Description | 
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper | 
JSON_MAPPER  | 
| Constructor and Description | 
|---|
GroupByBenchmark()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
queryMultiQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole)  | 
void | 
queryMultiQueryableIndexWithSerde(org.openjdk.jmh.infra.Blackhole blackhole)  | 
void | 
queryMultiQueryableIndexWithSpilling(org.openjdk.jmh.infra.Blackhole blackhole)  | 
void | 
querySingleIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole)  | 
void | 
querySingleQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole)  | 
void | 
setup()  | 
void | 
tearDown()  | 
public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
public void setup()
           throws IOException
IOExceptionpublic void tearDown()
public void querySingleIncrementalIndex(org.openjdk.jmh.infra.Blackhole blackhole)
                                 throws Exception
Exceptionpublic void querySingleQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole)
                               throws Exception
Exceptionpublic void queryMultiQueryableIndex(org.openjdk.jmh.infra.Blackhole blackhole)
                              throws Exception
Exceptionpublic void queryMultiQueryableIndexWithSpilling(org.openjdk.jmh.infra.Blackhole blackhole)
                                          throws Exception
ExceptionCopyright © 2011–2018. All rights reserved.