public final class Aggregation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Aggregation.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
label |
com.google.common.collect.ImmutableMap<String,Object> |
params |
String |
type |
Object |
value |
| Constructor and Description |
|---|
Aggregation() |
| Modifier and Type | Method and Description |
|---|---|
static Aggregation.Builder |
aggregationBuilder() |
List<Bucket> |
buckets() |
double |
doubleValue(String name) |
boolean |
equals(Object o) |
boolean |
hasBuckets() |
int |
hashCode() |
long |
longValue(String name) |
<T> T |
param(String name,
Class<T> tClass) |
<T> T |
value(String name,
Class<T> tClass) |
Iterable<Map.Entry<String,Object>> |
valueIterable() |
public final String label
public final String type
public final Object value
public boolean hasBuckets()
public long longValue(String name)
public double doubleValue(String name)
public static Aggregation.Builder aggregationBuilder()
Copyright © 2012–2015 Polyglotted IO. All rights reserved.