[ROOT] / doc / toc / ARCCore / Enum / StreamProcessorP
CacheDiskWrites , ClientUpdatePosition , ClientUpdatePositionPath , CopyFileStructureFromCore , CountIncomingConnections , CountOutgoingConnections , CountOutsideLocalReceiver , CountReceiveLocalOrigin , CountReceiveNonLocalOrigin , CurrentlyInitializing , DoNotStoreLocally , DoNotStoreLocalOriginLocally , IncomingConnectionsPortNo , IndividualStorageFileSize , LocalStorageFolder , Timestamp , TimestampIsOld , TimestampResolution , UnderClosure , WriteToConsole
Describes class StreamProcessor.
CacheDiskWrites | If TRUE then will write the PropertyStream to disk in bigger chunks, thereby increasing performance. |
ClientUpdatePosition | Note how this is stored both as ClientUpdatePosition (on the client side) and ClientUpdatePosition (on the server side). |
ClientUpdatePositionPath | Complete path to file containing ClientUpdatePosition. |
CopyFileStructureFromCore | If TRUE, will copy the exact file structure (through information given in ClientUpdatePosition). |
CountIncomingConnections | |
CountOutgoingConnections | |
CountOutsideLocalReceiver | Count of calls to OutsideLocalReceiver. |
CountReceiveLocalOrigin | Count of PropertyStreamLine with HasLocalOrigin. |
CountReceiveNonLocalOrigin | Count of PropertyStreamLine not with HasLocalOrigin. |
CurrentlyInitializing | Set to TRUE at initialization (signals for instance ReceiveAndDistribute that it can only queue messages, not process them). |
DoNotStoreLocally | For Client, incoming data (as received from a Outgoing) is possible to store BOTH to disk, AND to (normally) a PRich. |
DoNotStoreLocalOriginLocally | Means 'do not store local origin locally but wait until it gets confirmed by core storage'. |
IncomingConnectionsPortNo | If not set, then class will not listen for incoming connections (meaning that our application is probably a Client). |
IndividualStorageFileSize | Max size (in bytes) for a single storage file before a new file is created by call to -StreamProcessor.CreateNewStorageFile-. |
LocalStorageFolder | The local path to which new properties are stored. Should NOT end with any trailing DirectorySeparatorChar |
Timestamp | The timestamp inserted at regular intervals in the PropertyStream according to TimestampResolution. |
TimestampIsOld | A warning sent by StreamProcessor to OutsideLocalReceiver when it knows that data as served is out of date. |
TimestampResolution | The time interval between each timestamp update in the PropertyStream. |
UnderClosure | Set to TRUE if to be closed, whenever an exception occurs or when class goes out of scope |
WriteToConsole | If true then incoming data (from other nodes will be written to console. |
Generated 2024-11-14 16:29:26.273 UTC