Package | Description |
---|---|
com.yahoo.bullet.rest | |
com.yahoo.bullet.rest.controller | |
com.yahoo.bullet.rest.service |
Modifier and Type | Method and Description |
---|---|
QueryService |
PubSubConfiguration.queryService(com.yahoo.bullet.storage.StorageManager<com.yahoo.bullet.pubsub.PubSubMessage> queryStorageManager,
HandlerService handlerService,
AsyncConfiguration.ResponderClasses responderClasses,
List<com.yahoo.bullet.pubsub.Publisher> publishers,
List<com.yahoo.bullet.pubsub.Subscriber> subscribers,
com.yahoo.bullet.pubsub.PubSubMessageSerDe pubSubMessageSendSerDe,
int sleep)
Creates a
QueryService instance from various necessary components. |
Constructor and Description |
---|
HTTPQueryController(HandlerService handlerService,
QueryService queryService,
BQLService bqlService,
StatusService statusService,
com.yahoo.bullet.common.metrics.MetricPublisher metricPublisher)
Constructor that takes various services.
|
Constructor and Description |
---|
StatusService(QueryService queryService,
HandlerService handlerService,
long period,
long retries,
Boolean enabled,
int maxConcurrentQueries)
Creates an instance with a tick period and number of retries.
|
WebSocketService(QueryService queryService,
HandlerService handlerService,
org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate,
String clientDestination)
Constructor.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.