Modifier and Type | Method and Description |
---|---|
void |
Md5SumFileProcessor.processLoadedFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just after being loaded.
|
void |
Md5SumFileProcessor.processStoredFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just before it is to be stored.
|
Modifier and Type | Method and Description |
---|---|
DiskDeviceContext |
DiskSharedDevice.getDiskContext()
Return the disk device context
|
Modifier and Type | Method and Description |
---|---|
void |
DiskSizeInterface.getDiskInformation(DiskDeviceContext ctx,
SrvDiskInfo diskDev)
Get the disk information for this shared disk device.
|
VolumeInfo |
DiskVolumeInterface.getVolumeInformation(DiskDeviceContext ctx)
Return the disk device volume information.
|
Constructor and Description |
---|
DiskSharedDevice(String name,
DeviceInterface iface,
DiskDeviceContext ctx)
Construct a disk share with the specified name and device interface.
|
DiskSharedDevice(String name,
DeviceInterface iface,
DiskDeviceContext ctx,
int attrib)
Construct a disk share with the specified name and device interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DBDeviceContext
Database Device Context Class
|
Modifier and Type | Method and Description |
---|---|
void |
DBDiskDriver.getDiskInformation(DiskDeviceContext ctx,
SrvDiskInfo info)
Return disk information about a shared filesystem
|
VolumeInfo |
DBDiskDriver.getVolumeInformation(DiskDeviceContext ctx)
Return the volume information
|
protected void |
DBFileLoader.runFileLoadedProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file load file processors
|
protected void |
ObjectIdFileLoader.runFileLoadedProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file load file processors
|
protected void |
DBFileLoader.runFileStoreProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file store file processors
|
protected void |
ObjectIdFileLoader.runFileStoreProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file store file processors
|
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 |
---|---|
void |
FileProcessor.processLoadedFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just after being loaded.
|
void |
FileProcessor.processStoredFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just before it is to be stored.
|
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 | Method and Description |
---|---|
void |
SMBSrvSession.addNotifyRequest(NotifyRequest req,
DiskDeviceContext ctx)
Add a change notification request
|
Modifier and Type | Method and Description |
---|---|
DiskDeviceContext |
NotifyRequest.getDiskContext()
Get the associated disk context
|
Modifier and Type | Method and Description |
---|---|
protected void |
NotifyRequest.setDiskContext(DiskDeviceContext ctx)
Set the associated disk device context
|
Constructor and Description |
---|
NotifyChangeHandler(DiskDeviceContext diskCtx)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.