Package com.plotsquared.bukkit.uuid
Class SQLiteUUIDService
java.lang.Object
com.plotsquared.bukkit.uuid.SQLiteUUIDService
- All Implemented Interfaces:
com.plotsquared.core.uuid.UUIDService,Consumer<List<com.plotsquared.core.uuid.UUIDMapping>>
public class SQLiteUUIDService
extends Object
implements com.plotsquared.core.uuid.UUIDService, Consumer<List<com.plotsquared.core.uuid.UUIDMapping>>
UUID service that uses the (legacy) SQL UUID cache
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.plotsquared.core.uuid.UUIDService
canBeSynchronous, getImmediately, getImmediately
-
Constructor Details
-
SQLiteUUIDService
-
-
Method Details
-
getNames
- Specified by:
getNamesin interfacecom.plotsquared.core.uuid.UUIDService
-
getUUIDs
public @NonNull List<com.plotsquared.core.uuid.UUIDMapping> getUUIDs(@NonNull List<String> usernames) - Specified by:
getUUIDsin interfacecom.plotsquared.core.uuid.UUIDService
-
accept
-
getAll
Read the entire cache at once- Returns:
- All read mappings
-