public class BaseStorageConfig
extends java.lang.Object
DBRoomStorageConfig
,
FileRoomStorageConfig
Modifier and Type | Field and Description |
---|---|
boolean |
skipStaticRooms
When saving Rooms in batches by calling
IRoomStorage.saveAllRooms() or IRoomStorage.saveAllRooms(String) the default
assumption is to skip all static Rooms. |
boolean |
storeInactiveRooms
When set to true it will save also Rooms that are marked as inactive.
|
boolean |
storeRoomVariables
When set to true it will also save the Room Variables (owned by the server).
|
Constructor and Description |
---|
BaseStorageConfig() |
public boolean storeInactiveRooms
public boolean storeRoomVariables
public boolean skipStaticRooms
IRoomStorage.saveAllRooms()
or IRoomStorage.saveAllRooms(String)
the default
assumption is to skip all static Rooms. Static Rooms are already defined in the Server configuration and recreated when the server starts up so, typically
you don't want to store those Rooms.