FS
Extends:
Deep FS implementation
Static Member Summary
Static Public Members | ||
public static get |
|
|
public static get |
|
|
public static get |
|
|
public static get |
|
|
public static get |
|
|
public static get |
|
Constructor Summary
Public Constructor | ||
public |
constructor(tmpFsBucket: String, publicFsBucket: String, systemFsBucket: String, sharedFsBucket: String) Defines all class private properties |
Member Summary
Public Members | ||
public get |
public: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * Returns mounted public folder |
|
public get |
|
|
public get |
system: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * Returns mounted sys folder |
|
public get |
tmp: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * Returns mounted tmp folder |
Method Summary
Public Methods | ||
public |
Booting a certain service |
|
public |
getFolder(name: String, msIdentifier: String): fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | * Returns mounted file system folder (tmp, public or system) |
|
public |
shared(microservice: Microservice | String | *): fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | * Returns mounted shared folder |
Static Public Members
Public Constructors
Public Members
public get public: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * source
Returns mounted public folder
public get system: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * source
Returns mounted sys folder
public get tmp: fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | *: * source
Returns mounted tmp folder
Public Methods
public boot(kernel: Kernel, callback: Function) source
Booting a certain service
Params:
Name | Type | Attribute | Description |
kernel | Kernel | ||
callback | Function |
public getFolder(name: String, msIdentifier: String): fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | * source
Returns mounted file system folder (tmp, public or system)
public shared(microservice: Microservice | String | *): fs | s3fs | S3FS | S3FsRumProxy | SimulatedS3FS | * source
Returns mounted shared folder
Params:
Name | Type | Attribute | Description |
microservice | Microservice | String | * |