private static class DruidQuery.JsonLimit extends Object implements DruidQuery.Json
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.common.collect.ImmutableList<DruidQuery.JsonCollation> |
collations |
(package private) Integer |
limit |
(package private) String |
type |
| Modifier | Constructor and Description |
|---|---|
private |
JsonLimit(String type,
Integer limit,
com.google.common.collect.ImmutableList<DruidQuery.JsonCollation> collations) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.fasterxml.jackson.core.JsonGenerator generator) |
final String type
final Integer limit
final com.google.common.collect.ImmutableList<DruidQuery.JsonCollation> collations
private JsonLimit(String type, Integer limit, com.google.common.collect.ImmutableList<DruidQuery.JsonCollation> collations)
public void write(com.fasterxml.jackson.core.JsonGenerator generator)
throws IOException
write in interface DruidQuery.JsonIOExceptionCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.