Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- farmInline - Class in tests
-
ff_farm test with an output node
- farmInline() - Constructor for class tests.farmInline
- feedback - Variable in class tests.MSOM.MSOM
- feedback_channel - Variable in class tests.MSOM.Emitter
- ff_all2all<T,
U, V, W> - Class in bbflow -
All2All Building Block able to merge multiple farms
- ff_all2all() - Constructor for class bbflow.ff_all2all
- ff_all2all(int) - Constructor for class bbflow.ff_all2all
- ff_comb<T,
V> - Class in bbflow -
Combine two nodes (of type ff_node or ff_comb) in one.
- ff_comb(ff_node<T, Object>, ff_node<Object, V>) - Constructor for class bbflow.ff_comb
-
Combine constructor
- ff_comb(ff_node<T, Object>, ff_node<Object, V>, int) - Constructor for class bbflow.ff_comb
-
Combine constructor
- ff_farm<T,
U> - Class in bbflow -
Fundamental block modeling the Farm paradigm Composed by one emitter (single input by default), n_workers workers and one collector Worker must be implemented; the function runJob or runJobMulti contains the computation part.
- ff_farm(int, defaultJob<T, U>) - Constructor for class bbflow.ff_farm
-
Create a new farm with default Emitter in ROUNDROBING and Collector in ROUNDROBIN
- ff_farm(int, defaultJob<T, U>, int) - Constructor for class bbflow.ff_farm
-
Create a new farm with Emitter in 'emitter_strategy' and default Collector in ROUNDROBIN
- ff_farm(int, defaultJob<T, U>, int, int, int) - Constructor for class bbflow.ff_farm
-
constructor for workerJob of anonymous type
- ff_farm(LinkedList<defaultJob<T, U>>) - Constructor for class bbflow.ff_farm
-
constructor given a list of defaultJob
- ff_farm(LinkedList<defaultJob<T, U>>, int) - Constructor for class bbflow.ff_farm
-
constructor given a list of defaultJob and the Emitter strategy
- ff_farm(LinkedList<defaultJob<T, U>>, int, int, int) - Constructor for class bbflow.ff_farm
-
constructor given a list of defaultJob, Emitter strategy, Collector strategy and buffer size
- ff_node<T,
U> - Class in bbflow -
Fundamental building block rapresenting a node Implemented and used by other building blocks Support multiple input and output channels Single lock for all input channels and a single lock for all output channels
- ff_node() - Constructor for class bbflow.ff_node
-
default constructor for different blocks extending ff_node
- ff_node(defaultJob<T, U>) - Constructor for class bbflow.ff_node
-
default constructor
- ff_node(ff_node<T, U>) - Constructor for class bbflow.ff_node
- ff_pipeline<T,
V> - Class in bbflow -
Pipeline building block allows auto-connection between all types of ff_blocks
- ff_pipeline(block<T, Object>, block<Object, V>) - Constructor for class bbflow.ff_pipeline
-
constructor of pipeline between two blocks of type 1-1 (one channel created between b1 and b2)
- ff_pipeline(block<T, Object>, block<Object, V>, byte) - Constructor for class bbflow.ff_pipeline
-
constructor of pipeline between two blocks of type MULTI (see types)
- ff_pipeline(block<T, Object>, block<Object, V>, int) - Constructor for class bbflow.ff_pipeline
-
constructor of pipeline between two blocks of type 1-1 (one channel created between b1 and b2)
- ff_pipeline(block<T, Object>, block<Object, V>, int, byte) - Constructor for class bbflow.ff_pipeline
-
constructor of pipeline between two blocks of type MULTI (see types)
- ff_queue<T> - Class in bbflow
-
Default class of the queues.
- ff_queue() - Constructor for class bbflow.ff_queue
- ff_queue(boolean) - Constructor for class bbflow.ff_queue
- ff_queue(boolean, boolean, int) - Constructor for class bbflow.ff_queue
-
Default constructor of the queue.
- ff_queue(int) - Constructor for class bbflow.ff_queue
- ff_queue_TCP<T> - Class in bbflow
-
Queue extending ff_queue exploting a network channel.
- ff_queue_TCP(int, int) - Constructor for class bbflow.ff_queue_TCP
- ff_queue_TCP(int, int, String) - Constructor for class bbflow.ff_queue_TCP
- FINISHED - Static variable in class tests.MSOM.SOMData
- FIRSTCOME - Static variable in class bbflow.defaultCollector
- flushThreshold - Static variable in class bbflow_network.objectClient
-
delay in Output Stream flushing in nanoseconds.
- from - Variable in class tests.MSOM.SOMData
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form