28 #ifndef TABLES_STORAGEOPTION_H
29 #define TABLES_STORAGEOPTION_H
void setUseODirect(Bool useODirect)
Set the O_DIRECT option.
Use default (currently SepFile).
Let storage managers use separate files.
Let storage managers use a combined MultiHDF5.
Options defining how table files are organized.
Bool useODirect() const
Get the O_DIRECT option.
void setBlockSize(Int blockSize)
Set the block size (in bytes).
Option option() const
Get the option.
uInt blockSize() const
Get the block size (in bytes).
void setOption(Option option)
Set the option.
bool Bool
Define the standard types used by Casacore.
Option
Define the possible options how table files are organized.
StorageOption(Option option=Aipsrc, Int blockSize=-2, Int useODirect=-3)
Create an option object.
Let storage managers use a combined MultiFile.
Class to read the casa general resource files.
void fillOption()
Fill the option in case Aipsrc or Default was given.