See: Description
Class | Description |
---|---|
FileLeakDetectionConfig |
Configuration bean for
FileLeakDetector |
FileLeakDetector |
Handles the file leak reporting according to the given detection level
|
FileStoreFeatureImpl |
File caching implementation to cache the message file entries using a object pool which implements using the
GenericObjectPool
This implementation facilitates to configure initialSize(defaults to 200), warnThreshold(defaults to 6144) and
stopThreshold(defaults to 8192) for the file cached entries in the pool. |
MessageFileEntity |
Implementation of
XMessageFileEntity which
wraps MessageFile instance in order to
provide the entity that used in the message format
MessageFileFormat |
MessageFileFormat |
Payload format which uses
XMessageFileEntity as
the underlying resource. |
MessageFileFormatFactory |
Factory class which should be used by
PayloadFactory
to create a instance of MessageFileFormat with a given XMessageFileEntity
content. |
UsageEntry |
Usage reporting model which stores the data of each messge file
|
UsageEntryFactory |
creates a
UsageEntry according to the LeakDetectionLevel given |
Enum | Description |
---|---|
LeakDetectionLevel |
FileStore leak detection levels
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.