Package | Description |
---|---|
org.adroitlogic.x.feature.filestore.impl |
This package contains the FileStore Feature implementation which facilitate the storing files
in a ramdisk in-order to use when incoming payload is available to write
|
Modifier and Type | Method and Description |
---|---|
LeakDetectionLevel |
FileLeakDetectionConfig.getLevel() |
static LeakDetectionLevel |
LeakDetectionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeakDetectionLevel[] |
LeakDetectionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static UsageEntry |
UsageEntryFactory.getEntry(org.adroitlogic.x.feature.filestore.impl.XMessageFile file,
UUID messageUuid,
LeakDetectionLevel level) |
void |
FileLeakDetectionConfig.setLevel(LeakDetectionLevel level) |
Constructor and Description |
---|
FileLeakDetectionConfig(LeakDetectionLevel level,
long leakCheckDelay) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.