Class AtomicServerLoader
java.lang.Object
com.djrapitops.plan.identification.storage.AtomicServerLoader
- All Implemented Interfaces:
ServerLoader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomicServerLoader
-
-
Method Details
-
load
Description copied from interface:ServerLoaderLoad the server information.- Specified by:
loadin interfaceServerLoader- Parameters:
serverUUID- UUID of the server, null if not known- Returns:
- Optional of the saved information or empty if it has not been stored.
-
save
Description copied from interface:ServerLoaderSave the server information.- Specified by:
savein interfaceServerLoader- Parameters:
information- Information to save.
-