Package bbflow
Class bb_settings
java.lang.Object
bbflow.bb_settings
Global settings for the bbflow package
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic intback off time used in case push or pop from a queue fail (non-blocking queues) Unit is nanosecondsstatic booleanglobal settings to decide if the queue should be BLOCKING or NON BLOCKINGstatic booleanglobal settings to decide if the queue should be BOUNDED or UNBOUNDEDstatic booleanbuffering in TCP channels.static intdefualt buffer size for BOUNDED queues, used if user left blankstatic intlistening port used as a base for INPUT network queues.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
BLOCKINGpublic static boolean BLOCKINGglobal settings to decide if the queue should be BLOCKING or NON BLOCKING
- 
BOUNDEDpublic static boolean BOUNDEDglobal settings to decide if the queue should be BOUNDED or UNBOUNDED
- 
defaultBufferSizepublic static int defaultBufferSizedefualt buffer size for BOUNDED queues, used if user left blank
- 
backOffpublic static int backOffback off time used in case push or pop from a queue fail (non-blocking queues) Unit is nanoseconds
- 
serverPortpublic static int serverPortlistening port used as a base for INPUT network queues. Every INPUT channel will listen on port = serverPort + channelId
- 
bufferedTCPpublic static boolean bufferedTCPbuffering in TCP channels. True by default. Unbuffered behavior not advised.
 
- 
- 
Constructor Details- 
bb_settingspublic bb_settings()
 
-