public final class HttpBulkIndexer extends Object
Constructor and Description |
---|
HttpBulkIndexer(String tag,
ElasticsearchStorage es) |
Modifier and Type | Method and Description |
---|---|
void |
add(String index,
String typeName,
byte[] document,
String id) |
HttpCall<Void> |
newCall()
Creates a bulk request when there is more than one object to store
|
public HttpBulkIndexer(String tag, ElasticsearchStorage es)
Copyright © 2015–2018 OpenZipkin. All rights reserved.