Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- objectClient - Class in bbflow_network
-
class to manage connection to server socket in order to send data through TCP channel Auto-reconnection in case of fault is implemented
- objectClient(int, String) - Constructor for class bbflow_network.objectClient
- objectServer<T> - Class in bbflow_network
-
Server socket single threaded used to receive data from another node through TCP channel
- objectServer(int, ff_queue<T>) - Constructor for class bbflow_network.objectServer
- offer(T) - Method in class bbflow.ff_queue_TCP
- offer(T) - Method in class bbflow.ff_queue
-
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full
- offer(T) - Method in class bbflow.squeue
- offer(T, long, TimeUnit) - Method in class bbflow.ff_queue_TCP
- offer(T, long, TimeUnit) - Method in class bbflow.ff_queue
-
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
- openServerSocket() - Method in class bbflow_network.objectServer
- ordered_farm_labeling - Class in tests.ff_tests
-
Example of Ordered Farm using packets with label sorted on the collector side and emitted in the correct order by Filter1
- ordered_farm_labeling() - Constructor for class tests.ff_tests.ordered_farm_labeling
- ordered_farm_RR - Class in tests.ff_tests
-
Example of Ordered Farm using Emitter and Collector in ROUNDROBIN
- ordered_farm_RR() - Constructor for class tests.ff_tests.ordered_farm_RR
- out - Variable in class bbflow.defaultJob
- OUTPUT - Static variable in class bbflow.ff_queue_TCP
- outToServer - Variable in class bbflow_network.clientThread
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form