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