public class MemoryMapArchiveImpl extends MemoryMapArchiveBase<MemoryMapArchive> implements MemoryMapArchive
A default implementation for all MemoryMap archives. Thread-safe.
| Constructor and Description |
|---|
MemoryMapArchiveImpl(Configuration configuration)
Constructor
|
MemoryMapArchiveImpl(String archiveName,
Configuration configuration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Class<MemoryMapArchive> |
getActualClass()
Exposes the actual class used in casting
|
add, add, add, addAsDirectory, addHandlers, contains, contains, delete, delete, get, getContent, getContentadd, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, as, covariantReturn, equals, filter, get, getArchiveFormat, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getConfiguration, getId, getName, hashCode, merge, merge, merge, merge, merge, merge, move, move, setId, shallowCopy, shallowCopy, toString, toString, toString, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, add, add, add, add, add, addAsDirectories, addAsDirectories, addAsDirectory, addAsDirectory, addHandlers, contains, contains, delete, delete, filter, get, get, getAsType, getAsType, getAsType, getAsType, getAsType, getAsType, getContent, getContent, getId, getName, merge, merge, merge, merge, merge, merge, move, move, shallowCopy, shallowCopy, toString, toString, toString, writeToaspublic MemoryMapArchiveImpl(Configuration configuration) throws IllegalArgumentException
This constructor will generate a unique Archive.getName() per instance.
configuration - The configuration for this archiveIllegalArgumentException - If the configuration is not specifiedpublic MemoryMapArchiveImpl(String archiveName, Configuration configuration) throws IllegalArgumentException
This constructor will generate an Archive with the provided name.
archiveName - The name of the archive. Must not be null or empty.configuration - The configuration for this archiveIllegalArgumentException - If the name or configuration is not specifiedpublic Class<MemoryMapArchive> getActualClass()
getActualClass in class ArchiveBase<MemoryMapArchive>ArchiveBase.getActualClass()Copyright © 2024 JBoss by Red Hat. All rights reserved.