Modifier and Type | Method and Description |
---|---|
DiskInterface |
DiskSharedDevice.getDiskInterface()
Return the disk interface
|
Modifier and Type | Class and Description |
---|---|
class |
DBDiskDriver
Database Disk Driver Class
|
Modifier and Type | Method and Description |
---|---|
void |
DBQuotaManager.startManager(DiskInterface disk,
DiskDeviceContext ctx)
Start the quota manager
|
void |
DBQuotaManager.stopManager(DiskInterface disk,
DiskDeviceContext ctx)
Stop the quota manager
|
Modifier and Type | Method and Description |
---|---|
DiskInterface |
WriteRequest.getDisk()
Return the disk interface
|
Constructor and Description |
---|
WriteRequest(NetworkFile file,
TreeConnection tree,
DiskInterface disk,
int writeLen,
long writeOff,
byte[] data,
int dataOff)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
QuotaManager.startManager(DiskInterface disk,
DiskDeviceContext ctx)
Start the quota manager.
|
void |
QuotaManager.stopManager(DiskInterface disk,
DiskDeviceContext ctx)
Stop the quota manager
|
Modifier and Type | Class and Description |
---|---|
class |
EnhJavaFileDiskDriver
Disk interface implementation that uses the java.io.File class.
|
class |
JavaFileDiskDriver
Disk interface implementation that uses the java.io.File class.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.