Go to the documentation of this file.
28 #ifndef TABLES_TSMOPTION_H
29 #define TABLES_TSMOPTION_H
33 #include <casacore/casa/aips.h>
void fillOption(Bool newFile)
Fill the option in case Aipsrc or Default was given.
Option option() const
Get the option.
Int bufferSize() const
Get the buffer size.
@ Cache
Use unbuffered file IO with internal TSM caching.
@ Buffer
Use buffered file IO without internal TSM caching.
TSMOption(Option option=Aipsrc, Int bufferSize=-2, Int maxCacheSizeMB=-2)
Create an option object.
this file contains all the compiler specific defines
Option
Define the possible options how the TiledStMan accesses its data.
bool Bool
Define the standard types used by Casacore.
@ MMap
Use memory-mapped IO.
Int maxCacheSizeMB() const
Get the maximum cache size (in MibiByte).