Uses of Enum Class
marauroa.server.db.command.DBCommandPriority
Package
Description
This package contains infrastructure for asynchronous database access.
-
Uses of DBCommandPriority in marauroa.server.db.command
Modifier and TypeMethodDescriptionstatic DBCommandPriority
Returns 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.Modifier and TypeMethodDescriptionvoid
DBCommandQueue.enqueue(DBCommand command, DBCommandPriority priority)
enqueues a "fire and forget" command.void
DBCommandQueue.enqueueAndAwaitResult(DBCommand command, DBCommandPriority priority, ResultHandle handle)
enqueues a command and remembers the result.