public final class Bucket extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bucket.Builder |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Aggregation> |
aggregations |
long |
count |
long |
errors |
String |
key |
Object |
value |
| Constructor and Description |
|---|
Bucket() |
| Modifier and Type | Method and Description |
|---|---|
static Bucket.Builder |
bucketBuilder() |
boolean |
equals(Object o) |
boolean |
hasAggregations() |
int |
hashCode() |
<T> T |
keyValue() |
public final String key
public final Object value
public final long count
public final long errors
public final com.google.common.collect.ImmutableList<Aggregation> aggregations
Copyright © 2012–2015 Polyglotted IO. All rights reserved.