Skip navigation links
A C E G L O P R S T V 

A

accelerate - Variable in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
Action - Interface in org.conceptoriented.bistro.server
It is user-defined function which implements custom data processing logic executed as one step using the parameters in the context.
ActionAdd - Class in org.conceptoriented.bistro.server.actions
Add record to a table.
ActionAdd(Table, Map<Column, Object>) - Constructor for class org.conceptoriented.bistro.server.actions.ActionAdd
 
ActionEval - Class in org.conceptoriented.bistro.server.actions
Evaluate schema.
ActionEval(Schema) - Constructor for class org.conceptoriented.bistro.server.actions.ActionEval
 
ActionRemove - Class in org.conceptoriented.bistro.server.actions
Remove record(s) from a table which do not fit into the window of the specified size.
ActionRemove(Table, long) - Constructor for class org.conceptoriented.bistro.server.actions.ActionRemove
 
ActionRemove(Table, Column, Duration) - Constructor for class org.conceptoriented.bistro.server.actions.ActionRemove
 
actions - Variable in class org.conceptoriented.bistro.server.Task
 
addAction(Action) - Method in interface org.conceptoriented.bistro.server.Connector
 
addAction(Action) - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
addActions(List<Action>) - Method in interface org.conceptoriented.bistro.server.Connector
 
addActions(List<Action>) - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
addError(BistroError) - Method in class org.conceptoriented.bistro.server.Server
 
age - Variable in class org.conceptoriented.bistro.server.actions.ActionRemove
 

C

column - Variable in class org.conceptoriented.bistro.server.actions.ActionRemove
 
column - Variable in class org.conceptoriented.bistro.server.Context
 
Connector - Interface in org.conceptoriented.bistro.server
Connectors are responsible for interaction with the environment, for example, by receiving events and sending events.
connector - Variable in class org.conceptoriented.bistro.server.Context
 
ConnectorBase - Class in org.conceptoriented.bistro.server
 
ConnectorBase(Server) - Constructor for class org.conceptoriented.bistro.server.ConnectorBase
 
ConnectorSimulator - Class in org.conceptoriented.bistro.server.connectors
The class simulates an asynchronous data source by feeding the data into the specified table.
ConnectorSimulator(Server, Table, Duration, List<Object[]>) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
 
ConnectorSimulator(Server, Table, List<Duration>, List<Object[]>) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
 
ConnectorSimulatorFile - Class in org.conceptoriented.bistro.server.connectors
Use data from CSV file to feed into the table.
ConnectorSimulatorFile(Server, Table, String, String, double) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
ConnectorTimer - Class in org.conceptoriented.bistro.server.connectors
Regularly wake up and trigger the specified action.
ConnectorTimer(Server, long) - Constructor for class org.conceptoriented.bistro.server.connectors.ConnectorTimer
 
Context - Class in org.conceptoriented.bistro.server
This class contains parameters for data processing operations and it is also supposed to contain output results.
Context() - Constructor for class org.conceptoriented.bistro.server.Context
 
context - Variable in class org.conceptoriented.bistro.server.Task
 
convert(String) - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
converter - Variable in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 

E

errors - Variable in class org.conceptoriented.bistro.server.Server
 
evaluate(Context) - Method in interface org.conceptoriented.bistro.server.Action
 
evaluate(Context) - Method in class org.conceptoriented.bistro.server.actions.ActionAdd
 
evaluate(Context) - Method in class org.conceptoriented.bistro.server.actions.ActionEval
 
evaluate(Context) - Method in class org.conceptoriented.bistro.server.actions.ActionRemove
 

G

getActions() - Method in interface org.conceptoriented.bistro.server.Connector
 
getActions() - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
getErrors() - Method in class org.conceptoriented.bistro.server.Server
 
getSchema() - Method in class org.conceptoriented.bistro.server.Server
 
getServer() - Method in interface org.conceptoriented.bistro.server.Connector
 
getServer() - Method in class org.conceptoriented.bistro.server.ConnectorBase
 

L

load(String, String) - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 

O

org.conceptoriented.bistro.server - package org.conceptoriented.bistro.server
 
org.conceptoriented.bistro.server.actions - package org.conceptoriented.bistro.server.actions
 
org.conceptoriented.bistro.server.connectors - package org.conceptoriented.bistro.server.connectors
 

P

parameters - Variable in class org.conceptoriented.bistro.server.Context
 
path - Variable in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 

R

record - Variable in class org.conceptoriented.bistro.server.actions.ActionAdd
 
removeCount() - Method in class org.conceptoriented.bistro.server.actions.ActionRemove
 
removeDuration() - Method in class org.conceptoriented.bistro.server.actions.ActionRemove
 
removeDurationManually() - Method in class org.conceptoriented.bistro.server.actions.ActionRemove
 
run() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
 
run() - Method in class org.conceptoriented.bistro.server.Task
 

S

schema - Variable in class org.conceptoriented.bistro.server.actions.ActionEval
 
schema - Variable in class org.conceptoriented.bistro.server.Context
 
server - Variable in class org.conceptoriented.bistro.server.ConnectorBase
 
server - Variable in class org.conceptoriented.bistro.server.Context
 
Server - Class in org.conceptoriented.bistro.server
 
Server(Schema) - Constructor for class org.conceptoriented.bistro.server.Server
 
setConverter(Function<String, Instant>) - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
setSchema(Schema) - Method in class org.conceptoriented.bistro.server.Server
 
setServer(Server) - Method in interface org.conceptoriented.bistro.server.Connector
 
setServer(Server) - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
size - Variable in class org.conceptoriented.bistro.server.actions.ActionRemove
 
start() - Method in interface org.conceptoriented.bistro.server.Connector
 
start() - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
start() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
 
start() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
start() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorTimer
 
start() - Method in class org.conceptoriented.bistro.server.Server
 
stop() - Method in interface org.conceptoriented.bistro.server.Connector
 
stop() - Method in class org.conceptoriented.bistro.server.ConnectorBase
 
stop() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulator
 
stop() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
stop() - Method in class org.conceptoriented.bistro.server.connectors.ConnectorTimer
 
stop() - Method in class org.conceptoriented.bistro.server.Server
 
submit(Task) - Method in class org.conceptoriented.bistro.server.Server
 
submit(Action, Context) - Method in class org.conceptoriented.bistro.server.Server
 
submit(Action) - Method in class org.conceptoriented.bistro.server.Server
 

T

table - Variable in class org.conceptoriented.bistro.server.actions.ActionAdd
 
table - Variable in class org.conceptoriented.bistro.server.actions.ActionRemove
 
table - Variable in class org.conceptoriented.bistro.server.Context
 
Task - Class in org.conceptoriented.bistro.server
It is a sequence of actions and one context which can be executed by the server within one thread.
Task(List<Action>, Context) - Constructor for class org.conceptoriented.bistro.server.Task
 
Task(Action, Context) - Constructor for class org.conceptoriented.bistro.server.Task
 
timestampColumn - Variable in class org.conceptoriented.bistro.server.connectors.ConnectorSimulatorFile
 
toString() - Method in class org.conceptoriented.bistro.server.Server
 

V

values - Variable in class org.conceptoriented.bistro.server.Context
 
A C E G L O P R S T V 
Skip navigation links