28 #ifndef TABLES_STORAGEOPTION_H
29 #define TABLES_STORAGEOPTION_H
33 #include <casacore/casa/aips.h>
StorageOption(Option option=Aipsrc, Int blockSize=-2, Int useODirect=-3)
Create an option object.
void fillOption()
Fill the option in case Aipsrc or Default was given.
void setOption(Option option)
Set the option.
Bool useODirect() const
Get the O_DIRECT option.
Option
Define the possible options how table files are organized.
@ MultiFile
Let storage managers use a combined MultiFile.
@ SepFile
Let storage managers use separate files.
@ MultiHDF5
Let storage managers use a combined MultiHDF5.
@ Default
Use default (currently SepFile).
uInt blockSize() const
Get the block size (in bytes).
void setBlockSize(Int blockSize)
Set the block size (in bytes).
void setUseODirect(Bool useODirect)
Set the O_DIRECT option.
Option option() const
Get the option.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.