| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket | |
| org.elasticsearch.search.aggregations.bucket.geogrid |
| Modifier and Type | Method and Description |
|---|---|
static BucketStreams.Stream |
BucketStreams.stream(BytesReference type)
Returns the stream that is registered for the given type
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BucketStreams.registerStream(BucketStreams.Stream stream,
BytesReference... types)
Registers the given stream and associate it with the given types.
|
| Modifier and Type | Field and Description |
|---|---|
static BucketStreams.Stream<org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid.Bucket> |
InternalGeoHashGrid.BUCKET_STREAM |
Copyright © 2009–2017. All rights reserved.