- SchemaController - Class in com.yahoo.bullet.rest.controller
-
- SchemaController(SchemaService) - Constructor for class com.yahoo.bullet.rest.controller.SchemaController
-
Constructor.
- SchemaService - Class in com.yahoo.bullet.rest.service
-
Manages access to and provides the schema for the fields.
- SchemaService(String, String) - Constructor for class com.yahoo.bullet.rest.service.SchemaService
-
Constructor that takes in a a string file path and a version string and loads the contents of the file.
- send(PubSubMessage) - Method in class com.yahoo.bullet.rest.query.HTTPQueryHandler
-
- send(PubSubMessage) - Method in class com.yahoo.bullet.rest.query.QueryHandler
-
Send a PubSubMessage
to the query handler.
- send(PubSubMessage) - Method in class com.yahoo.bullet.rest.query.SSEQueryHandler
-
- send(PubSubMessage) - Method in class com.yahoo.bullet.rest.query.WebSocketQueryHandler
-
- send(String, Metadata.Signal) - Method in class com.yahoo.bullet.rest.service.QueryService
-
Sends a Metadata.Signal
to Bullet without storing it.
- send(PubSubMessage) - Method in class com.yahoo.bullet.rest.service.QueryService
-
Sends a PubSubMessage
to Bullet without storing it.
- sendReplay() - Method in class com.yahoo.bullet.rest.controller.AdminController
-
- sendResponse(String, WebSocketResponse, SimpMessageHeaderAccessor) - Method in class com.yahoo.bullet.rest.service.WebSocketService
-
Sends a response to the client through WebSocket connection.
- SERVICE_UNAVAILABLE - Static variable in class com.yahoo.bullet.rest.query.QueryError
-
- SSEQueryHandler - Class in com.yahoo.bullet.rest.query
-
Query handler that implements results for SSE - multiple results per query.
- SSEQueryHandler() - Constructor for class com.yahoo.bullet.rest.query.SSEQueryHandler
-
- start() - Method in class com.yahoo.bullet.rest.common.Reader
-
Starts reading from the pubsub.
- StatusService - Class in com.yahoo.bullet.rest.service
-
- StatusService(QueryService, HandlerService, long, long, Boolean, int) - Constructor for class com.yahoo.bullet.rest.service.StatusService
-
Creates an instance with a tick period and number of retries.
- StorageConfiguration - Class in com.yahoo.bullet.rest
-
- StorageConfiguration() - Constructor for class com.yahoo.bullet.rest.StorageConfiguration
-
- submit(String, Query, String) - Method in class com.yahoo.bullet.rest.service.QueryService
-
Submit a query to Bullet and store it in the storage.
- submitAsyncQuery(String) - Method in class com.yahoo.bullet.rest.controller.HTTPQueryController
-
This method handles POSTs for asynchronous queries to the API.
- submitHTTPQuery(String) - Method in class com.yahoo.bullet.rest.controller.HTTPQueryController
-
The method that handles POSTs to this endpoint.
- submitQuery(String, String, Query, String, WebSocketQueryHandler) - Method in class com.yahoo.bullet.rest.service.WebSocketService
-
- submitSSEQuery(String) - Method in class com.yahoo.bullet.rest.controller.HTTPQueryController
-
The method that handles SSE POSTs to this endpoint.
- submitWebsocketQuery(WebSocketRequest, SimpMessageHeaderAccessor) - Method in class com.yahoo.bullet.rest.controller.WebSocketController
-
The method that handles WebSocket messages to this endpoint.
- subscribers(PubSub, int) - Method in class com.yahoo.bullet.rest.PubSubConfiguration
-
Creates the specified number of Subscriber
instances from the given PubSub.