Uses of Enum Class
marauroa.server.db.command.DBCommandPriority
Packages that use DBCommandPriority
Package
Description
This package contains infrastructure for asynchronous database access.
-
Uses of DBCommandPriority in marauroa.server.db.command
Methods in marauroa.server.db.command that return DBCommandPriorityModifier and TypeMethodDescriptionstatic DBCommandPriorityReturns the enum constant of this class with the specified name.static DBCommandPriority[]DBCommandPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in marauroa.server.db.command with parameters of type DBCommandPriorityModifier and TypeMethodDescriptionvoidDBCommandQueue.enqueue(DBCommand command, DBCommandPriority priority)enqueues a "fire and forget" command.voidDBCommandQueue.enqueueAndAwaitResult(DBCommand command, DBCommandPriority priority, ResultHandle handle)enqueues a command and remembers the result.