See: Description
Class | Description |
---|---|
ClusterFileSystemAddEvent |
Event raised when a file has been added and will propagate to the whole cluster.
|
ClusterFileSystemDeleteEvent |
Event raised when a file has been removed and will propagate to the whole cluster.
|
ClusterFileSystemUpdateEvent |
Event raised when a file has been updated in the portal file system.
|
FileSystemAddEvent | Deprecated
Since 12.0.0, for optimizations purposes, this event is no longer raised.
|
FileSystemDeleteEvent | Deprecated
Since 12.0.0, for optimizations purposes, this event is no longer raised.
|
FileSystemEvent |
Base class for file system events.
|
FileSystemUpdateEvent | Deprecated
Since 12.0.0, for optimizations purposes, this event is no longer raised.
|
There are two groups of file system events, the local
(FileSystemAddEvent
, FileSystemUpdateEvent
and FileSystemDeleteEvent
)
and the cluster events
(ClusterFileSystemAddEvent
, ClusterFileSystemUpdateEvent
and ClusterFileSystemDeleteEvent
).
The cluster events informs a file system operation in the logical cluster file system, and are raised only once. They extend the local file system events and will also represent the local change in one of the portal nodes.
Local file system events informs the file system operation has occurred in the current node. They are raised in each portal node as each local file system is updated.
Example:
Cluster with nodes A, B and C. A portal known file
written in node A will generate a ClusterFileSystemAddEvent
in A
and when it become available in nodes B and C it will be generated
a FileSystemAddEvent
in B and C.
lumis.portal.filesystem
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.