Package | Description |
---|---|
com.smartfoxserver.v2.entities | |
com.smartfoxserver.v2.persistence.room |
Modifier and Type | Method and Description |
---|---|
void |
Zone.initRoomPersistence(RoomStorageMode mode,
BaseStorageConfig config)
Initializes the Room Persistence functionality.
|
void |
SFSZone.initRoomPersistence(RoomStorageMode mode,
BaseStorageConfig config)
Initializes the Room Persistence functionality.
|
Modifier and Type | Method and Description |
---|---|
static RoomStorageMode |
RoomStorageMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoomStorageMode[] |
RoomStorageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|