Difference between revisions of "NVFS"

Line 32: Line 32:
 
</tr>
 
</tr>
  
<tr>
 
<td style="width: 130px;vertical-align: top;">'''Programmed in'''
 
</td>
 
<td>Java, [[Extensible Object Script]]
 
</td></tr>
 
 
<tr>
 
<tr>
 
<td style="width: 130px;vertical-align: top;">'''Reference Class'''
 
<td style="width: 130px;vertical-align: top;">'''Reference Class'''
 
</td>
 
</td>
<td><span style="font-family:monospace;">ESComplexAsset</span>
+
<td><span style="font-family:monospace;">NVFS</span>
 
</td></tr>
 
</td></tr>
 
<tr>
 
<tr>
 
<td style="width: 130px;vertical-align: top;">'''Initial Release'''
 
<td style="width: 130px;vertical-align: top;">'''Initial Release'''
 
</td>
 
</td>
<td>2018
+
<td>2009
 
</td></tr>
 
</td></tr>
  

Revision as of 02:47, 18 November 2023

Netroda Virtual File System

NVFS

Developer Netroda Technologies
Type Distributed Virtual File System as Software Interface
Reference Class NVFS
Initial Release 2009
Platform Extensible Services / Server for Automation


General

NVFS or Netroda Virtual File System is a abstract file system provider for local or remote data storages. It is used by ES/S Applications to store files on a disk or network storage, virtual because implementations do no depend on a specific media, as the NVFS drivers for the media carry the speicific tasks that can be very different on many systems. The Application need to only support the NVFS instruction set.

Technical

Instruction set

  • OPEN
  • LOCK
  • UNLOCK
  • LIST
  • READ
    • READPART
    • READALL
  • WRITE
    • WRITEPART
    • WRITEALL
  • MOVE
  • RENAME
  • ATTAIN
  • FREE
  • UNLINK
  • DIR