public abstract class PublishSubscribe extends BaseInteractiveHandler
Modifier and Type | Field and Description |
---|---|
protected String |
pubSubIndexName |
protected int |
scrollSize |
protected org.elasticsearch.common.unit.TimeValue |
scrollTimeout |
protected Checkpointer |
service |
protected HttpServerTransport |
transport |
client
Constructor and Description |
---|
PublishSubscribe(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.client.Client client,
HttpServerTransport transport,
InteractiveController controller,
Checkpointer service) |
protected final String pubSubIndexName
protected final HttpServerTransport transport
protected final Checkpointer service
protected final org.elasticsearch.common.unit.TimeValue scrollTimeout
protected final int scrollSize
public PublishSubscribe(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.client.Client client, HttpServerTransport transport, InteractiveController controller, Checkpointer service)
Copyright © 2012–2014. All rights reserved.