Package com.plotsquared.bukkit.uuid
Class SQLiteUUIDService
java.lang.Object
com.plotsquared.bukkit.uuid.SQLiteUUIDService
- All Implemented Interfaces:
UUIDService,Consumer<List<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 interfaceUUIDService
-
getUUIDs
- Specified by:
getUUIDsin interfaceUUIDService
-
accept
- Specified by:
acceptin interfaceConsumer<List<UUIDMapping>>
-
getAll
Read the entire cache at once- Returns:
- All read mappings
-